-
-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zlib encoder error - Could not load file or assembly Zlib.Portable #34
Comments
Hi @bestrocker221, thanks for that. Fixed by 159e22622542b915c4b83ca1e2dcf30ac481adc9. On a side note, consider that the shellcode retrieval module implementaion broke the |
Hi! Thanks for fixing! Also, unfortunately, the zlib import works, but there is another issue. When chained with any other encoder, inceptor returns this happens for example if I do With |
Hi @bestrocker221, zlib operates on bytes, while hex transforms the shellcode into string format, this is why you can't use it in the hex -> zlib order. I'll try to fix the issue on the size asap so you can retry. |
Describe the bug
zlib module should work
To Reproduce
python3 .\chain-validate.py -l cs -e zlib
Expected behavior
Working
Output
The text was updated successfully, but these errors were encountered: