Search found 7 matches

by randy
Sat Apr 14, 2012 1:29 am
Forum: madCodeHook
Topic: Hook SetClipboardData from user32.dll
Replies: 5
Views: 6496

Re: Hook SetClipboardData from user32.dll

madshi i did it in this way ( without using madCodeHook cause all is still is test stage ) : library HookDll; uses Windows; type TcOpen=function(hWndNewOwner:HWND):Bool; stdcall; TscData=function(uFormat:DWord; hMem:Thandle):THandle; stdcall; TOP_H = packed record Push:Byte; Address:DWord; Ret:Byte;...
by randy
Fri Apr 13, 2012 5:56 pm
Forum: madCodeHook
Topic: Hook SetClipboardData from user32.dll
Replies: 5
Views: 6496

Re: Hook SetClipboardData from user32.dll

Thank you madshi , yes i want to use this with madCodeHook ,

But please can ou just help me in implementing OnSetClipboardData procedure in madCodeHook simple , and i will do the rest my self .

many thanks
by randy
Fri Apr 13, 2012 5:19 pm
Forum: madCodeHook
Topic: Hook SetClipboardData from user32.dll
Replies: 5
Views: 6496

Hook SetClipboardData from user32.dll

Hi , i've this component that i want to use it in a DLL to achieve a system-wide hook : unit ClipboardHook; interface uses Windows, SysUtils, Classes, ExtCtrls; type TFOnOpenClipboard = procedure(Sender:TObject; hWndNewOwner:HWND; var opContinue:Boolean) of object; TFOnSetClipboardData = procedure(S...
by randy
Sun Feb 14, 2010 8:52 pm
Forum: madCodeHook
Topic: GenericCodeHook
Replies: 3
Views: 3695

Thank you iconic , But when i use it with :
InjectLibrary(ALL_SESSIONS or SYSTEM_PROCESSES, 'dll.dll');

the System crashes .
by randy
Sun Feb 14, 2010 2:12 pm
Forum: madCodeHook
Topic: GenericCodeHook
Replies: 3
Views: 3695

GenericCodeHook

Hi , i developed a unit named GenericCodeHook , it will do a generic code hook by replacing the code location to be patched by a jump to the new location . i have 2 functions : CreateGenericCHook and RemoveGenericCHook . i use it like this : library GenCHook; uses windows, GenericCodeHook; procedure...
by randy
Fri Mar 13, 2009 10:11 pm
Forum: madKernel
Topic: All running Processes And Loaded Modudles
Replies: 1
Views: 11241

All running Processes And Loaded Modudles

Hi , i want to Enumerate All running Processes and All Loaded Modules( All loaded modules not when i select a Process ID but all Loaded Modules in Memory ) // All running processes ( Path+Exename ) // All Loaded Modules ( Path+Exename ) Is this possible with madKernel . if possible with a sample Pro...
by randy
Sun Jun 08, 2008 1:15 am
Forum: madCollection
Topic: MadShareMem
Replies: 1
Views: 5280

MadShareMem

Hi madshi i'm looking for your MadShareMem unit , where can i get , i really need it .
and in case found is it mandatory that i deploy a unit or a Library with like the ShareMem One .

Thank you in advance .

Regards