🚀 radare2-6.0.6 is out! (codename 'siesso’)

That's the first release after #r2con which comes with tons of awemazing bug fixes and all the new features presented during the conference! #reverseengineering

🔗 https://github.com/radareorg/radare2/releases/tag/6.0.6

See details below 👇

Release 6.0.6 · radareorg/radare2

Release Notes Version: 6.0.6 Previous: 6.0.4 AbiDiff: 24-39 Commits: 331 Contributors: 28 curl -Ls https://github.com/radareorg/radare2/releases/download/6.0.6/radare2-6.0.6.tar.xz | tar xJv radare...

GitHub

#r2con2025 is BACK October 24-25, streamed fully online for the first time! Whether you’re using #radare2 or curious, we’ve got sessions on emulators, Rust binaries, shellcode morphing & more. See the full agenda here: https://loom.ly/eFyEuVY

#r2 #radare #r2con #reverseengineering @pancake

⏲️ One week left for r2con2025! Are you ready? #r2con
Last call to be speak at r2con 2025! Check out the details on the new virtual format and submit your talk by this Sunday 10/12 to be considered: https://loom.ly/eFyEuVY #r2con #r2con2025 #radare #r2 @pancake

Happily, my r2con 2025 video is finished :) Currently generating - keep fingers crossed :)

The nice thing is that it's mostly a big demo, there are only very few slides.

#r2con #radare2 #r2ai

Less than a month for #r2con and still lots of work to do, we are so excited to watch the amazing talks and work done behind the scenes! Thanks to all the speakers for presenting!

📣 Reverse CFP is when the audience requests the talks they would like to learn or watch at #r2con. Some speakers are willing to present but they don’t know the topic yet! Would you like to help them?

Drop your suggestions below 👇

Learned quite a few things from @ipolit and Azox's talk at r2con:

- you can encrypt/decrypt without modifying the binary with poE/poD
- you can search for use of given hash with /h, same as /ca for crypto.
- you can nicely decode an ASN.1/DER certificate with pFa
- you can add a new Yara rule within a session using yg (+r2yara plugin)
- nice trick to find private keys related to public keys in a binary with /cp

https://www.youtube.com/watch?v=5ORYZQE3UJE

#radare2 #crypto #r2con

r2con2024 - day2 - Uncovering more crypto secrets - Sylvain+Az0x

YouTube
@radareorg always happy to help, and even more at the #r2con ^^

Missed out on the action at #r2con2024 in Barcelona? #NowSecure researcher and #radare2 author @pancake put together a recap of all three days, including all the recordings, slides, and GitHub repositories. Check it out here: https://www.nowsecure.com/blog/2024/11/15/nowsecure-at-r2con2024-top-takeaways-and-mobile-security-highlights/?utm_source=mastodon

A huge thanks to everyone who joined us and made this comeback event a success after a 5-year break! #r2con #radare #frida

NowSecure at r2con2024: Top Takeaways and Mobile Security Highlights - NowSecure

NowSecure Research Lead Alex Soler, known as Murphy, presented "A Hitchhiker’s Guide for Unity: Reversing Mobile Games on iOS," offering a deep dive into the world of reverse-engineering Unity-based mobile games. In his talk, Alex demonstrated how to leverage r2frida, il2cpp, and Decai to decompile Unity applications, sideload metadata, and symbolicate the code back into readable C#.