Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gef> gef help
- ==============================[ GEF - GDB Enhanced Features ]==============================
- aslr -- View/modify GDB ASLR behavior.
- checksec -- Checksec.sh (http://www.trapkit.de/tools/checksec.html) port.
- context -- Display execution context.
- cs-dis -- Use capstone disassembly framework to disassemble code.
- ctf-exploit-templater -- Generates a ready-to-use exploit template for CTF.
- deref -- Dereference recursively an address and display information
- dump-memory -- Dump chunks of memory into raw file on the filesystem. Dump file
- name template can be defined in GEF runtime config
- elf-info -- Display ELF header informations.
- entry-break -- Tries to find best entry point and sets a temporary breakpoint on it.
- fd -- Enumerate file descriptors opened by process.
- fmtstr-helper -- Exploitable format-string helper (experimental)
- gef-alias -- GEF defined aliases
- heap -- Get some information about the Glibc heap structure.
- inspect-stack -- Exploiter-friendly top-down stack inspection command (peda-like)
- ksymaddr -- Solve kernel symbols from kallsyms table.
- patch -- Patch the instruction pointed by parameters with NOP. If the return option is
- specified, it will set the return register to the specific value.
- pattern -- Metasploit-like pattern generation/search
- ps -- List and filter process.
- reg -- Display full details on one, many or all registers value from current architecture.
- reset-cache -- Reset cache of all stored data.
- ropgadget -- ROPGadget (http://shell-storm.org/project/ROPgadget) plugin
- shellcode -- ShellcodeCommand uses @JonathanSalwan simple-yet-awesome shellcode API to
- download shellcodes
- system -- Invoke an external command and display result.
- trace-run -- Create a runtime trace of all instructions executed from $pc to LOCATION specified.
- vmmap -- Display virtual memory mapping
- xd -- Display arranged hexdump (according to architecture endianness) of memory range.
- xfiles -- Shows all libraries (and sections) loaded by binary (Truth is out there).
- xinfo -- Get virtual section information for specific address
- xor-memory -- XOR a block of memory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement