3 Commits

Author SHA1 Message Date
hfiref0x c4847b2f2f Fix QueueUserAPC_Injection routine by rewrite
Fix QueueUserAPC_Injection routine by rewritting it and making it work.
2019-01-24 14:24:50 +07:00
hfiref0x f96d076293 Fix invalid return value check in QueueUserAPC_Injection routine
Expression if (hThread == NULL) is always true because hThread is assigned to NULL and don't change up to this line. Thus rest of the code never executed.
2019-01-17 17:38:44 +07:00
LordNoteworthy ee77a07103 Move to Visual Studio 2017 2019-01-06 13:15:03 +01:00