Decompiler: I'm making the decompiler match more closely to the original asm #7295
H-A-M-G-E-R
started this conversation in
General
Replies: 1 comment
-
I know that https://github.com/matt-kempster/m2c produces a more accurate decomp than ghidra, but I want to do the same for Ghidra. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on https://github.com/H-A-M-G-E-R/mf and I need the decompiler to be more accurate, without any dumb reorderings or lineswaps
Here's my fork to eventually achieve this: https://github.com/H-A-M-G-E-R/ghidra
Example of a stupid lineswap:
What code is responsible for this lineswap?
Beta Was this translation helpful? Give feedback.
All reactions