Commit Graph

3 Commits

Author SHA1 Message Date
hfiref0x ce7971bbab Fix multiple bugs in CreateRemoteThread_Injection
This is a second, more complex fix for this routine. There is a multiple resource leaks and invalid VirtualFreeEx call. Note that truncated pointers in various printfs are still in place as I don't know was it intended or not.
2019-01-17 18:25:41 +07:00
hfiref0x 4b5d9a2759 Fix invalid return value check in CreateRemoteThread_Injection routine
Expression if (bStatus == NULL) is always false because it was checked before.  Thus error handling block never executed. Considering wrong valuable used.
2019-01-17 17:30:28 +07:00
LordNoteworthy ee77a07103 Move to Visual Studio 2017 2019-01-06 13:15:03 +01:00