Topic created on: September 2, 2008 16:12 CDT by modest.
I have some Linux .o files and disassemble them in IDA successfully, but how these .asm files can be recompiled smoothly to Linux .o file again?
NASM don't work.
What else can be used?
IDA's asm output is not really designed for reassembling, so it's pretty much likely you'll have to do some manual editing (and even then it might just not work).