DORSETRIGS
Home

objdump (2 post)


posts by category not found!

Undefined Function in Shared library but not in object files

Understanding the Undefined Function in Shared Library Error When working with shared libraries and object files in programming especially in C or C you may enc

3 min read 19-09-2024 75
Undefined Function in Shared library but not in object files
Undefined Function in Shared library but not in object files

How can I disassemble a whole obj file in valid asm, amend some sections of such asm code and reassemble to obj?

Disassembling Modifying and Reassembling Object Files A Guide Working with object files at the assembly level can be a powerful tool for understanding and manip

3 min read 01-09-2024 49
How can I disassemble a whole obj file in valid asm, amend some sections of such asm code and reassemble to obj?
How can I disassemble a whole obj file in valid asm, amend some sections of such asm code and reassemble to obj?