GDATASoftwareAG / smartvmi

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

Use separate mutex for eventsListen #84

Closed rageagainsthepc closed 1 year ago

rageagainsthepc commented 1 year ago

Avoid deadlock since libvmi might call user callbacks which in turn might call other libvmiInterface functions therefore causing a deadlock.