Skip to content
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

Opcode generation isn't python3 compliant #45

Open
jconnor0426 opened this issue Sep 20, 2023 · 0 comments
Open

Opcode generation isn't python3 compliant #45

jconnor0426 opened this issue Sep 20, 2023 · 0 comments

Comments

@jconnor0426
Copy link

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:

 $op0 = { b'595f5f5e5b8be55d51c3cccccccccccc' }

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant