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 d0bd1dd405 initial commit 2023-07-16 15:18:23 +02:00
src initial commit 2023-07-16 15:18:23 +02:00
.gitignore initial commit 2023-07-16 15:18:23 +02:00
Cargo.toml initial commit 2023-07-16 15:18:23 +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.