We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I installed the BeaEnginePython via pip and was going to test out the python examples, specifically this one:
#!/usr/bin/python3 from BeaEnginePython import * instr = Disasm(bytes.fromhex('90')) instr.read() print(instr.repr())
However, I immediately got the following error:
Traceback (most recent call last): File "c:/Users/Michael/Desktop/python/Test.py", line 5, in <module> instr = Disasm(bytes.fromhex('90')) OSError: exception: access violation reading 0x00000090
It appears to be interpreting the bytes as an address. Perhaps there is a structure that needs to be pre-set similar to the C wrapper? Thanks.
The text was updated successfully, but these errors were encountered:
Hello! Is any updates?)
Sorry, something went wrong.
No branches or pull requests
Hello,
I installed the BeaEnginePython via pip and was going to test out the python examples, specifically this one:
However, I immediately got the following error:
It appears to be interpreting the bytes as an address. Perhaps there is a structure that needs to be pre-set similar to the C wrapper?
Thanks.
The text was updated successfully, but these errors were encountered: