3 Commits

Author SHA1 Message Date
Drew Bonasera 6203484fcd Fixes several bugs in encoding and obfuscation and adds a new payload execution stress test.
- fix(encode): Remove redundant modulo operations from ADD/SUB ciphers
- fix(obfuscate): Remove "JMP 2" from the list of safe garbage instructions
- fix(obfuscate): Use correct slice length when selecting random garbage instruction
- fix(sgn): Correct register exclusion logic in GetSafeRandomRegister
- test: Add integration stress test for payload execution on Windows
2026-04-30 05:09:17 -04:00
Ege Balcı e17111ba38 Better garbage generation, new CalculateavarageGarbageInstructionSize function, more tests on yara_test.sh 2020-05-28 16:38:13 +03:00
Ege Balcı 76affa57dd First commit 2020-05-25 21:01:34 +03:00