If you want to pull apart a program to see how it ticks, you’re going to need a disassembler. [Ricardo Quesada] has built Regenerator 2000 for just that purpose. It’s a new interactive disassembler ...
REForge/ ├── core/ — Disassembler, IR lifter, CFG builder ├── analysis/ — Data flow, taint tracking, type recovery ├── formats/ — ELF, PE, DEX, Macho parsers ├── scripting/ — Python/Lua scripting ...
As the name of the channel implies, [BuyItFixIt] likes to pick up cheap gadgets that are listed as broken and try to repair them. It’s a pastime we imagine many Hackaday readers can appreciate, ...
Path-aware code intelligence engine — CFG extraction, path enumeration, interprocedural control flow, dominance/loops, blast-radius + hotspot analysis. Graph reasoning over Magellan. Deterministic ...