sashs / Ropper

Display information about files in different file formats and find gadgets to build rop chains for different architectures (x86/x86_64, ARM/ARM64, MIPS, PowerPC, SPARC64). For disassembly ropper uses the awesome Capstone Framework.
https://scoding.de/ropper
BSD 3-Clause "New" or "Revised" License
1.88k stars 206 forks source link

Control cache location with environment variables #143

Closed mkrasnitski closed 3 years ago

mkrasnitski commented 3 years ago

Right now, the cache's location is hardcoded to the user's homedir. This lets them set the ROPPER_FOLDER or ROPPER_CACHE environment variables to change this, while maintaining the old defaults.

sashs commented 3 years ago

Merged. THX