randomstuff / pe-set-laa

Set LARGE_ADDRESS_AWARE flag to PE executable files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PE set LAA

Set LARGE_ADDRESS_AWARE flag to PE executable files

This flag tells the system (the DLLs) that the program is able to virtual memory above 2GiB.

You might want to backup the PE file before using this.

About

Set LARGE_ADDRESS_AWARE flag to PE executable files

License:MIT License


Languages

Language:C 100.0%