[Service] Hooking DLL

Results 1 to 6 of 6
  1. #1
    Proficient Member Chubby7 is offline
    MemberRank
    Oct 2010 Join Date
    HereLocation
    193Posts

    [Service] Hooking DLL

    Hey,

    I recently see many threads and comments like:
    "How do you hook?"
    "I dont understand, doesnt work?"
    "I placed it in the client folder and doesnt work?"

    Well, I'd like to hook DLL's for some people who want it.

    I don't know if this is allowed, I couldn't find it in the rules.

    What I need from you:
    - Your Runnable.
    - Your DLL.

    Make sure the DLL is compatible with the runnable.

    Send me the files / request in PM.

    NOTE: I DON'T SEARCH DLLs FOR YOU. YOU NEED TO SEND IT TO ME YOURSELF.
    Last edited by Chubby7; 19-08-11 at 01:19 PM.


  2. #2

    Re: [Service] Hooking DLL

    If you have some programming skills you can code a hooker ^^
    Anyway I like the way you try to help people here,good luck.

  3. #3
    Proficient Member Chubby7 is offline
    MemberRank
    Oct 2010 Join Date
    HereLocation
    193Posts

    Re: [Service] Hooking DLL

    Quote Originally Posted by ThroneX View Post
    If you have some programming skills you can code a hooker ^^
    Anyway I like the way you try to help people here,good luck.
    Thank you ^^, I've been helped a lot in the past. So I decided to do something back to help others. :)

  4. #4
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: [Service] Hooking DLL

    ASCII "TheCoolDll.DLL",0
    ASCII "Failed To Find Module",0

    PUSHAD
    PUSH TheCoolDLLAsciiOfset
    CALL DWORD PTR DS:[LoadLibraryA]
    CMP EAX, 0
    JE EXIT
    POPAD
    RETN
    :EXIT
    PUSH 0
    PUSH DllError
    PUSH DllError
    PUSH 0
    CALL DWORD PTR DS:[MessageBoxA]
    CALL DWORD PTR DS:[GetCurrentProcess]
    PUSH 0
    PUSH EAX
    CALL DWORD PTR DS:[TerminateProcess]
    POPAD
    RETN

  5. #5
    Proficient Member Chubby7 is offline
    MemberRank
    Oct 2010 Join Date
    HereLocation
    193Posts

    Re: [Service] Hooking DLL

    Quote Originally Posted by Phailure772 View Post
    ASCII "TheCoolDll.DLL",0
    ASCII "Failed To Find Module",0

    PUSHAD
    PUSH TheCoolDLLAsciiOfset
    CALL DWORD PTR DS:[LoadLibraryA]
    CMP EAX, 0
    JE EXIT
    POPAD
    RETN
    :EXIT
    PUSH 0
    PUSH DllError
    PUSH DllError
    PUSH 0
    CALL DWORD PTR DS:[MessageBoxA]
    CALL DWORD PTR DS:[GetCurrentProcess]
    PUSH 0
    PUSH EAX
    CALL DWORD PTR DS:[TerminateProcess]
    POPAD
    RETN
    Yup. But you're pro in coding etc. This is for people who can't do it themselves ;).

  6. #6
    Member Trishia is offline
    MemberRank
    Jul 2011 Join Date
    84Posts

    Re: [Service] Hooking DLL

    Quote Originally Posted by Phailure772 View Post
    ASCII "TheCoolDll.DLL",0
    ASCII "Failed To Find Module",0

    PUSHAD
    PUSH TheCoolDLLAsciiOfset
    CALL DWORD PTR DS:[LoadLibraryA]
    CMP EAX, 0
    JE EXIT
    POPAD
    RETN
    :EXIT
    PUSH 0
    PUSH DllError
    PUSH DllError
    PUSH 0
    CALL DWORD PTR DS:[MessageBoxA]
    CALL DWORD PTR DS:[GetCurrentProcess]
    PUSH 0
    PUSH EAX
    CALL DWORD PTR DS:[TerminateProcess]
    POPAD
    RETN
    I don't know yet how to apply this one.
    I know ASM edit, but how about this?
    no address.

    help?



Advertisement