Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 3, 2019 06:04
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/a5d24b3d3547d6a5b27cc2b2ec88ec18 to your computer and use it in GitHub Desktop.
Save ryantm/a5d24b3d3547d6a5b27cc2b2ec88ec18 to your computer and use it in GitHub Desktop.
/nix/store/23bvglfhcvihql6san82p0kg7fd0xnr0-python3.8-ROPGadget-5.9
├── bin
│   └── ROPgadget
├── lib
│   └── python3.8
│   └── 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-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── macho.cpython-38.pyc
│   │   │   │   ├── pe.cpython-38.pyc
│   │   │   │   ├── raw.cpython-38.pyc
│   │   │   │   └── universal.cpython-38.pyc
│   │   │   ├── raw.py
│   │   │   └── universal.py
│   │   ├── options.py
│   │   ├── __pycache__
│   │   │   ├── args.cpython-38.pyc
│   │   │   ├── binary.cpython-38.pyc
│   │   │   ├── core.cpython-38.pyc
│   │   │   ├── gadgets.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── options.cpython-38.pyc
│   │   │   ├── rgutils.cpython-38.pyc
│   │   │   ├── updateAlert.cpython-38.pyc
│   │   │   └── version.cpython-38.pyc
│   │   ├── rgutils.py
│   │   ├── ropchain
│   │   │   ├── arch
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── ropmakerx64.cpython-38.pyc
│   │   │   │   │   └── ropmakerx86.cpython-38.pyc
│   │   │   │   ├── ropmakerx64.py
│   │   │   │   └── ropmakerx86.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── ropmaker.cpython-38.pyc
│   │   │   └── ropmaker.py
│   │   ├── updateAlert.py
│   │   └── version.py
│   └── ROPGadget-5.9.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