-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
mkdocs.yml
33 lines (32 loc) · 961 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
site_name: GEF - GDB Enhanced Features documentation
theme:
name: material
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tabs
nav:
- Home: index.md
- Installation: install.md
- Commands:
- assemble: commands/assemble.md
- bincompare: commands/bincompare.md
- bytearray: commands/bytearray.md
- capstone: commands/capstone-disassemble.md
- emulate: commands/unicorn-emulate.md
- error: commands/error.md
- exploit-template: commands/skel.md
- ftrace: commands/ftrace.md
- ida-rpyc: commands/ida-rpyc.md
- is-syscall: commands/is-syscall.md
- ksymaddr: commands/ksymaddr.md
- peekpointers: commands/peekpointers.md
- retdec: commands/retdec.md
- ropper: commands/ropper.md
- set-permission: commands/set-permission.md
- syscall-args: commands/syscall-args.md
- visualize_heap: commands/visualize_heap.md
- windbg: commands/windbg.md
- GEF: https://hugsy.github.io/gef/