News:

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

Main Menu

GoLink 1.0.2.x update

Started by wjr, June 22, 2015, 05:31:48 AM

Previous topic - Next topic

wjr

GoLink – version 1.0.2.0 has the following changes:

  • added checksum to IMAGE_OPTIONAL_HEADER in 64-bit files
  • fixed /BASE option for values less than 10000000h
  • modified /BASE option to give error for values not on a 64K boundary

GoLink – version 1.0.2.1 has the following changes:

  • fixed problem with uninitialised data section of size 0 and no other actual data sections which created a data section with invalid virtual size of 0 in executable file
  • fixed problem with uninitialised data in multiple OBJ files when with no other imports, exports, or resources
  • modified maximum size of uninitialised data to 1.5GB

GoLink – version 1.0.2.2 has the following changes:

  • fixed problem with .pdata sections larger than 3,060 bytes
  • modified /fo option to allow cpl file extension

GoLink – version 1.0.2.3 now available here http://www.godevtool.com/Golink.zip with the following changes:

  • fixed problem with SAFESEH search for symbol @feat.00 and testing of its value

wjr

Just a note that with this uninitialised data increase to a maximum of 1536MB, along with the v1.0.1 increased maximum input/output of 512MB, and possible variations in stack and heap sizes, you can reach 2GB or other OS limits and get errors such as "...not a valid Win32 application" or "There is not enough free memory to run this program...".

wjr


wjr