OWASP / ZSC

OWASP ZSC - Shellcode/Obfuscate Code Generator https://www.secologist.com/
https://www.secologist.com/
Other
646 stars 217 forks source link

Fixed bug in xor yourvalue encoder #81

Closed Pratik151 closed 8 years ago

Pratik151 commented 8 years ago

The infinite loop with 0x41414141 was due to this and it is fixed.

But still this does not handle null values if they are present.

Ali-Razmjoo commented 8 years ago

thanks.