-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
92 lines (92 loc) · 2.46 KB
/
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
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
site_name: Decompilation Wiki
site_description: The Decompilation Wiki is a categorized information hub for works and applications of decompilation.
site_author: Decompilation Wiki Team
site_url: https://decompilation.wiki
repo_name: mahaloz/decompilation-wiki
repo_url: https://github.com/mahaloz/decompilation-wiki
edit_uri: blob/main/docs/
copyright: Copyright © 2024 Decompilation Wiki Team
theme:
name: material
palette:
primary: orange
secondary: deep orange
features:
- navigation.tabs
- navigation.tabs.sticky
- search.suggest
- search.highlight
- search.share
logo: static/img/logo.png
font:
text: Noto Sans
code: Source Code Pro
plugins:
- search
- minify:
minify_html: true
nav:
- About 🏠:
- index.md
- contributing.md
- Decompilers 💾:
- decompilers/directory.md
- decompilers/tools.md
- Fundamentals 🔍:
- fundamentals/overview.md
- Control Flow Graph Recovery:
- fundamentals/cfg-recovery/overview.md
- fundamentals/cfg-recovery/disassembly.md
- fundamentals/cfg-recovery/lifting.md
- fundamentals/cfg-recovery/function-recovery.md
- fundamentals/cfg-recovery/jump-resolving.md
- fundamentals/type-recovery.md
- Control Flow Structuring:
- fundamentals/structuring/overview.md
- fundamentals/structuring/schema-based.md
- fundamentals/structuring/gotoless.md
- fundamentals/evaluation.md
- fundamentals/neural-decompilation.md
- Applied Research ⚙️:
- applied-research/overview.md
- applied-research/symbol-recovery.md
- applied-research/code-similarity.md
- applied-research/vulnerability-discovery.md
- Applications 🌍:
- applications/overview.md
- applications/program-reconstruction.md
- Misc 📦:
- misc/blogs.md
- misc/talks.md
markdown_extensions:
- admonition
- md_in_html
- codehilite:
guess_lang: false
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ''
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
- https://cdnjs.loli.net/ajax/libs/pangu/3.3.0/pangu.min.js
- static/js/extra.js
- https://cdnjs.loli.net/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML