the source code. i want recompile it differently and recently saw that ghidra's decompiler is very good. so the question is that can i decompile all of a big program and compile it again or is not possible yet?
Compilation is not bijection. You cannot get back your code exactly. Some of the original information is lost.
did you try ghidra? it produces a very good code very close to the original one. i just don't know if it's 100% accurate for everything or not. the section which i saw was ok
It doesn't matter what you're using. You can write code in many different ways that will produce the same binary. Especially if you apply optimizations
Обсуждают сегодня