Search found 52 matches

by aiwnjoo
Tue Aug 26, 2008 1:07 pm
Forum: madCodeHook
Topic: HookCode returns false when hooking glDrawRangeElements
Replies: 4
Views: 3526

You could grab these functions through the Engine specific to the program your coding for rather than direct-loop access to it using your API.
by aiwnjoo
Thu Aug 07, 2008 10:56 pm
Forum: madCodeHook
Topic: taskmgr.exe Sender
Replies: 2
Views: 2683

PID

Process Enumeration.
by aiwnjoo
Thu Aug 07, 2008 10:33 pm
Forum: madCodeHook
Topic: Systemwide injection problem
Replies: 4
Views: 3525

I won't tell you the answer, however check this.

http://www.codeproject.com/KB/threads/winspy.aspx
by aiwnjoo
Thu Aug 07, 2008 10:18 pm
Forum: madCodeHook
Topic: HookCode returns false when hooking glDrawRangeElements
Replies: 4
Views: 3526

Game / Engine etc etc.

Not your system.
by aiwnjoo
Sun Aug 03, 2008 6:55 pm
Forum: madCodeHook
Topic: Detect closing application
Replies: 3
Views: 3185

GetModuleHandle
by aiwnjoo
Tue Jul 29, 2008 8:44 pm
Forum: madCodeHook
Topic: I really need a tutorial on IPC
Replies: 15
Views: 13499

by aiwnjoo
Tue Jul 29, 2008 11:35 am
Forum: madCodeHook
Topic: Dll Injection - Vista + UAC
Replies: 30
Views: 54084

well for general win32 usermode process injection into target process it will.
by aiwnjoo
Tue Jul 29, 2008 9:02 am
Forum: madCodeHook
Topic: [Code]IsDebuggerPresent Check
Replies: 0
Views: 8757

[Code]IsDebuggerPresent Check

Code: Select all

VOID FirstThread( VOID )
{
	if( bIsDebuggerPresent() )
	{
		_asm
		{
			sub esp, 0x255
			mov eax, 0xDADBEEF
			jmp eax
		}
	}		

g_hNtDll = GetModuleHandle("NTDLL.DLL");
:)
by aiwnjoo
Tue Jul 29, 2008 8:57 am
Forum: madCodeHook
Topic: Dll Injection - Vista + UAC
Replies: 30
Views: 54084

my method works fine.
by aiwnjoo
Tue May 27, 2008 10:06 pm
Forum: madCodeHook
Topic: Dll Injection - Vista + UAC
Replies: 30
Views: 54084

void Inject(HWND hWnd, char* strDll) { GetWindowThreadProcessId(hWnd, &pId); HANDLE hProcess = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pId); LPVOID lpRemoteAddress = VirtualAllocEx(hProcess, NULL, strlen(strDll), MEM_RESERVE|MEM_COMMIT, PAGE_READWRITE); WriteProcessMemory(hProcess, lpRemoteAddre...
by aiwnjoo
Thu Aug 02, 2007 12:03 pm
Forum: madKernel
Topic: Hooking ntgdibitblt
Replies: 2
Views: 11845

Hooking ntgdibitblt

Any help appreciated.
by aiwnjoo
Fri Mar 16, 2007 11:51 am
Forum: madCodeHook
Topic: [ringo] Generic Speed
Replies: 11
Views: 9315

is there a way i can get in touch with you uall?
by aiwnjoo
Fri Mar 16, 2007 11:50 am
Forum: madCodeHook
Topic: madCodeHook 2.2b - preliminary Vista support
Replies: 41
Views: 44440

Yes I think it is sir!
by aiwnjoo
Thu Mar 15, 2007 2:24 pm
Forum: madCodeHook
Topic: stumped (driving me NUTS!)
Replies: 16
Views: 27925

Well it is aimed at gaining an advantage, and is off-topic discussion as far as madshi rules go, your call.
by aiwnjoo
Thu Mar 15, 2007 1:39 pm
Forum: madCodeHook
Topic: MadCodeHook Hang~!!
Replies: 2
Views: 3250

You have your answer then according to your post.