is it possible to
implement hooking of certain functions.
harmless goes to harmful
then hook your own functions to change the harmless functions into the harmful ones?
or do i not understand hooking :S
is it possible to
implement hooking of certain functions.
harmless goes to harmful
then hook your own functions to change the harmless functions into the harmful ones?
or do i not understand hooking :S
DelphiBasics - Ultimate Delphi Resource for Beginners
www.delphibasics.info
Well yea you can, but your still gonna need to pass the parameters to the "legit" api call...
[img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]In The Oven (err in Development) : Pie [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]
[QUOTE=uraskiddie;115188]What are you? Like 10 years old?
That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.[/QUOTE]
[QUOTE=Envy;136433]Russian?
Trusted.
Botnets are like our right hands.[/QUOTE]
[url]http://cognitivity.org/[/url]
you must call external APIs with a hocked api.
Hook the Loadlibrary & GetProcAddress to get for exemple a LoadLibrartNext & GetProcAddressNext , and call others APis with them,
function HsIdirLoadLibrary(lpLibFileName: PChar): HMODULE; stdcall;
begin
Result := NextLoadLibrary(lpLibFileName);
HookNewLibrary(Table,result);
end;
the Hook new library detect if the Api hooked then it change the allocation table.
--- Finally the secret is Changing The Allocation Table.
I have 1 library to do this method in my website you can download it.
you can find it at http://www.Hs32-Idir.110mb.com
[CENTER][FONT="Arial Black"]Hs32-Idir[/FONT][/CENTER]
[FONT="Franklin Gothic Medium"][CENTER][FONT="Fixedsys"]Dreaming in Digital[/FONT][/CENTER]
[CENTER][FONT="Fixedsys"]Living in Realtime[/FONT] [/CENTER]
[CENTER][FONT="Fixedsys"]Thinking in Binary[/FONT][/CENTER]
[CENTER][FONT="Fixedsys"]Talking in IP[/FONT] [/CENTER][/FONT]
[CENTER][FONT="Fixedsys"][FONT="Fixedsys"]Welcome to My World[/FONT][/FONT][/CENTER][URL="http://www.Hs32-Idir.tk"]http://www.Hs32-Idir.tk[/URL]
There are currently 1 users browsing this thread. (0 members and 1 guests)