summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-07-09 01:09:00 -0400
committerJordan Wiens <jordan@psifertex.com>2024-07-09 01:09:00 -0400
commit4b98e88a142c8f1740e564337b30ecadc230cb5a (patch)
tree7a53410f24aff1a35e283e7ec95f1a9747333c85 /docs
parent19b19eb425574f89f9f42c5c47f27bf5f54f5f0e (diff)
re-order triage items and number image
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/index.md14
-rw-r--r--docs/img/triagesummary.pngbin833114 -> 846587 bytes
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index e3715710..35bd9191 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -597,7 +597,13 @@ entropy map to navigate to that location in your default view.
File Info: The file info section contains some summary information for the file, each result can be clicked to copy
it into your clipboard.
-### 3. Base Address Detection (BASE)
+### 3. Headers
+
+This section appears only in BinaryViews and the exact information depends on the view itself. PE headers
+are the most detailed and include such items as checksums, characterstics, and compiler strings. Addresses that
+existing in the virtual memory space of the file can be clicked to navigate to that location.
+
+### 4. Base Address Detection (BASE)
![BASE](../img/base.png "BASE Address Detection"){ width="800" }
@@ -626,12 +632,6 @@ address, otherwise the alignment would need to account for the header.
|Points of Interest|Specifies types of points-of-interest to use for analysis (all, strings only, functions only)|All|
|Max Pointers|Maximum amount of pointers to allow in each pointer cluster|0n128|
-### 4. Headers
-
-This section appears only in BinaryViews and the exact information depends on the view itself. PE headers
-are the most detailed and include such items as checksums, characterstics, and compiler strings. Addresses that
-existing in the virtual memory space of the file can be clicked to navigate to that location.
-
### 5. Libraries
For file formats that include explicit linking information to a particular library (like PE), the
diff --git a/docs/img/triagesummary.png b/docs/img/triagesummary.png
index a19ab5df..12aa3fb6 100644
--- a/docs/img/triagesummary.png
+++ b/docs/img/triagesummary.png
Binary files differ