1.9K Followers
2 Following
1.2K Posts
The official radare2 account in the Fediverse
Websitehttps://www.radare.org
GitHubhttps://github.com/radareorg/radare2
Discordhttps://discord.gg/YBey7CR9jf
Conference (Oct 24,25)https://radare.org/con
You can now choose where to locate the navigation bar and the colors match the selected color theme. Next release will hopefully be next week! Keep up testing and reporting anything you find :)
radius2, the symbolic resolver written in #rust it's now maintained by the community under the radare organization, with two new contributors, just pushed the first release.
πŸ‘‰Available via r2pm and cargo, it's also updated to work with latest versions of r2! https://github.com/radareorg/radius2

React Native's Hermes engine uses a clever string compression trick: non null terminated, overlapping strings and shared string prefixes.

All generic disassemblers fail to handle those conditions, because overlapping things even with padded unions are not supported by design. Except r2 which treats strings as unique elements that can have duplicated start offsets, lengths and custom encoding types.

This is one of many key features available in the last r2 6.1 to enable r2hermes! #hermes #reverseengineering #meta #reactnative

r2ghidra 6.1.0 is out! This release packs a lot of types analysis and propagation improvements! Thanks for all the contributors that helped to make that happen!

https://github.com/radareorg/r2ghidra/releases/tag/6.1.0

It's that easy to port to radare2 the IDA/GHIDRA script by @GabrielGonzalez that filters out strings for only the ones containing English words. https://github.com/radareorg/radare2/pull/25420

r2hermes 1.1.0 is out! And we now have shiny a logo for it!

πŸ”₯ This second release put the focus on bug fixing, patching memory leaks, and cleaning up code to improve performance and code quality!

For more details check the full changelog πŸ‘‰ https://github.com/radareorg/r2hermes/releases/tag/1.1.0

πŸ™‚β€β†•οΈ Kudos to all the contributors to make this release as good as it is! @ahmethan @pancake @AbhiTheModder

r2mcp 1.5.4 is out! #agenticreversing #llm #radare2

πŸ’Ž Another gem silently released within r2-6.0.8 was carefully crafted by @oleavr who tweaked the build system to get an XCFramework ready to be used for iOS and macOS development 🍎

That's compiled in the GitHub CI and ships the most common libraries and plugins of #radare2 to create native apps in #Swift

The SwiftyR2 repository provides an easy, safe and asynchronous API that's based on top of the zero-dependency and self-contained #C libraries of #radare2 (which are also directly available from Swift without the need to create wrappers or bindings).

πŸ‘‰ Check this out! https://github.com/radareorg/SwiftyR2
⭐️ r2-6.0.8 https://github.com/radareorg/radare2/releases/tag/6.0.8