Skip to content

Commit

Permalink
Remove r2dec from docker, snap and flatpak installs
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Jan 28, 2025
1 parent fc3a2d9 commit 3bf768e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ The resulting build includes the following projects:
* [radare2](https://github.com/radareorg/radare2)
* [r2ghidra](https://github.com/radareorg/r2ghidra)
* [r2frida](https://github.com/nowsecure/r2frida) (only in supported platforms)
* [r2dec](https://github.com/wargio/r2dec-js)
* [r2yara](https://github.com/radareorg/r2yara)
* [r2ai](https://github.com/radareorg/r2ai) (only decai r2plugin)
* [r2pipe](https://pypi.org/project/r2pipe/) (for Python)
Expand Down
2 changes: 1 addition & 1 deletion src/install/flatpak.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ flatpak override --user --filesystem=/mnt/hdd:ro org.radare.iaito
flatpak override --user --reset org.radare.iaito
```

The Flatpak version of iaito comes bundled with several useful plugins: [r2dec](https://github.com/wargio/r2dec-js), [r2ghidra](https://github.com/radareorg/r2ghidra), [r2frida](https://github.com/nowsecure/r2frida), [r2yara](https://github.com/radareorg/r2yara), and [decai](https://github.com/radareorg/r2ai). These plugins enhance the functionality of radare2, providing additional capabilities for decompilation, integration with Ghidra, dynamic analysis with Frida, and YARA rule matching.
The Flatpak version of iaito comes bundled with several useful plugins: [r2ghidra](https://github.com/radareorg/r2ghidra), [r2frida](https://github.com/nowsecure/r2frida), [r2yara](https://github.com/radareorg/r2yara), and [decai](https://github.com/radareorg/r2ai). These plugins enhance the functionality of radare2, providing additional capabilities for decompilation, integration with Ghidra, dynamic analysis with Frida, and YARA rule matching.

0 comments on commit 3bf768e

Please sign in to comment.