x86-512 / Metamorpheus

A polymorphic/metamorphic shellcode obfuscator designed for shellcodes/implants that need to run in W^X memory.
0 stars 0 forks source link

Larger Shellcodes do not fully load #13

Closed x86-512 closed 1 month ago

x86-512 commented 1 month ago

The file and code fully load, but in CS only goes to 250 instructions.

x86-512 commented 1 month ago

The solution: get the index and bytes and when it is 250, cut out the first X bytes

x86-512 commented 1 month ago

problem functions: Shellcode.disassemble and variants

x86-512 commented 1 month ago

I put a cap on the instructions count for now. I will reopen this issue after rewriting the project.