Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 922 Bytes

File metadata and controls

33 lines (21 loc) · 922 Bytes

I've ported this project to .NET 8.0 runtime and plan to make other changes soon.

-Arhum

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