switch case with wchar_tHello normally i use if to check but when i have a lot of conditions is very painful. So i was think...
Use arguments in winmainHello i did one small console application for example [code]int argc, wchar_t* argv[]{ assert(argc >...
How to know architecture of windows using c++Hello i did one small program to check my architecture of windows using c++: [code]#if_WIN64 isWow6...
How to use QueueUserAPC instead of CreateRemotheThreadso i can't use asynchronous procedure calls to inject code into remote processes. Ok thx.
How to use QueueUserAPC instead of CreateRemotheThreadHello hi i did a small injector but now i want to use QueueUserAPC, documentation: https://msdn.micr...
This user does not accept Private Messages