6 Commits

Author SHA1 Message Date
Romain Malmain
97bef506ee
Update syshook ret definition (#109) 2025-03-24 17:46:26 +01:00
Romain Malmain
4df4d2dcfa
Add crash exit request (#106)
* add crash exit request.

* make it possible to choose between crashing methods
2025-03-14 16:57:23 +01:00
Romain Malmain
695657e4f3
Refactoring of signal handling (#100)
* refactor signal handling for qemu usermode
2025-02-01 12:10:21 +01:00
Alessandro De Vito
e558cafe7c added libafl_get_initial_brk to properly change the heap mapping libafl side 2024-12-17 12:25:58 +02:00
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
Romain Malmain
7f468ebba6
Second round of cleanups (#83)
* get rid of as many extern / function definition in QEMU codebase.

* mostly moved cpu / gdb related code.

* move qemu snapshot code in dedicated files.
2024-08-14 10:28:47 +02:00