laa_patcher/README.md

8 lines
232 B
Markdown
Raw Permalink Normal View History

2020-06-04 13:02:40 +00:00
# laa_patcher
## Usage:
`./laa_patcher win32pe.exe`
## What does it do?
It's a simple C progam which patches existing Win32 PE binaries to be LARGE_ADDRESS_AWARE.
2020-06-04 13:05:57 +00:00
## Why does it look so ugly?
It's my first C program so don't judge.