How Can You Modify MorphAES? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How Can You Modify MorphAES?

Hey. How would one modify morphAES to take code other than shellcode? (Something like C code, or any Windows executable) https://github.com/cryptolok/MorphAES

16th May 2017, 6:58 AM
Christian Hering
Christian Hering - avatar
1 Answer
0
For Windows, you will have to modify all the instructions since, the opcodes and syscalls are different from Linux to Windows. An opcode can be encoded (that's the purpose), but for an arbitrary code, you wont do it easily because, stack pointers, state registries, etc, even I don't really know how it can be done easily without breaking the execution flow and the encoding routine...
1st Jul 2017, 6:45 PM
Maksym Zaitsev
Maksym Zaitsev - avatar