home.social

#radare2 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #radare2, aggregated by home.social.

fetched live
  1. Thanks to r2mcp, r2ghidra and pocketmai i can start finding bugs in real binaries from my phone from anywhere, confirmed by hand, by qwen3.8 (running in local at home) and deepseek4. #radare2

  2. r2frida 6.2.0 is out! Short release notes:

    - in sync with typescript7 and r2 6.2.0
    - fix some deadlocks related to breakpoints
    - improved error handling and better live code patching support
    - fds on darwin now resolve to origin filename

    #frida #reverseengineering #radare2

    github.com/nowsecure/r2frida/r

  3. Lazy to post twice but now you can run #radare2 in your browser with jslinux on #riscv . I find it pretty convinient for teaching, testing and sandboxing reasons.

    Try it: radare.org/jslr2
    Full post linkedin.com/posts/sergi-alvar

  4. M'alegra veure com una empresa de Barcelona ha pogut publicar el seu primer xip, el BER10. Es un RISC-V, dissenyat per correr Linux i accelerar tasques de IA. M'encantaria tenir acces a un d'aquests, ni que sigui per millorar el suport de RISCV per #radare2 i poder fer que tinguem hw dissenyat de km0 amb standards oberts. openchip.com/openchip-unveils-

  5. Radare2: 24 CVEs tracked, 87% unpatched. 0 CISA KEV exploited, but avg CVSS 6.67. Trust Score: C. Open source reverse engineering tool needs patching vigilance. #Radare2 #infosec #cybersecurity

    valtersit.com/vendors/radare2/

  6. After #mascon conference at @owasp I got so much feedback for the unity, hermes and flutter plugins I published, some of this feedback was in form of bug reports, so here's a bugfix release for r2hermes! github.com/radareorg/r2hermes/ #reactnative #reverseengineering #radare2

  7. I am now publishing the slides of my talk at #mascon #owasp about curiosities and low level details I learned while developing the now also public plugins for Unity, Flutter and React Native for #radare2

    🛝-> radare.org/get/r2mascon2026-vi

  8. In case you are missing the #radare2 Quine Wars happening right now in the X site, take some 🍿 look closer to each oneliner and have fun! Who will cook the smaller one??

    📺 xcancel.com/marioballano/statu
    🍔 xcancel.com/Seifreed/status/20
    🧑‍🦲 xcancel.com/GabrielGonzalez/st

  9. I just threw a one shot loop prompt to get a virtual SQL server for #radare2 github.com/radareorg/radare2-v inspired in all the plugins presented by @0xeb at #recon

  10. Happy to anounce a new release of r2hermes! The plugin for reverse engineering React Native apps with #radare2

    In short, i've added SBOM listings, improved decompiler output, better overlapped strings support as well as much better SLP objects integration with latest radare2 from git!

    github.com/radareorg/r2hermes/

  11. You'll now get anoyingly interactive prompts to rebuild the outdated plugins on startup in #radare2

  12. This week i’m doing some improvements for Android support on #radare2 optimizing loading times, fixing disassembler issues, improving the r2jadx plugin..

  13. radare2-bindings are back! Use the native APIs of #radare2 directly from Python, Go, #Vala or NodeJS/TypeScript, requires latest valabind 2.1.0 (or Swig). the vapi files has been updated to be in sync with r2-6.1.4 thanks to @AbhiTheModder for the contribs here to make that happen!

    github.com/radareorg/radare2-b

  14. Iaito 6.1.4 is out! 💥

    Tons of stability improvements, new widgets, userfriendly features, brings back the debugger mode, display analysis progress and background webserver ideal for r2mcp.

    Full changelog github.com/radareorg/iaito/rel #reverseengineering
    #radare2

  15. Hint of the day: if your AI agent runs #radare2 oneliners, set the R2_COLOR=0 environment variable to disable colors and save a bunch of tokens!

  16. Here’s why it’s important to always use r2 from git. In r2land, we follow the law of full disclosure and fix any reported vulnerability within a 24h deadline, as stated in SECURITY.md #radare2 blog.calif.io/p/mad-bugs-disco

  17. @asher_davila just open sourced its #radare2 Python script for parsing .gopclntab and recovering function symbols from Go binaries, including fully stripped ones. Supports ELF, Mach-O, and PE across Go versions 1.2, 1.16, 1.18, and 1.20+ github.com/AsherDLL/r2gopclnta #golang #reverseengineering