by sunnyP on 7/17/21, 9:30 PM with 20 comments
by auxym on 7/18/21, 12:08 PM
by Const-me on 7/18/21, 7:34 AM
When I need to inject my code into another process, I write a DLL and only inject LoadLibrary function call. Much more reliable this way: the OS applies relocation table, I have C and C++ runtimes in the injected code, the result is compatible with ASLR, if my DLL has other DLL dependencies the OS will load them first, etc.
by kcartlidge on 7/18/21, 2:36 PM
Windows Defender (Win10) reports a severe threat in nim-1.4.8\bin\vccexe.exe - Trojan:Win32/Wacatac.B!ml - which allows remote code execution.
It may be a false positive - but the whole post is about exploits so I'll probably not risk it.