Skip to content

Commit

Permalink
add command for best offset search
Browse files Browse the repository at this point in the history
  • Loading branch information
f4ncyz4nz4 committed Jul 2, 2023
1 parent ab0e73e commit 91c6b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ To analyse a Mini DuMP file with an arch x86:32 and output a list of function ad
```bash
nucleus -d linear -f -t dmp -a x86 -l 32 -e <binary>
```
To analyse a raw file with an arch x86:32 and the *best offset search* option and output a list of function addresses and sizes, use:
```bash
nucleus -d linear -f -t raw -a x86 -l 32 -o -e <binary>
```
To list all the possible commands, use:
```bash
nucleus -h
Expand Down

0 comments on commit 91c6b9f

Please sign in to comment.