From 9fa0cdb6f45926f2df65194d465499a307788a51 Mon Sep 17 00:00:00 2001 From: MilkBarModding Date: Mon, 20 Jan 2025 15:03:27 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32c8ed8..4570d95 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This is the repository for Milk Bar Launcher. Here you can find all of the proje ## [DLL](DLL/InjectDLL) - This project contains the implementation for the code that is injected into the emulator. - The solution is located at `DLL\InjectDLL\InjectDLL.sln`. +- The entrypoint for this project is located at `DLL\InjectDLL\dllmain.cpp`. - Most of the implementation is based on finding important memory addresses to read and write the player information. - This project is implemented on C++ and uses NamedPipes to communicate with the front end application.