-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
95 lines (95 loc) · 2.84 KB
/
mkdocs.yml
File metadata and controls
95 lines (95 loc) · 2.84 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: low level
#markdown_extensions: [math]
markdown_extensions:
- pymdownx.snippets
extra_javascript: ['https://cdnjs.cloudfare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS_HTML','mathjaxhelper.js']
nav:
- Home: index.md
- Computer:
- Hardware: hw.md
- Architectures:
- General: arch/index.md
- ARM: arch/arm.md
- AVR: arch/avr.md
- MIPS: arch/mips.md
- X86/AMD64: arch/x86.md
- OS:
- 'Home': os/index.md
- 'Windows': os/windows.md
- 'MacOSX': os/osx.md
- Embedded Systems:
- General: embedded/index.md
- Microcontrollers: embedded/micro.md
- Build&Integration systems: embedded/build.md
- Boards: embedded/board.md
- Shells: shell.md
- Formats: formats.md
- Filesystem: filesystem.md
- Applications:
- General: applications/index.md
- ansible: applications/ansible.md
- ffmpeg: applications/ffmpeg.md
- Gdb: applications/gdb.md
- Git: applications/git.md
- jq: applications/jq.md
- nmap: applications/nmap.md
- Qt: applications/qt.md
- SSH: applications/ssh.md
- Vim: applications/vim.md
- Docker: applications/docker.md
- Cloud:
- Home: cloud/index.md
- Programming:
- Home: programming/programming.md
- Algorithms: programming/algorithms.md
- Design Patterns: programming/design_patterns.md
- Build systems: programming/build.md
- Data structures: data_structures/index.md
- Graphics: programming/graphics.md
- Languages:
- C++: languages/cpp.md
- eBPF: languages/ebpf.md
- Python:
- Home: languages/python/index.md
- Asyncio: languages/python/asyncio.md
- Verilog: languages/verilog.md
- Ptrace: programming/ptrace.md
- Randomness: programming/randomness.md
- Memory: programming/memory.md
- Computer vision&Machine learning: programming/cv.md
- Web: programming/web.md
- Security:
- 'Home': security/index.md
- 'Browers': security/browser.md
- 'Crypto': security/crypto.md
- 'CTF': security/ctf.md
- 'CVE': security/cve.md
- 'Hardware': security/hardware.md
- 'Heap': security/heap.md
- 'Kernel': security/kernel.md
- 'Malware&Rootkit': security/malware.md
- 'Video': security/video.md
- 'Vulnerabilties': security/vulnerabilities.md
- 'Reverse shell': security/reverse-shell.md
- Remote code execution: security/rce.md
- Shellcode: shellcode.md
- Counter measure: counter-measure.md
- Sandbox: security/sandbox.md
- Fuzzing: fuzzing.md
- Web:
- 'Home': security/web/index.md
- 'XXE': security/web/xxe.md
- 'XSS': security/web/xss.md
- Windows: security/windows.md
- Reversing:
- Home: reversing/reversing.md
- Ghidra: reversing/ghidra.md
- Radare2: reversing/radare2.md
- Networking:
- Home: networking.md
- Iptables: networking/iptables.md
- Extra:
- Math: extra/math.md
- Physics: extra/physics.md
- Statistics: extra/statistics.md
theme: material