panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.48k stars 479 forks source link

Can the replay process be ended by a plugin? #816

Closed ClearLove27149 closed 3 years ago

ClearLove27149 commented 3 years ago

Can the replay process be ended by a plugin?

AndrewFasano commented 3 years ago

A pypanda plugin can call panda.end_analysis(). I think a C plugin can call rr_do_end_replay(false) but I'm not as confident of that.