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

same error occur after load trace file #9

Open heheda123123 opened 1 month ago

heheda123123 commented 1 month ago

I use ida pro 8.3 in windows build a hello world cpp program in vs2022 x86 the trace command is

python .\trace.py spawn "C:\Users\Administrator\vs_2022\ConsoleApplication1\Debug\ConsoleApplication1.exe" ConsoleApplication1.exe 0x123c0 -a 'ConsoleApplication1.exe'

after load the trace file, ida will show there are some errors image below is the program and trace file Debug.zip

myr-syn commented 1 month ago

Hi,

Thank you for your feedback. We were able to reproduce your issue by opening and closing the Search bytes window instead of performing the search. We will push a fix for this issue later.

Do you have another issue that we might not have identified?

heheda123123 commented 1 month ago

No further questions.