From 948e638cff41d2585c036416b3ab823404437e71 Mon Sep 17 00:00:00 2001 From: ae Date: Fri, 30 Aug 2024 18:34:51 +0300 Subject: [PATCH] refactor: rm dangling links after migration --- LICENSE | 2 +- README.md | 4 ++-- {.github/docs => docs}/dllmain-exec.png | Bin {.github/docs => docs}/userfunction-exec.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename {.github/docs => docs}/dllmain-exec.png (100%) rename {.github/docs => docs}/userfunction-exec.png (100%) 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