Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 761 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 761 Bytes

Large Address Aware Checker

This is a simple utility for checking if LAA option is set for given windows exe file.
Eg it can be helpful for checking if LAA should be applied to your copy of Skyrim or Fallout New Vegas.

Usage:

laac.exe path

Path should be a full absoulte path to your exe file (no relative paths are supported).

Hope this helps.
Oleg

Legal info

Copyright (C) 2014 Oleg Chirukhin
Licensed under the Apache License 2.0,
see LICENSE-2.0.txt, LICENSE (it's a copy of LICENSE-2.0.txt) and NOTICE for additional information.

This software contains code derived from this StackOverflow article:
http://stackoverflow.com/questions/9054469/how-to-check-if-exe-is-set-as-largeaddressaware