synacktiv/frinet

Tracer script stuck for x64 program in windows

heheda123123 opened this issue · 3 comments

the binary is default hello_world.exe built by vs2022 x64.
image

the same source code build for x86 will work
image

Hi,

Thank you for your feedback. It seems that the native tracer for x64 might have an issue with your binary. Could you try to run the tracer in slow mode (no native callbacks) with -s or --slow option flag?

I tried it and had the same problem