Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCan I compile the disambly code to executable?
Can I disamble an elf file into an assembly file and then compile this assembly file into an executable? Thanks!
Altera_Forum
Honored Contributor
21 years agoHi Cloud,
> Can I disamble an elf file into an assembly file If you're planning to use objdump/readelf, the output contains extra information that isn't suitable for direct assembly ... but you can get close ;-) Regards, --Scott