You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the latest version of yargen with python3 I found that opcodes were being added incorrectly. The opcodes included the python indicator for byte strings b'':
When using the latest version of yargen with python3 I found that opcodes were being added incorrectly. The opcodes included the python indicator for byte strings
b''
:Example:
Likely due to an issue on this line not encoding the byte string as utf8:
https://github.com/Neo23x0/yarGen/blob/master/yarGen.py#L1641
The text was updated successfully, but these errors were encountered: