Closed SakiiR closed 4 years ago
I found a workaround by ANDing the st_dev syscall param:
fstat64_buf = ql.pack32(fstat64_info.st_dev & 0xFFFFFFFF)
Line 135 of /os/posix/syscall/stat.py
if you are running on mac, make sure you got the latest code and on dev branch.
we found the issue and fix it two days ago
known a fixed issue
Describe the bug
When emulating my binary, I get the following error on the
fstat
syscall:Sample Code
Expected behavior I should not crash on syscall tracing