You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to build on your project and add my own templates, how do I do that? Does this project support custom development and how do I proceed? Looking forward to your reply :>
The text was updated successfully, but these errors were encountered:
It definitely supports custom development. You can add a new encoding scheme and template. You just need to ensure it is in C and that you use MinGW-w64 supported libraries in your template. To use LLVM obfuscators, our code need to be compatible with clang too.
The example template to refer to is loaders/loader_template_16.c. It is a classic process injection.
During execution, Boaz will look for the placeholder ####SHELLCODE#### in your template and replace it with position-independent shellcode.
It definitely supports custom development. You can add a new encoding scheme and template. You just need to ensure it is in C and that you use MinGW-w64 supported libraries in your template. To use LLVM obfuscators, our code need to be compatible with clang too.
The example template to refer to is loaders/loader_template_16.c. It is a classic process injection. During execution, Boaz will look for the placeholder ####SHELLCODE#### in your template and replace it with position-independent shellcode.
Ok bro, I'm learning and secondary developing your project and it's a great one, thank you!
I want to build on your project and add my own templates, how do I do that? Does this project support custom development and how do I proceed? Looking forward to your reply :>
The text was updated successfully, but these errors were encountered: