Skip to content

Adding a few more resources #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ I've been thinking about putting together a list of process injection techniques

#### EntryPoint Patching
- https://www.ired.team/offensive-security/code-injection-process-injection/addressofentrypoint-code-injection-without-virtualallocex-rwx
- https://bohops.com/2023/06/09/no-alloc-no-problem-leveraging-program-entry-points-for-process-injection/

#### Ruy-Lopez
- https://github.com/S3cur3Th1sSh1t/Ruy-Lopez
Expand Down Expand Up @@ -158,6 +159,7 @@ I've been thinking about putting together a list of process injection techniques

#### ThreadlessInject
- https://github.com/CCob/ThreadlessInject
- https://www.ibm.com/think/x-force/using-veh-for-defense-evasion-process-injection
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are several "Threadless Injection" techniques in this repo, such as this one, EPI, DllNotification Injection, and so on. If this technique is unique and doesn't appear here, would you mind to move it as a new technique? (Also please add to the table of contents).
BTW, love your work and thanks for the PR!


#### EPI
- https://github.com/Kudaes/EPI
Expand Down