Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 3, 2020 17:19
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/331e0808e300299efde22458be64d232 to your computer and use it in GitHub Desktop.
Save r-ryantm/331e0808e300299efde22458be64d232 to your computer and use it in GitHub Desktop.
/nix/store/nxragg4bbj177qqchq1fq24b7xsqf0bh-python2.7-ROPGadget-6.2
├── bin
│   └── ROPgadget
├── lib
│   └── python2.7
│   └── site-packages
│   ├── ropgadget
│   │   ├── args.py
│   │   ├── args.pyc
│   │   ├── binary.py
│   │   ├── binary.pyc
│   │   ├── core.py
│   │   ├── core.pyc
│   │   ├── gadgets.py
│   │   ├── gadgets.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── loaders
│   │   │   ├── elf.py
│   │   │   ├── elf.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── macho.py
│   │   │   ├── macho.pyc
│   │   │   ├── pe.py
│   │   │   ├── pe.pyc
│   │   │   ├── raw.py
│   │   │   ├── raw.pyc
│   │   │   ├── universal.py
│   │   │   └── universal.pyc
│   │   ├── options.py
│   │   ├── options.pyc
│   │   ├── rgutils.py
│   │   ├── rgutils.pyc
│   │   ├── ropchain
│   │   │   ├── arch
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── ropmakerx64.py
│   │   │   │   ├── ropmakerx64.pyc
│   │   │   │   ├── ropmakerx86.py
│   │   │   │   └── ropmakerx86.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ropmaker.py
│   │   │   └── ropmaker.pyc
│   │   ├── updateAlert.py
│   │   ├── updateAlert.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── ROPGadget-6.2.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 47 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment