Simple C program for patching Win32 PE binaries to be LARGE_ADDRESS_AWARE
Go to file
crt0mega f91f052c0b Initial commit 2020-06-04 15:02:40 +02:00
.gitignore Initial commit 2020-06-04 15:02:40 +02:00
Makefile Initial commit 2020-06-04 15:02:40 +02:00
README.md Initial commit 2020-06-04 15:02:40 +02:00
help.c Initial commit 2020-06-04 15:02:40 +02:00
help.h Initial commit 2020-06-04 15:02:40 +02:00
laa_patcher.c Initial commit 2020-06-04 15:02:40 +02:00
laa_patcher.geany Initial commit 2020-06-04 15:02:40 +02:00
patch.c Initial commit 2020-06-04 15:02:40 +02:00
patch.h Initial commit 2020-06-04 15:02:40 +02:00

README.md

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.

Why does it look so ugly? :tw-1f4a9:

It's my first C program so don't judge :tw-1f61d: