Advertisement
opexxx

gef help.txt

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