tweak
This commit is contained in:
parent
6834cf3432
commit
1e07747c6e
3 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ make
|
|||
## Running Minidump
|
||||
|
||||
```
|
||||
python py/minidump.py
|
||||
py/minidump.py
|
||||
```
|
||||
|
||||
## Using
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from minielf import ELFFile, PT_LOAD
|
||||
|
||||
a_out = open("a.out-stripped", "rb")
|
||||
|
|
|
|||
0
py/minielf.py
Executable file → Normal file
0
py/minielf.py
Executable file → Normal file
Loading…
Reference in a new issue