July 2008 Client DLL Hooking

Results 1 to 4 of 4
  1. #1
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    July 2008 Client DLL Hooking

    Hello, I just followed the tutorial from here and I got an error at:
    Code:
    00621F2D  |.  68 88F36300   PUSH OFFSET 0063F388
    The error says "Extra input after operand"
    Does anyone know how to assemble that one?


  2. #2
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: July 2008 Client DLL Hooking

    Don't write the word "OFFSET", just "PUSH 63F388"

  3. #3
    Account Upgraded | Title Enabled! killerzx is offline
    MemberRank
    Dec 2008 Join Date
    638Posts

    Re: July 2008 Client DLL Hooking

    Quote Originally Posted by adz28 View Post
    Don't write the word "OFFSET", just "PUSH 63F388"
    Thanks!
    I just tried that and forgot to put the .dll folder on same location in theduel.exe and it still ran perfectly without an error, is that normal? :S

  4. #4
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: July 2008 Client DLL Hooking

    Quote Originally Posted by killerzx View Post
    Thanks!
    I just tried that and forgot to put the .dll folder on same location in theduel.exe and it still ran perfectly without an error, is that normal? :S
    Yup, also you can use a messagebox to be displayed in case de .dll is not found. Steven made a tutorial about injections in July 2008, and there is a tuto for injections with messagebox in case of error, search it and you will easy understand :).



Advertisement