Michael B.

Results 1 issues of Michael B.

Hello, I installed the BeaEnginePython via pip and was going to test out the python examples, specifically this one: ```python #!/usr/bin/python3 from BeaEnginePython import * instr = Disasm(bytes.fromhex('90')) instr.read() print(instr.repr())...