Skip to content

Commit a12d2e1

Browse files
committed
quark docs too long, re-organize into a new section and split
1 parent d73a522 commit a12d2e1

6 files changed

Lines changed: 2094 additions & 2014 deletions

File tree

docs/dev/archplatform-disassembly.md

Lines changed: 485 additions & 0 deletions
Large diffs are not rendered by default.

docs/dev/archplatform-lifting.md

Lines changed: 835 additions & 0 deletions
Large diffs are not rendered by default.

docs/dev/archplatform-platform.md

Lines changed: 765 additions & 0 deletions
Large diffs are not rendered by default.

docs/dev/archplatform.md

Lines changed: 0 additions & 2011 deletions
This file was deleted.

docs/dev/flags.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Binary Ninja Flags
22

3+
!!! note
4+
This is an older guide covering the fundamentals of Binary Ninja's flag system. For a more recent and comprehensive treatment of flags in the context of building a full architecture plugin, see the [Flags section of the Lifting guide](archplatform-lifting.md#flags).
5+
36
This guide is broken up into three sections.
47

58
- Part 1 covers the basics of how architecture modules and flags interact

mkdocs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,16 @@ nav:
132132
- Writing Plugins: 'dev/plugins.md'
133133
- Container Transforms: 'dev/containertransforms.md'
134134
- Automation: 'dev/batch.md'
135-
- BNIL / Architectures:
135+
- Architecture / Platform:
136+
- Part 1: Disassembly: 'dev/archplatform-disassembly.md'
137+
- Part 2: Lifting: 'dev/archplatform-lifting.md'
138+
- Part 3: Platform Support: 'dev/archplatform-platform.md'
139+
- Flag Guide: 'dev/flags.md'
140+
- BNIL:
136141
- BNIL Guide: Overview: 'dev/bnil-overview.md'
137142
- BNIL Guide: LLIL: 'dev/bnil-llil.md'
138143
- BNIL Guide: MLIL: 'dev/bnil-mlil.md'
139144
- BNIL Guide: HLIL: 'dev/bnil-hlil.md'
140-
- Architecture & Platform Guide: 'dev/archplatform.md'
141-
- Flag Guide: 'dev/flags.md'
142145
- Modifying ILs: 'dev/bnil-modifying.md'
143146
- Types:
144147
- Applying Annotations: 'dev/annotation.md'

0 commit comments

Comments
 (0)