This commit is contained in:
Jeff Epler 2022-10-22 20:26:11 -05:00
parent 6834cf3432
commit 1e07747c6e
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE
3 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@ make
## Running Minidump
```
python py/minidump.py
py/minidump.py
```
## Using

View file

@ -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
View file