From 7df93acd46ff08846d49a80773ea887701238c8e Mon Sep 17 00:00:00 2001 From: 17ms <79069176+17ms@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:32:48 +0200 Subject: [PATCH] note about payload parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7e1a2f..2ae305b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Options: Usage: poc-injector.exe -p -s -k ``` -3. Depending on the flag passed to the generator, either payload's `DllMain` with `DLL_PROCESS_ATTACH` or user defined function will run: +3. Depending on the flag passed to the generator, either `DllMain` with `DLL_PROCESS_ATTACH` or user function with custom parameter is called:
Payload's DllMain execution with the default flag (0)