-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I tried to compile my source code
into object code
, and I'm following this tutorial to read the sections in the object file, but it seems that the object file generated by gcc on the windows platform will end up with the PE format (?)
which makes me unable to parse it: readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
then I tried to install the pe-bear tool instead of readelf
but the error not supported filetype
seems to be not working properly?
please enlighten me.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request