mirror of
https://github.com/EgeBalci/sgn
synced 2026-06-08 10:56:31 +00:00
6203484fcd
- 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