GDATASoftwareAG / smartvmi

Virtual Machine Introspection (VMI) for memory forensics and machine-learning.
http://www.smartvmi.org
MIT License
23 stars 5 forks source link

Breakpoint API: `BpResponse::Deactivate` always deletes physical breakpoint #139

Open rageagainsthepc opened 7 months ago

rageagainsthepc commented 7 months ago

BpResponse::Deactivate will always result in the physical breakpoint being deleted. This might break the workflow for other Breakpoint objects that have subscribed to the same breakpoint event.