IDA Pro plugin: indent guides plugin for hex-rays decompiler
github.com/libtero/idag...
#ida #idapro #decompiler #plugin #reverseengineering
Latest posts tagged with #decompiler on Bluesky
IDA Pro plugin: indent guides plugin for hex-rays decompiler
github.com/libtero/idag...
#ida #idapro #decompiler #plugin #reverseengineering
Hex-Rays released IDA Pro v9.3
docs.hex-rays.com/release-note...
#reverse #reverseengineering #decompiler #idapro #reversing
This presentation remains the go-to reference for learning the inner workings of the IDA Pro Hex-Rays decompiler:
(video) www.youtube.com/watch?v=T-Yk...
(article) i.blackhat.com/us-18/Thu-Au...
#decompiler #reverseengineer #informationsecurity #cybersecurity
InnoExtractor 2026 has been released.
Some highlights:
* Added full support to open and extract files of installers compiled with new Inno Setup version 6.5.0 and 6.5.1
www.havysoft.cl/innoextracto...
#inno #innosetup #innoextractor #reverseengineering #decompiler
Aside of the awesome diagrams that Mermaid.js can generate I'd like to highlight this script that is really helpful when you want to figure out how #decompiler represents different pieces of code:
github.com ->
Sample output:
scrapco.de ->
Original->
Reko decompiler version 0.12.1 released today!
github.com/uxmal/reko
#reko #decompiler
#Ghidra v11.4 dropped:
github.com/NationalSecu...
#ghidra #decompiler #disassembler #reverseengineering #debugger
IDA Pro v9.1 Released.
* No support on Linux ARM64 unfortunately :/
docs.hex-rays.com/release-note...
#ida #disassembler #decompiler
Decompiling Apps With AI Language Models by @trufae.bsky.social
Explains how r2ai works + shows decai in action to decompile Swift.
www.nowsecure.com/blog/2025/01...?
#radare2 #AI #LLM #swift #decai #decompiler
How well does Binary Ninja's decompiler utilize Apple Silicon P-cores? Pretty well. If you're a reverse engineer looking for a new machine, opt for more cores.
Seems obvious, but I had to test. 😊
#binaryninja #ghidra #ida #macOS #decompiler #reverseengineering
www.seandeaton.com/decompilers-...
Get a version 0.11.6 of the Reko decompiler from Github!
github.com/uxmal/reko/r...
#reko #decompiler
[RSS] Reko #decompiler version 0.11.6 released
github.com ->
Original->
Binary diff'ing is hard. But it's super powerful to apply markup from previous reverse engineering efforts to a new binary.
Binary Ninja is switching up how they match function signatures with WARP.
www.seandeaton.com/binary-ninja...
#binaryninja #reverseengineering #ghidra #ida #decompiler
Setting enums in Binary Ninja previously broke down when any enum member was set to zero.
@binary.ninja 4.3.x now ignores any 0 value for enums, when used as bitfield masks, to aid readability.
www.seandeaton.com/enums-just-g...
#binaryninja #binja #ida #ghidra #reverseengineering #decompiler
Imagine if we could #decompile code as #debug it. Imagine if we simply could skip #malware #unpacking routines when #reverse #engineering samples and apply the #decompiler only to the core functionalities? A PoC for this idea: marcusbotacin.github.io/publication/...
Let's explore the #Ghidra decompiler internals! I'm live now streaming how to modify the Ghidra #decompiler to deoptimize the #SwiftLang small string optimizer!
We'll be working on how the decompiler works and writing some documentation to start!
#VTuber #ReverseEngineering
twitch.tv/cyberkaida
Stiver, author of the #Fernflower #decompiler for #Java, has passed away. His decompiler is used in tools such as #IntelliJ IDEA and #minecraft MCP for #modding projects.
blog.jetbrains.com/idea/2024/11/in-memory-o...
#MinecraftMod #JVM #ReverseEngineering #JetBrains #IntelliJIDEA
Vineflower 1.10.0 Released
#decompiler #java #kotlin
github.com/Vineflower/v...
Decompiler Explorer (dogbolt.org) is an interactive online decompiler which shows equivalent C-like output of decompiled programs from many popular decompilers. It's meant to be the reverse of the amazing godbolt.org
#reverseengineer #decompile #decompiler