fix system processes lister fuzzy matching; fix ctrl layer locking modules on detach (demon was not reporting module string!)

This commit is contained in:
Ryan Fleury
2024-02-06 13:59:43 -08:00
parent 7305c12166
commit 9ef1b4b021
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -432,6 +432,7 @@ demon_os_run(Arena *arena, DEMON_OS_RunCtrls *ctrls){
DEMON_Event *e = demon_push_event(arena, &result, DEMON_EventKind_UnloadModule);
e->process = demon_ent_handle_from_ptr(process);
e->module = demon_ent_handle_from_ptr(child);
e->string = demon_os_full_path_from_module(arena, child);
}
}