RageYL
RageYL
I already (very briefly) looked and didn't find any command, that's why i suggested parsing the binary as i could get the information with readelf. But i'll take a more...
@disconnect3d show osabi displays: The current OS ABI is "auto" (currently "none")
I feared gdb could return "none" in some other cases, but from what i'm reading (http://agentzh.org/misc/code/gdb/osabi.c.html) if the osabi value, defined in the elf header, is invalid, "\" is returned...
Hi, I had the same issue with gcc 4.9. It seems to come from the fact that the entry point has the same name as the variable _reset you define...