fkie-cad / dewolf

A research decompiler implemented as a Binary Ninja plugin.
GNU Lesser General Public License v2.1
162 stars 9 forks source link

[Lifter] Represent BNinja void correctly #415

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 2 weeks ago

closes #405

NeoQuix commented 2 weeks ago

New: left | Old: right image

NeoQuix commented 2 weeks ago

Note: In DeWolfs pseudo the code line using table_0 is actually &table_0, as given by bninja from the binary. But again C syntax sugar at the backend eliminates the address operator. (Don't like it but hey)