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)