Skip to content

Opcode generation isn't python3 compliant #45

@jconnor0426

Description

@jconnor0426

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions