objconv
objconv copied to clipboard
Object file converter This utility can be used for converting object files between COFF/PE, OMF, ELF and Mach-O formats for all 32-bit and 64-bit x86 platforms. Can modify symbol names in object files...
Fixes this error: ```bash jordy@diomenia:~/code/objconv$ make ls: cannot access '*.cpp': No such file or directory g++ -o objconv g++: fatal error: no input files compilation terminated. make: *** [Makefile:20: all]...
I try to use this document https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#coff-file-header-object-and-image This spec works for debug version (Generated by VC++ 2008) object files. But not work for the release version. I find the release...