-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Feat] - Add polymorphism #7
Comments
So you would like to make possible the insertion of dynamic code? What is the difference between this and #4 ? |
In fact, in PR 4, we'd be using raw models that wouldn't move, only the key/encryption method and the location where the shellcode is stored would change. In this case, the code would have to be dynamic, so that the footprint would change regularly, OR the other option would be to create a program able to modifying ASM instructions AFTER compilation, but for me this as the subject of another project. |
I'm confused how we could do that, you would like to insert the |
It could be an option, yes but don't worry about this issue, I think the others have priority and require less effort. |
it could be fun and useful to implement a system like this one
The text was updated successfully, but these errors were encountered: