| Website | https://www.radare.org |
| GitHub | https://github.com/radareorg/radare2 |
| Discord | https://discord.gg/YBey7CR9jf |
| Conference (Oct 24,25) | https://radare.org/con |
radare 
| Website | https://www.radare.org |
| GitHub | https://github.com/radareorg/radare2 |
| Discord | https://discord.gg/YBey7CR9jf |
| Conference (Oct 24,25) | https://radare.org/con |
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!
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
π 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