first pass at demon replacement layer; just trimming out old code & cruft & reading & naming pass

This commit is contained in:
Ryan Fleury
2024-03-05 14:17:41 -08:00
parent 091269b1d8
commit 0c436f0d5b
13 changed files with 3286 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ global DWORD demon_w32_resume_tid = 0;
global B32 demon_w32_exception_not_handled = 0;
global DEMON_Entity* demon_w32_halter_process = 0;
global DWORD demon_w32_halter_thread_id = 0;
.
global B32 demon_w32_new_process_pending = 0;
global Arena *demon_w32_ext_arena = 0 ;