diff options
author | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-29 15:33:28 +0100 |
---|---|---|
committer | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-29 15:33:28 +0100 |
commit | bca32a698039330ed7daaa86bbbe8ba82d8bf95c (patch) | |
tree | 3a706da45e8ef6320e5da114c8edab5e07f4258f /README.md |
init
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..44d867f --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# laa_toggle + +Rust console app to analyze/modify the LAA flag in Windows PE-binaries. +With LAA enabled, 32bit apps can allocate up to 4GiB of memory, instead of only 2GiB (on modern 64bit systems). + +Requires 1 argument: the path to the EXE file. +The simplest way is to just drag the app you want to analyze/modify onto this one. |