-
Notifications
You must be signed in to change notification settings - Fork 42
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
Maat: Sleigh raised a bad data exception: r0x00000002: Unable to resolve constructor #165
Comments
Attempted to solve using information from the discussion here Updated the code to: from maat import MaatEngine, ARCH, OS, BIN
m = MaatEngine(ARCH.X64, OS.LINUX)
m.load("./myFile.out", BIN.ELF64, args=[b"hello"], libdirs=['/usr/lib/x86_64-linux-gnu', '/usr/lib64'], load_interp=False)m.run() Got this new error:
|
Anyone managed to find a solution for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can also see this question on stack exchange eth.
I'm running the maat symbolic executor on my Linux instance with the following code.
Command I ran to get my binary code:
myFile.c
Maat python code:
However, running this is getting me the following error:
Am I doing something wrong?
Versions:
The text was updated successfully, but these errors were encountered: