Large address aware

broken image
broken image

You should see “Application can handle large (>2GB) addresses” in the output.Īfter performing these steps the modified application should be able to use 4 GB of memory. Verify that this worked by typing a command to print the binary’s header: dumpbin /headers “C:pathtoexeexecutable.exe” | more.Launch a Visual Studio command prompt and execute the following command to modify the header of the application’s binary: editbin /LARGEADDRESSAWARE “C:pathtoexeexecutable.exe”.Before performing any other step you should create a backup copy of the executable to be modified, especially if you cannot easily re-create or re-obtain the original.