radare 

@radareorg@infosec.exchange
1.8K Followers
3 Following
936 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
r2analyze is a plugin for #radare2 that integrates #intezer malware analysis platform results into the currently running session. https://intezer.com/blog/radare-plugin-automate-reverse-engineering/
"Introduction to Static Analysis with radare2" by Professor Czech https://www.youtube.com/watch?v=RnqsT8GL3dg #malwareanalysis #reverseengineering
Adjust your calendar for #r2con2025! We can finally announce the dates! Get your talks ready for Oct 24,25!
radare2 is now shipping extra panel layouts in the default installation. Do you have custom layouts you enjoy in panels mode? https://github.com/radareorg/radare2/pull/24296 #reverseengineering #tui
๐Ÿ“ฃ ๐Ÿ“ We are proud to announce the #r2con2025 call for papers! Expect it online and around Nov/Dec! Submit your talk proposals and stay tuned for updates!
๐Ÿ‘‰ https://radare.org/con/2025

We can finally spin donuts in iaito! ๐Ÿฉ ๐Ÿฉ (i know, that's an ancient feature request that brings us closer to get 1:1 feature parity with #radare2 ) But it's better late than never! Enjoy ๐ŸŽ‰

PD: You can spin as many donuts as you want!

The asm.addr.relto can be now selected in the context manu of the disassembly widget and the #iaito preferences. This feature has been available in #radare2 for a while
Which color theme looks the best to you? (in order to change the default one) https://github.com/radareorg/radare2/pull/24204
Tweak the default color theme (regs=green,addr=yellow) ##cons by trufae ยท Pull Request #24204 ยท radareorg/radare2

Which color theme looks the best to you? 0,0) current one 0,1) the one in this pr 1,0) red registers 1,1) grey registers

GitHub
r2 from git is now checking for nullability bugs at compile time, this will not just improve code quality but also enable some performance improvements on clang compilers which support this C11 feature #clang