let's say i have an ".exe program" and i want to disassemble it and get "disassembled code" .
my question is => can i maintain and organize that "disassembled code" and produce "assembly source-code project" that will compile and work again !
if the answer is yes it's possible => i would like to know what stuff should i take care of in that dissembled code to be able to compile/work successfully again .
target is "windows x86 .exe"
and thanks ;)
LD_PRELOADyour endeavor may be easier to achieve than through round-tripping between disassembly and feeding that to the disassembler. One relevant point would also be if the program performs any sort of integrity checks on itself.