Compiled files should include a list of signatures of external functions used in program - this would provide disassembler with a way of generating code that could be reassembled.
Currently, assembler output does not include information about signatures of external functions that appeared in source code which prevents the disassembler from including them in disassembly so disassembled source code must be fixed manually if it is to be reassembled.
Compiled files should include a list of signatures of external functions used in program - this would provide disassembler with a way of generating code that could be reassembled.
Currently, assembler output does not include information about signatures of external functions that appeared in source code which prevents the disassembler from including them in disassembly so disassembled source code must be fixed manually if it is to be reassembled.