Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 22, 2021 01:41
Show Gist options
  • Save r-ryantm/caa0ff6a675112c40e0447a8667bcfcd to your computer and use it in GitHub Desktop.
Save r-ryantm/caa0ff6a675112c40e0447a8667bcfcd to your computer and use it in GitHub Desktop.
/nix/store/ppdi1kjk4mnrip4sx4p7vjlsji1z4a68-python3.7-ROPGadget-6.5
├── 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.5.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