Simple console app written in Rust to toggle the LAA flag in 32 bit Windows binaries. Without the LAA flag those apps are limited to 2GB memory only, instead of the 4GB they could allocate with it. One argument must be passed, which is the path to the EXE you want to modify. The simplest way is to just drag the app you want to modify onto this one.
Go to file
DrFrugal 143884f8b9 address headers with their proper names 2023-07-16 19:31:38 +02:00
src address headers with their proper names 2023-07-16 19:31:38 +02:00
.gitignore initial commit 2023-07-16 15:18:23 +02:00
Cargo.toml address headers with their proper names 2023-07-16 19:31:38 +02:00
LICENSE Initial commit 2023-07-16 15:10:22 +02:00
README.md Initial commit 2023-07-16 15:10:22 +02:00
laa_toggle.iml initial commit 2023-07-16 15:18:23 +02:00

README.md

laa_toggle

Simple console app written in Rust to toggle the LAA flag in 32 bit Windows binaries. Without the LAA flag those apps are limited to 2GB memory only, instead of the 4GB they could allocate with it.

One argument must be passed, which is the path to the EXE you want to modify. The simplest way is to just drag the app you want to modify onto this one.