Dll injection runnable july 2008

Results 1 to 3 of 3
  1. #1
    Proficient Member Lolled is offline
    MemberRank
    Jan 2010 Join Date
    185Posts

    Dll injection runnable july 2008

    Hi,

    I followed steven's tut for auto inject dll into 2008 client, but I got this error: "Extra input after operand".

    Here:
    Code:
    00621F2B  /> \6A 60         PUSH 60
    00621F2D  |.  68 88F36300   PUSH OFFSET 0063F388
    00621F32  |.  68 1D1F6200   PUSH 00621F1D
    00621F37  |.  FF15 6C216200 CALL DWORD PTR DS:[62216C]
    00621F3D  |.  85C0          TEST EAX,EAX
    00621F3F  \.^ E9 5886F5FF   JMP 0057A59C
    If I skipped this line when I run GunZ, my runnable crash.

    How can I fix?
    What value should I put at offset?
    Last edited by Lolled; 22-04-11 at 07:42 PM.


  2. #2

    Re: Dll injection runnable july 2008

    Try:

    Code:
    PUSH 0063F388

  3. #3
    Member rahulbisme is offline
    MemberRank
    Jun 2008 Join Date
    Stamford, CTLocation
    90Posts

    Re: Dll injection runnable july 2008

    Remove the OFFSET and it should work fine.



Advertisement