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

Don't work when called inside another shoggoth shellcode #2

Open
alexgar0 opened this issue Feb 14, 2024 · 2 comments
Open

Don't work when called inside another shoggoth shellcode #2

alexgar0 opened this issue Feb 14, 2024 · 2 comments

Comments

@alexgar0
Copy link

alexgar0 commented Feb 14, 2024

I'm using two-layer shellcode injection. (program.exe -> inject(loader_shoggoth_shellcode) -> inject(payload_shoggoth_shellcode)). So I'm just trying to inject shellcode from another shellcode. First injection is ok, but when my loader injecting main payload it just do nothing. Works fine if payload is not morphed with shoggoth

@frkngksl
Copy link
Owner

frkngksl commented Feb 26, 2024

I couldn't understand your problem properly but If you are trying to inject shellcode into a 32-bit process or your codes are x86, it won't work. If the issue isn't this, can you explain it more clearly?

@frkngksl
Copy link
Owner

Also, be sure that your injector's memory region, or the region that opens by the injector itself has a write permission. Shoggoth needs a writable memory region to unpack itself.

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

2 participants