GoRC – version 1.0.3.0 now available here
http://www.godevtool.com/Gorc.zip with the following changes:
- modified to have standard section names .text .data
- modified to have a standard IMAGE_DOS_HEADER and MS-DOS Stub Program
- modified .idata section characteristics to 0C0000040h with no Import JMP Table present (by using CALL [...] for all imports)
- modified with IMAGE_DLLCHARACTERISTICS_NX_COMPAT bit set
- modified with IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE bit set
- modified exception handler to show RVA instead of ASLR EIP
- removed IMAGE_DEBUG_TYPE_MISC separate DBG file information
These internal changes will also make it into the next GoAsm and GoLink updates. However, for the first item this will also apply to GoAsm output (also using .rdata), and for the second and third items this will also apply to GoLink output.