Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrmacete/r2scripts
Collection of scripts for radare2
https://github.com/mrmacete/r2scripts
Last synced: 28 days ago
JSON representation
Collection of scripts for radare2
- Host: GitHub
- URL: https://github.com/mrmacete/r2scripts
- Owner: mrmacete
- License: mit
- Created: 2015-09-13T17:10:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T13:06:17.000Z (almost 6 years ago)
- Last Synced: 2024-05-19T04:54:01.217Z (6 months ago)
- Language: C
- Size: 116 KB
- Stars: 28
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-security-collection - **28**星
README
# r2scripts
Collection of scripts for radare2
## [mipstring.py](https://github.com/mrmacete/r2scripts/tree/master/mipstring)
r2pipe script to add data reference to strings and corresponding comments in disassembly, targeted for MIPS arch.
## [esilstring.py](https://github.com/mrmacete/r2scripts/tree/master/esilstring)
r2pipe script which uses ESIL emulation to add non-obvious data reference to strings and corresponding comments in disassembly, targeted for MIPS arch - but potentially plaform independent.
## [esilburner.py](https://github.com/mrmacete/r2scripts/tree/master/esilburner)
MIPS-specific faster and more accurate version of esilstring.py, leverage r2's native analysis and emulation capabilities
## [BPF architecture](https://github.com/radare/radare2-extras/tree/master/bpf) (moved to radare2-extras)
Plugin to support [Berkeley Packet Filter](https://www.kernel.org/doc/Documentation/networking/filter.txt) as a radare2 architecture, with full ESIL emulation.