Posts by justintcs
5 posts total, newest first.
Why My Sudden Attack Detect??in Sudden Attack General - Disk Cleanup, delete all the .erl files in gameguard folder, Problem fixed!Terminate a threadin C++/C Programming - How can I terminate a thread that is created by the application with using DLL. Is this possible???Injecting another DLL with injected DLLin C++/C Programming - [QUOTE=TrollerCoaster;8093498]
DWORD WINAPI Inject(LPVOID parblock)
{
while(1)
{
if(GetAsyncKeyState(VK_DELETE))
{
LPTSTR strDLLPath1 = new TCHAR[_MAX_PATH];// get dll directory
::GetModuleFileNamInjecting another DLL with injected DLLin C++/C Programming - [QUOTE=abuckau907;8091648]
void Inject()
{
while(1)
{
if(GetAsyncKeyState(VK_DELETE))
{
LPTSTR strDLLPath1 = new TCHAR[_MAX_PATH];// get dll directory
::GetModuleFileName((HINSTANCEInjecting another DLL with injected DLLin C++/C Programming - Hey guys, I need someone to help me fix this code
The "while(1)" freeze the application when I injected the dll , any idea??
void Inject()
{
while(1)
{
if(GetAsyncKeyState(VK_DELETE))
{
LPTSTR strD
Showing the 5 most recent posts.