Romain Malmain ee43af7f80
Run thread hooks for KVM mode (#84)
* Run thread hooks for KVM mode

* Unify qemu init function symbol for systemmode and usermode

* get tid from caller instead of callee
2024-08-21 15:36:05 +02:00

4 lines
60 B
C

#pragma once
void libafl_qemu_init(int argc, char** argv);