Large Address Aware is a Flutter Windows desktop utility for inspecting Windows .exe files and turning the PE IMAGE_FILE_LARGE_ADDRESS_AWARE flag on or off.
- Add
.exefiles from a file picker, drag and drop, or folder scan. - Inspect PE header state without external native helpers.
- Apply LAA changes to a single file or a checked batch.
- Restore the last saved workspace when
Load Previous Filesis enabled.
- Flutter SDK with Windows desktop support enabled.
- Windows build tooling for local release builds.
- Administrator rights when running the shipped Windows app, because the native runner manifest requests elevation.
Install dependencies:
flutter pub getRun the app on Windows:
flutter run -d windowsRun validation:
flutter test
flutter analyzeBuild a local Windows release:
flutter build windows --releaseThe release output is written to build/windows/x64/runner/Release/.
