Recent Posts
- My first month at Hex-Rays
Sun, 07 Feb 2010
- Busy & Qt 4.6
Sun, 13 Dec 2009
- CFF Explorer update: scripting arguments
Sun, 01 Nov 2009
- Filter Monitor 1.1.0: filter restore
Wed, 21 Oct 2009
- Explorer Suite update
Wed, 21 Oct 2009
 
Recent Comments
- Comment on My first month at Hex-Rays by Ahmadmansoor
Thu, 11 Mar 2010
- Comment on Native Blocks Pre-Alpha by Daniel Pistelli
Sun, 07 Mar 2010
- Comment on Native Blocks Pre-Alpha by Bartosz Wójcik
Thu, 04 Mar 2010
- Comment on Busy & Qt 4.6 by Daniel Pistelli
Mon, 15 Feb 2010
- Comment on My first month at Hex-Rays by Daniel Pistelli
Fri, 12 Feb 2010
 
4GB Patch
Current Version: 1.0.0.1

Download the 4GB Patch


I originally wrote this tool for a friend of mine who needed it. This very little tool patches x86 executables in order to let them have 4GB (instead of only 2) of virtual memory on x64 platforms. This tool comes very handy for applications which need a great amount of virtual memory like games, 3D renderization, multimedia etc. To gain these 2GB, you just have to use this tool to patch the executable (*.exe file) of the software you want to have these additional GBs of virtual memory. It can be used by clicking on it and choosing the file or through command line (e.g.: "4gb_patch file.exe"). It automatically creates a backup copy of the original executable.

Why things are this way on x64 is easy to explain. On x86 applications have 2GB of virtual memory out of 4GB (the other 2GB are reserved for the system). On x64 these two other GB can now be accessed by 32bit applications. In order to achieve this, a flag has to be set in the file's internal format. This is, of course, very easy for insiders who do it every day with the CFF Explorer. This tool was written because not everybody is an insider, and most probably a lot of people don't even know that this can be achieved. Even I wouldn't have written this tool if someone didn't explicitly ask me to.



Download the 4GB Patch