How can I disassemble a whole obj file in valid asm, amend some sections of such asm code and reassemble to obj?
Is it possible on Linux to use objdump
(or any other utility) to fully disassemble an obj file to asm code, modify such code and then pass the asm to as
?