Tutorial - Dynamic symbolic execution, error syscall 218 #168
Unanswered
Katastropic2431
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This error occurs when I load the compiled code into the maat engine and set my libdirs to my library paths.
Not sure why I'm getting a 218 syscall as the source code doesn't use any threads. This '218' syscall occurs on other programs too so I am essentially at a dead end until I can find a fix for this. Any help will be appreciated.
Source code
To compile I used gcc crackmeNathan.c -o crackmeNathan
Maat Code
Error code
[Info] Adding object 'ld-linux-x86-64.so.2' to virtual fs at '/usr/lib/ld-linux-x86-64.so.2'
[Info] Adding object 'libc.so.6' to virtual fs at '/usr/lib/libc.so.6'
[Info] Adding object 'crackmeNathan' to virtual fs at '/crackmeNathan'
[Error] Exception in CALLOTHER handler: SYSCALL: EnvEmulator: syscall '218' not supported for emulation
[Error] Unexpected error when processing IR instruction, aborting...
Beta Was this translation helpful? Give feedback.
All reactions