objconv icon indicating copy to clipboard operation
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...

Results 12 objconv issues
Sort by recently updated
recently updated
newest added

"Instructions for objconv" file contains the following text: > -fXXX Convert file to format XXX. XXX = COFF, OMF, ELF or MAC. > PE is accepted as a synonym for...

According to [documentation](https://nasm.us/doc/nasmdoc2.html#section-2.2.7), using `tword` instead of `tbyte` makes NASM < 2.15 (and continues working for newer versions) assemble code without errors

We shouldn't delete `align=1` when it's part of `align=16`

Trying to convert elf file to macho and always get the following error. Any assistance would be awesome, using on macOS Mojave. ``` /Users/sam/Downloads/objconv/source/objconv -fmacho64 /Users/sam/Desktop/CPotion. /Users/sam/Desktop/CPotion Error 2022: Cannot...

Hi, I compiled following C++ code in linux machine using `g++ -c code.cpp -o code.o` ```C++ #include using namespace std; int main() { cout

objconv -fmacho64 Test.AppImage New.AppImage Error 2022: Cannot convert executable file I am confused on why I am getting this error?

This software's source package also comes with an already compiled EXE file for running in Windows. Unfortunately, every time I run it, I can't use the most important command line...

sdjfkhnhfdsujhdfshldsfja djfdnjnfda

[readelf.txt](https://github.com/gitGNU/objconv/files/11995366/readelf.txt) contains a readelf output for an elf32 file with a section headers that are too large for the file header. The bracketed values in the header decode contain the...