Skip to content

Simple utility for checking if a windows executable is compiled with the LAA flag (Large Address Aware)

License

Notifications You must be signed in to change notification settings

ArhumMK/LargeAddressAwareChecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple utility for checking if a windows executable is compiled with the LAA flag (Large Address Aware)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%