diff --git a/LICENSE b/LICENSE index 54417d4..54a2af1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 17ms +Copyright (c) 2024 ae Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index bef8f2b..ee3325d 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Usage: poc-injector.exe -p -s -k 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) - Payload's user defined function execution with the modified flag (1) + Payload's DllMain execution with the default flag (0) + Payload's user defined function execution with the modified flag (1)
### Disclaimer diff --git a/.github/docs/dllmain-exec.png b/docs/dllmain-exec.png similarity index 100% rename from .github/docs/dllmain-exec.png rename to docs/dllmain-exec.png diff --git a/.github/docs/userfunction-exec.png b/docs/userfunction-exec.png similarity index 100% rename from .github/docs/userfunction-exec.png rename to docs/userfunction-exec.png