Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 18, 2021 00:59
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 r-ryantm/45beabcbcb3b36e0d6868b2c1b02c9ed to your computer and use it in GitHub Desktop.
Save r-ryantm/45beabcbcb3b36e0d6868b2c1b02c9ed to your computer and use it in GitHub Desktop.
/nix/store/s4hfwi9p4pmfcd7akmdlb8xnznabasy5-python3.7-ROPGadget-6.4
├── 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-6.4.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment