https://github.com/cmatthewbrooks/r2kit
A set of scripts for a radare-based malware code analysis workflow
https://github.com/cmatthewbrooks/r2kit
malware-analysis radare2 reverse-engineering
Last synced: 8 months ago
JSON representation
A set of scripts for a radare-based malware code analysis workflow
- Host: GitHub
- URL: https://github.com/cmatthewbrooks/r2kit
- Owner: cmatthewbrooks
- Created: 2018-02-07T10:14:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T00:48:26.000Z (about 7 years ago)
- Last Synced: 2024-08-08T23:20:52.997Z (over 1 year ago)
- Topics: malware-analysis, radare2, reverse-engineering
- Homepage:
- Size: 15.1 MB
- Stars: 66
- Watchers: 9
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-radare2 - r2kit - a set of scripts for a radare-based malware code analysis workflow - by @cmatthewbrooks (Scripts / Conferences)
README
# r2kit
The code previously found in this repository has been properly re-designed and packaged. As such,
this repository is no longer maintained. You can check the "old" branch to see the last state;
however, due to changes in the r2pipe API, most of the code in the "old" branch is not functional.
If you are looking for the utilities to include in your own project or script, they are now packaged
within [r2pyutils](https://github.com/cmatthewbrooks/r2pyutils). (funclist and funcstrings are
included as utility scripts).
If you are looking for the signatures (from my r2con 2018 talk), this functionality is being split
into a separate repository called [r2sigs](https://github.com/cmatthewbrooks/r2sigs).
If you are looking for the functoyara script, I'll make a better version of that available after the
r2sigs work is complete. If you actually read this and want it sooner, message me and I can quickly
whip up a gist.