Neo
1.4K posts


my static analysis engine can finally identify basic jumptable/vtable/plt. For a 10MB ELF binary, after two rounds of convergence, it is now capable of fully generating the corresponding Control Flow Graph (CFG) and Data Flow Graph (DFG).#ReverseEngineering #BinaryAnalysis



English


The ARM native static analysis tool I’ve been developing can finally identify jump tables—and while it currently only supports the `rel32` and `compact` types, I’m already quite satisfied.
#ReverseEngineering #BinaryAnalysis
English

After three months of development, my static analysis engine has finally implemented a variant of minimal SSA in a different form. Now, the results of my br tracking are as follows: (X17 = call:ldr([((X16 = call:adrp(0x6c8088)) + 0x7d8)]))
#ReverseEngineering #BinaryAnalysis
English

I'm writting a new arm binary static analysis tools called rosemary: neocanable.github.io/2026/01/17/ros…
#ReverseEngineering #BinaryAnalysis
English

@SebAaltonen I’m working on an static analysis engine, sve{2} are hell for me
English




