Skip to content

Commit

Permalink
update readme with new tree
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Jan 24, 2024
1 parent c5d74c0 commit 487eddb
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ The main purpose for this is to use the decomplilations for research and analysi
- [TOC](#toc)
- [Features](#features)
- [Usage](#usage)
- [Output Files Tree](#output-files-tree)
- [Example Usage with Windows afd.sys:](#example-usage-with-windows-afdsys)
- [Command line](#command-line)
- [Output](#output)
Expand All @@ -104,7 +105,6 @@ The main purpose for this is to use the decomplilations for research and analysi
- [Option 1 - Devcontainer](#option-1---devcontainer)
- [Option 2 - Docker](#option-2---docker)


## Features
*all these features are ultimately provided by Ghidra*

Expand Down Expand Up @@ -183,6 +183,37 @@ BSim Options:
--bsim-cat BSIM_CAT BSim category. (type:value) --bsim-cat color:red (default: None)
```

## Output Files Tree

All files:
```bash
$ tree -L 2 ghidrecomps/ | more
ghidrecomps/
├── bins
│ ├── afd.sys.10.0.22621.1415-b4c4b6ef5980df8440fb26daffb4118f
│ └── ls_aarch64-fffefca59f1dcb04e318b6b26fa1b50e
├── bsim-xmls
│ └── sigs_fffefca59f1dcb04e318b6b26fa1b50e_ls_aarch64
├── ghidra_projects
│ ├── afd.sys.10.0.22621.1415-b4c4b6ef5980df8440fb26daffb4118f
│ └── ls_aarch64-fffefca59f1dcb04e318b6b26fa1b50e
└── symbols
├── 000admin
├── afd.pdb
└── pingme.txt
```

Decomps and callgraphs:
```bash
$ tree -L 2 ghidrecomps/bins/
ghidrecomps/bins/
├── afd.sys.10.0.22621.1415-b4c4b6ef5980df8440fb26daffb4118f
│ ├── callgraphs
│ └── decomps
└── ls_aarch64-fffefca59f1dcb04e318b6b26fa1b50e
└── decomps
```


## Example Usage with Windows afd.sys:

Expand Down

0 comments on commit 487eddb

Please sign in to comment.