Skip to content
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

Rework windows API #3

Open
dobin opened this issue Jun 25, 2022 · 0 comments
Open

Rework windows API #3

dobin opened this issue Jun 25, 2022 · 0 comments

Comments

@dobin
Copy link
Owner

dobin commented Jun 25, 2022

Currently there are two or three windows APIs used:

  • arch_windows.c: Reflexxion system calls stubs (direct syscalls)
  • inject/: from go-inject, to perform process injection
  • syscalls/: from sliver, to perform sliver related stuff like donut shellcode injection

At least merge inject/ and syscalls/. Preferable replace with direct syscalls in pure go, if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant