aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 44d867f6e98d4f256fa979d5f93f3adcf5f72064 (plain)
1
2
3
4
5
6
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.