All Projects → radareorg → Radare2 Extras

radareorg / Radare2 Extras

Licence: lgpl-3.0
Source graveyard and random candy for radare2

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Radare2 Extras

r2-cheatsheet
Radare2 cheat-sheet
Stars: ✭ 105 (-48.02%)
Mutual labels:  radare2
R2m2
radare2 + miasm2 = ♥
Stars: ✭ 86 (-57.43%)
Mutual labels:  radare2
R2con2019
r2con2019 - slides and materials
Stars: ✭ 128 (-36.63%)
Mutual labels:  radare2
R2dec Js
radare2 plugin - converts asm to pseudo-C code.
Stars: ✭ 345 (+70.79%)
Mutual labels:  radare2
R2frida
Radare2 and Frida better together.
Stars: ✭ 610 (+201.98%)
Mutual labels:  radare2
Radare2 Bindings
Bindings of the r2 api for Valabind and friends
Stars: ✭ 100 (-50.5%)
Mutual labels:  radare2
r2lldb
radare2-lldb integration
Stars: ✭ 54 (-73.27%)
Mutual labels:  radare2
R2frida Wiki
This repo aims at providing practical examples on how to use r2frida
Stars: ✭ 168 (-16.83%)
Mutual labels:  radare2
Arcore Patch
Attempt to get ARCore Preview 2 running on unsupported devices
Stars: ✭ 74 (-63.37%)
Mutual labels:  radare2
Iaito
This project has been moved to:
Stars: ✭ 1,516 (+650.5%)
Mutual labels:  radare2
A Journey Into Radare2
A series of tutorials about radare2 framework from https://www.megabeets.net
Stars: ✭ 473 (+134.16%)
Mutual labels:  radare2
Awesome Radare2
A curated list of awesome projects, articles and the other materials powered by Radare2
Stars: ✭ 580 (+187.13%)
Mutual labels:  radare2
Reversing List
Reversing list
Stars: ✭ 106 (-47.52%)
Mutual labels:  radare2
r2con-prequals-rhme3
r2 the Rhme3! The RHme (Riscure Hack me) is a low level hardware CTF that comes in the form of an Arduino board (AVR architecture). It involves a set of SW and HW challenges to test your skills in different areas such as side channel analysis, fault injection, reverse-engineering and software exploitation. In our talk we will briefly recap RHme2…
Stars: ✭ 15 (-92.57%)
Mutual labels:  radare2
R2vmi
Hypervisor-Level Debugger based on Radare2 / LibVMI, using VMI IO and debug plugins
Stars: ✭ 130 (-35.64%)
Mutual labels:  radare2
rair-core
RAIR: RAdare In Rust
Stars: ✭ 63 (-68.81%)
Mutual labels:  radare2
Radare2 Pm
Package Manager for Radare2
Stars: ✭ 100 (-50.5%)
Mutual labels:  radare2
Radeco
radare2-based decompiler and symbol executor
Stars: ✭ 313 (+54.95%)
Mutual labels:  radare2
Jni helper
Find JNI function signatures in APK and apply to reverse tools.
Stars: ✭ 154 (-23.76%)
Mutual labels:  radare2
Jupyter Radare2
Just a simple radare2 Jupyter kernel
Stars: ✭ 109 (-46.04%)
Mutual labels:  radare2

radare2-extras

GithubCI Status|

This repository contains extra plugins for radare2.

The reasons why those plugins are distributed in a separate repository are the following:

  • Depends on external libraries (yara, ewf)
  • Marginal/specific use (ctf-specific asm/anal vm f.ex)
  • r2 must be self-contained (no optional/external deps)
  • Simplify packagers work, and makes it more flexible
  • Duplicates functionality from r2 (no need to have multiple disassemblers for the same arch in core)

The compiled plugins will be installed at

/usr/lib/radare2-extras/$(VERSION)

Some of the plugins/code doesnt compiles, it will be reviewed and cleaned up, merged into core, updated or removed.

In addition, this repository will be useful to new contributors, comers who want to write his own r2 plugins for example.

The aim of this repository is to make the master radare2 repository to be as concise as possible, and reduce the amount of unnecessary plugins to shrink the install size and keep it usable for 99% of users.

Building

The recommended way to build and install those plugins for users is to use r2pm. See the radare2-pm repository for details:

https://github.com/radareorg/radare2-pm
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].