Simple C program for patching Win32 PE binaries to be LARGE_ADDRESS_AWARE
Go to file
~0mega 3854d5f675
Update README.md
2020-06-04 15:05:57 +02:00
.gitignore Initial commit 2020-06-04 15:02:40 +02:00
LICENSE.md Added license 2020-06-04 15:04:30 +02:00
Makefile Initial commit 2020-06-04 15:02:40 +02:00
README.md Update README.md 2020-06-04 15:05:57 +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?

It's my first C program so don't judge.