patchlaa 0.2.0

command line tool to force LAA for PE32/+ executables
patchlaa-0.2.0 is not a library.

patchlaa

extremely simple command line tool to patch PE32(+) executables to have the LAA (Large Address Aware) flag always set, allowing them to use the max amount of ram addressible with the pointer width instead of 2GB. also known as the "4GB patch" in some circles, but that only applies for 32-bit executables.

intallation

cargo install patchlaa

usage

patchlaa application.exe

see patchlaa --help for more options