Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1c7bdbc9e871bfcc602dec90a718d7d1 to your computer and use it in GitHub Desktop.
Save ryantm/1c7bdbc9e871bfcc602dec90a718d7d1 to your computer and use it in GitHub Desktop.
/nix/store/0f4qja1pp1kcw4cdhwk0fzn8np9piaxp-python3.7-ROPGadget-5.8
├── bin
│   └── ROPgadget
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ropgadget
│   │   ├── args.py
│   │   ├── binary.py
│   │   ├── core.py
│   │   ├── gadgets.py
│   │   ├── __init__.py
│   │   ├── loaders
│   │   │   ├── elf.py
│   │   │   ├── __init__.py
│   │   │   ├── macho.py
│   │   │   ├── pe.py
│   │   │   ├── __pycache__
│   │   │   │   ├── elf.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── macho.cpython-37.pyc
│   │   │   │   ├── pe.cpython-37.pyc
│   │   │   │   ├── raw.cpython-37.pyc
│   │   │   │   └── universal.cpython-37.pyc
│   │   │   ├── raw.py
│   │   │   └── universal.py
│   │   ├── options.py
│   │   ├── __pycache__
│   │   │   ├── args.cpython-37.pyc
│   │   │   ├── binary.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── gadgets.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── options.cpython-37.pyc
│   │   │   ├── rgutils.cpython-37.pyc
│   │   │   ├── updateAlert.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── rgutils.py
│   │   ├── ropchain
│   │   │   ├── arch
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ropmakerx64.cpython-37.pyc
│   │   │   │   │   └── ropmakerx86.cpython-37.pyc
│   │   │   │   ├── ropmakerx64.py
│   │   │   │   └── ropmakerx86.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── ropmaker.cpython-37.pyc
│   │   │   └── ropmaker.py
│   │   ├── updateAlert.py
│   │   └── version.py
│   └── ROPGadget-5.8.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 47 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment