LAMarker is a tool to set/unset Large Address Aware bits, in the PE header of a binary. It can be used for instance to make the XE3 and upwards C++ linkers Large Address Aware, and allow you use the -GH command line open to adjust the linker heaps.USAGE: LAMarkerUSAGE: LAMarker [options] -FFileNameOptions :-Q Quiet-? Help-M Mark as Large Address Aware-U Unmark as Large Address AwareIf no options are specified other than -Ffilename.exe then the PE header flags and checksum will be displayed.If you specified the -M or -U the original file will be backed up with the extension .old
↧