Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IridiumXOR committed Apr 22, 2023
1 parent 7aa9ede commit a35625b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ It requires Ghidra 10.1.2
From a memory dump in ELF format dump.elf:
- ```./fossil/extract_features.py dump.elf output```
- ```./fossil/bdh_doubly_linked_lists.py --min_offset -8192 --max_offset 8192 --offset_step 8 --min-size 3 output/extracted_ptrs.lzma output/dll.lzma```
- ```./fossil/compute_chains.py --min_offset -8192 --max_offset 8192 --offset_step 8 output/extracted_ptrs.lzma output/chains```
- ```./fossil/trees.py --min_offset -64 --max_offset 64 --offset_step 8 output/extracted_ptrs.lzma output/trees.lzma```
- ```./fossil/extract_structs.py -max_size 8192 ./output```
- ```./fossil/fossil.py output```
Expand Down

0 comments on commit a35625b

Please sign in to comment.