News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

GoRC 1.0.3.x updates

Started by wjr, February 23, 2022, 08:38:36 AM

Previous topic - Next topic

wjr

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.

Gunther

Thank you for that information. GoLink has always been a good linker for me and in some cases even the rescue anchor.
You have to know the facts before you can distort them.