radareorg
@radareorg.bsky.social
📤 292
📥 1
📝 43
The official radare2 account in the Blueskyverse
reposted by
radareorg
pancake :radare2:
about 2 months ago
Last week I ported cheapbin to run on SDL and make it run (on top of radare2 for a proper disassembler experience) in my GKD Bubble linux based console. The picture is now featured in the readme :D
https://github.com/marioballano/cheapbin#sdl--handheld-build
0
3
1
r2mcp 1.8.2 is out, relevant changes are: - http server mode from the r2 plugin - more tool tags like exec and session - bearer token auth for multi agent support - improved regex and filtering capabilities for large outputs - new run_script tool
github.com/radareorg/ra...
loading . . .
Release 1.8.2 · radareorg/radare2-mcp
What's Changed HTTP / Sessions Add HTTP session multiplexing via X-Session-ID Support isolated multi-agent workflows Add session eviction and idle timeout handling Add bearer authentication and ra...
https://github.com/radareorg/radare2-mcp/releases/tag/1.8.2
about 1 month ago
0
2
1
reposted by
radareorg
pancake
about 2 months ago
Just released r2unity v1.0 to help you reverse engineer Unity apps from your favourite disassembler! (aka
@radareorg.bsky.social
)
github.com/radareorg/r2...
loading . . .
Release 1.0.0 · radareorg/r2unity
First release! Supports iOS, Android, Linux, macOS and Windows Custom elf/macho/pe parsers for faster scans Parse global metadata versions from v36 to v6000! Export CycloneDX SBOM in JSON forma...
https://github.com/radareorg/r2unity/releases/tag/1.0.0
0
2
2
reposted by
radareorg
Abhi
about 2 months ago
The world's fastest Android/DEX decompiler meets radare2 (
@radareorg.bsky.social
) 🔥
github.com/radareorg/r2...
loading . . .
GitHub - radareorg/r2garlic: The world's fastest Android/DEX decompiler meets radare2
The world's fastest Android/DEX decompiler meets radare2 - radareorg/r2garlic
https://github.com/radareorg/r2garlic.git
0
4
1
Iaito 6.1.4 is out! Shipping tons of stability improvements, adds new widgets and userfriendly features, brings back the debugger, shows analysis progress and background webserver. Read the full changelog
github.com/radareorg/ia...
#reverseengineering
#radare2
3 months ago
0
3
0
reposted by
radareorg
Abhi
3 months ago
It’s finally here: radare2 + Warp (warrp) ⚡️ This makes r2 the first tool outside of the
@binary.ninja
ecosystem to adopt the format. Huge thanks to Mason (from
@binary.ninja
) and
@trufae.bsky.social
for their invaluable feedback's during development.
github.com/radareorg/warrp
loading . . .
GitHub - radareorg/warrp: A native radare2 plugin for the WARP signature format
A native radare2 plugin for the WARP signature format - radareorg/warrp
https://github.com/radareorg/warrp
0
5
2
reposted by
radareorg
Marc Rivero | @seifreed
6 months ago
#DRCOV
coverage import support added. You can now load drcov traces via the analysis plugin (a:drcov) to mark executed blocks and improve static analysis based on coverage data. Special thanks to
@trufae.bsky.social
for its support during the review
@radareorg.bsky.social
github.com/radareorg/ra...
loading . . .
##debug Add DRCOV trace import by seifreed · Pull Request #25275 · radareorg/radare2
Summary add DRCOV coverage import as analysis plugin (a:drcov) parse drcov v2 files and mark traced basic blocks load sample from testbins (drcov/drcov.sample) Testing r2r test/db/archos/linux-x...
https://github.com/radareorg/radare2/pull/25275
0
3
2
reposted by
radareorg
pancake :radare2:
7 months ago
The default io plugin of radare2 now supports fifo files, which means that you can use the funny bird operator: $ r2 <(o )
0
1
1
The revamped filesystems talk at
#r2con2025
presented lots of juicy new features for
#forensics
. 🎁 New FileSystems: UBIFS, HaikuFS, SSHFS 😎 Frontends: MidnightCommander-style, rafs2 cli tool, iaito widget 🪽New Features: display headers, diskaddr2fspath Video 📼
www.youtube.com/watch?v=mf2h...
loading . . .
Revamping rfs | mikelloc
YouTube video by radareorg
https://www.youtube.com/watch?v=mf2hv54FXeg
7 months ago
0
2
0
6h to go!
#r2con2025
www.radare.org/con/2025/
loading . . .
r2con2025
https://www.radare.org/con/2025/
9 months ago
0
0
0
Friendly reminder to follow us in the
#fediverse
, that’s our main social platform
infosec.exchange/@radareorg
#reverseengineering
loading . . .
:radare2: radare :verified: (@
[email protected]
)
1.02K Posts, 4 Following, 1.82K Followers · The official radare2 account in the Fediverse
https://infosec.exchange/@radareorg
9 months ago
0
1
0
if you are doing any project that depends on r2, feel free to use this badge to specify the version of radare2 that is compatible or tested with: [](github.com/radareorg/radare2)
9 months ago
0
1
0
Happy radare2 6.0.4 release day
infosec.exchange/@radareorg/1...
9 months ago
0
3
3
📣The list confirmed talks for
#r2con2025
are now public! How does it look? 🧸Bear in 🧠 mind that the list is incomplete because the CFP is still open and there are some unconfirmed talks still to be published! ⚓️
radare.org/con/2025
loading . . .
https://radare.org/con/2025
10 months ago
0
2
2
reposted by
radareorg
10 months ago
One of the demos is here:
asciinema.org/a/pBPEaJhp6c...
It demonstrates the automatic mode of r2ai, where we can ask a question whose answer requires to read/understand several functions of the binary.
#radare2
#r2ai
#AI
#LLM
loading . . .
Linux/Trigona analysis of /fast option
Recorded by cryptax
https://asciinema.org/a/pBPEaJhp6cunWSKFpBUDTgPt4
0
3
1
reposted by
radareorg
💥 leonjza
11 months ago
Using
@radareorg.bsky.social
to dynamically get the virtual address of a
@golang.org
embed.FS structure to extract some sus embed's with go-embed-extractor¹ in this "dodgy-go-bin" 🔥 ¹
github.com/BreakOnCrash...
0
1
2
🍏 Merged class dump support for iOS26! Testing with different kernels and some fuzzing is probably needed before the release, if anyone in the mood for that! Kudos to @
[email protected]
for the PR!
github.com/radareorg/ra...
#apple
#ios
#reverseengineering
#radare2
11 months ago
0
2
1
🍏 Merged class dump support for iOS26! Testing with different kernels and some fuzzing is probably needed before the release, if anyone in the mood for that! Kudos to @
[email protected]
for the PR!
github.com/radareorg/ra...
#apple
#ios
#reverseengineering
#radare2
11 months ago
0
1
1
Every day we’re getting closer to
#r2con2025
! Got something cool to share about
#radare2
? 📢 Submit to the
#CFP
now! This time it’s fully online, even a 10 minute video works! 👉
radare.org/con/2025/
loading . . .
https://radare.org/con/2025/
11 months ago
0
1
1
radare2 6.0.2 is out! 🚀 Codename: “Relephant” Mainly a bugfix release for Android and distribution packagers, but it also ships few shiny new features! ✨ 🔗
github.com/radareorg/ra...
11 months ago
0
1
0
🐘 Follow us in the fediverse, the main microblogging site in r2land to stay tuned with the latest news!
infosec.exchange/@radareorg
loading . . .
:radare2: radare :verified: (@
[email protected]
)
949 Posts, 4 Following, 1.78K Followers · The official radare2 account in the Fediverse
https://infosec.exchange/@radareorg
11 months ago
0
0
0
radare2 6.0 is out! (codename "brainbow" 🧠🌈) Major release with focus on stability while bringing many new features under the hood⚡️
github.com/radareorg/ra...
loading . . .
Release 6.0.0 · radareorg/radare2
Release Notes Version: 6.0.0 Previous: 5.9.8 Commits: 881 Contributors: 51 curl -Ls https://github.com/radareorg/radare2/releases/download/6.0.0/radare2-6.0.0.tar.xz | tar xJv radare2-6.0.0/sys/ins...
https://github.com/radareorg/radare2/releases/tag/6.0.0
11 months ago
0
0
0
⚡ radare2-mcp 1.0.0 is out!⚡ After 6 month of testing we are pleased to announce the very first release of the MCP server for radare2! 🤖 Looking forward to hear from all the amazing things you do with it!
github.com/radareorg/ra...
loading . . .
Release 1.0.0 · radareorg/radare2-mcp
What's r2mcp? This is the very first release of r2mcp, it's been stable and usable since the beginning, we just forgot to tag! Initially implemented and heavily tested by Daniel Nakov (@dnakov) but...
https://github.com/radareorg/radare2-mcp/releases/tag/1.0.0
11 months ago
0
0
0
reposted by
radareorg
Colin Childs🍁
12 months ago
The history and development of
@radareorg.bsky.social
's Radare2.
youtu.be/InUwDMMsAH0
Repo📚:
github.com/radareorg/ra...
Span🗓️: February 5, 2009 - July 7, 2025 Tools⚒️: python, ffmpeg, xvfb, git, gource Music🎧: Out of the Skies, Under the Earth by Chris Zabriskie
loading . . .
The history and development of Radare2
YouTube video by Colin Childs
https://youtu.be/InUwDMMsAH0?si=yD04cuV09ALIG3lp
0
4
5
reposted by
radareorg
about 1 year ago
Hey, I'd like to share the best talks/papers/videos/tools/CTF challenges I encountered in 2025 H1. This is the official "Cryptax Award 2025 H1" (lol). Congrats!
cryptax.github.io/nomination-2...
cc:
@elbsides.bsky.social
@northsec.io
@radareorg.bsky.social
@bsideskrs.bsky.social
loading . . .
Cryptax Nomination Awards 2025 H1
Cryptax Nomination Awards. Lol. In other words, I’m listing my favorite talks, papers, challenges (etc) for the first half of 2025. Nothing more than that. Okay? H1 2025 Category Nominated Best cyberc...
https://cryptax.github.io/nomination-2025-h1/
0
0
2
reposted by
radareorg
pancake
about 1 year ago
Just arrived the
#radare2
book! I will finally had a chance to learn it!
#reverseengineering
#books
1
10
2
🚨Friendly reminder: The
#CFP
for
#r2con2025
is still OPEN! There's plenty of time before October 24th, but if you want to talk about anything related to
#radare2
, please submit your talk ASAP! ✨ Let’s make this edition even better! 🚀
#infosec
👉
radare.org/con/2025/
loading . . .
https://radare.org/con/2025/
about 1 year ago
0
2
2
reposted by
radareorg
pancake
about 1 year ago
📦 In my last video for r2tv I introduce r2pm, the package manager. Learn about how to create, search and install plugins and tools for radare2! ▶️ 10 min -
www.youtube.com/watch?v=N31b...
▶️ 20 min -
youtu.be/DbVBbxOL7KY
0
1
2
reposted by
radareorg
pancake
about 1 year ago
📺 In the second video for
#r2tv
I explain the caveats of injecting null bytes in the process environment with rarun2, inspect the stack with r2frida and bypass limitations encoding the payload with ragg2!
www.youtube.com/watch?v=-CMH...
loading . . .
Exploiting the environment with null bytes with radare2
YouTube video by r2con
https://www.youtube.com/watch?v=-CMHUv9EmBI
0
5
2
📣 📝 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! 👉
radare.org/con/2025
about 1 year ago
0
2
3
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!
loading . . .
about 1 year ago
0
0
1
reposted by
radareorg
pancake
about 1 year ago
Today I wrote an
#r2ai
widget for iaito, the official
#radare2
frontend.
1
6
3
reposted by
radareorg
pancake
about 1 year ago
Today I presented at
#hackbcn
some practical usecases integrating language models for reverse engineering purposes with
#radare2
Check out my slides at
radare.org/get/r2ai-hac...
0
10
5
Power
#vim
users are used to the m' navigation workflow, which was already implemented in the Visual mode of radare2. Now you can also use hjkl and those shortcut keys in iaito to quickly move around the binary without using the mouse!
#reverseengineering
#ui
about 1 year ago
0
2
1
Iaito got some improvements in the hexadecimal editor with improved light theme, numeric value edition with endian and different bit sizes, pixelart, monospaced fonts in symbol listings, some more goods will come soon!
about 1 year ago
1
3
1
reposted by
radareorg
about 1 year ago
Wrote a paper, with Daniel Nakov, on comparing the
#quality
& the speed of
#malware
analysis assisted by
#r2ai
, or without. Spoiler 1: quality is =, speed is ++. Spoiler 2: do not expect to get good results in a single question.
arxiv.org/pdf/2504.07574
cc:
@radareorg.bsky.social
#arxiv
#radare2
1
7
5
reposted by
radareorg
arXiv cs.CR Cryptography and Security
about 1 year ago
Axelle Apvrille, Daniel Nakov: Malware analysis assisted by AI with R2AI
https://arxiv.org/abs/2504.07574
https://arxiv.org/pdf/2504.07574
https://arxiv.org/html/2504.07574
1
1
4
reposted by
radareorg
over 1 year ago
Wrote “Analyzing a shellcode with
#r2ai
" article posted in the latest PagedOut ezine
pagedout.institute/download/Pag...
Enjoy!
#shell
#linux
#radare2
#AI
#malware
loading . . .
https://pagedout.institute/download/PagedOut_006.pdf
0
6
2
reposted by
radareorg
Phil Stokes ⫍🐠⫎
over 1 year ago
Power up your
#radare2
pifc command with a $pifc alias that sorts and counts the calls in a function.
#macOS
#reverseengineering
#r2
1
10
5
For those interested in r2mcp, it is now possible to run it locally with OpenWebUI and MCPO.
#r2ai
#radare2
#reverseengineering
#llm
about 1 year ago
0
0
1
The C rewrite of
#r2ai
can do auto mode at the same level of the original Python implementation now. Kudos to
@dnakov.bsky.social
for the effort!
#ai
#vibereversing
#reverseengineering
loading . . .
over 1 year ago
0
6
2
Despite the need of tests, a refactoring and native charset plugins the multi-byte reencodings like jis7<-> are now working
over 1 year ago
0
1
0
The new asm.lines.split creates a secondary column in the disassembly view for the backward branch lines making it easier to spot loops and understand the control flow
#reverseengineering
#disassembly
#cli
#tui
loading . . .
over 1 year ago
0
9
4
reposted by
radareorg
al3x
over 1 year ago
and speaking of advent calendars! this sounds like a lot of fun—advent of radare2 🤩
www.radare.org/advent/
loading . . .
Advent Of Radare2
https://www.radare.org/advent/
0
3
2
reposted by
radareorg
Phil Stokes ⫍🐠⫎
over 1 year ago
www.nowsecure.com/blog/2025/01...
#radare2
#re
#ai
#malware
loading . . .
Decompiling Apps With AI Language Models - NowSecureShare on LinkedinShare on TwitterShare on LinkedinShare on XShare on FacebookShare on Mastodon
Artificial intelligence (AI) language models are emerging as valuable tools for mobile security analysts and developers, offering significant benefits such as aiding in structured vulnerability assess...
https://www.nowsecure.com/blog/2025/01/29/decompiling-apps-with-ai-language-models/
0
3
2
reposted by
radareorg
over 1 year ago
For Ph0wn Labs, yesterday, we had a 4 level crackme to work on. Watch how easily r2ai solves level 4! (well, don't watch it you don't want the spoil!)
asciinema.org/a/B8UalyH6I3...
#radare2
#r2ai
#AI
#crackme
#ph0wn
loading . . .
Solving Ph0wn Labs 01 Level 4 with r2ai
Recorded by cryptax
https://asciinema.org/a/B8UalyH6I3AhSapmfYo5rvm3W
0
2
1
Load more
feeds!
log in