synacktiv / frinet

Frida-based tracer for easier reverse-engineering on Android, iOS, Linux, Windows and most related architectures.
MIT License
423 stars 35 forks source link

Tracer script stuck for x64 program in windows #8

Open heheda123123 opened 1 month ago

heheda123123 commented 1 month ago

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

heheda123123 commented 1 month ago

the same source code build for x86 will work image

myr-syn commented 4 weeks ago

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?

heheda123123 commented 4 weeks ago

I tried it and had the same problem