Results 1 to 3 of 3
  1. #1
    Solit4rio
    Solit4rio is offline
    New member Solit4rio's Avatar
    Join Date
    2013 Oct
    Location
    Regenshein
    Posts
    29
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    71
    Thanked in
    11 Posts
    Rep Power
    0

    Criando Ponteiro

    Well with this code you will make a connection between the function of your dll and some function of the application, to create good hackers .

    [PT-BR]
    Bom esses code voçe poderar fazer uma ligação entre a função da sua dll e alguma função do aplicativo,bom para criar hackers..


    procedure SetJMP(Func:Pointer; AddrWORD);
    begin;
    VirtualProtect(ptr(Addr), 10, PAGE_EXECUTE_READWRITE, Ret);
    asm
    mov eax, Func
    mov ecx, Addr
    sub eax, ecx
    sub eax, 05h
    mov dword ptr ds:[ecx], 0E9h
    mov dword ptr ds:[ecx+1], eax
    end;
    VirtualProtect(ptr(Addr), 10, Ret, Ret);
    end;

    procedure SetJGE(Func:Pointer; AddrWORD);
    begin;
    VirtualProtect(ptr(Addr), 10, PAGE_EXECUTE_READWRITE, Ret);
    asm
    mov eax, Func
    mov ecx, Addr
    sub eax, ecx
    sub eax, 06h
    mov dword ptr ds:[ecx], 0Fh
    mov dword ptr ds:[ecx+1], 8Dh
    mov dword ptr ds:[ecx+2], eax
    end;
    VirtualProtect(ptr(Addr), 10, Ret, Ret);
    end;
    Last edited by Solit4rio; 2013-11-04 at 11:47 PM.

  2. The Following 2 Users Say Thank You to Solit4rio For This Useful Post:


  3. #2
    Vitrix Maggot
    Vitrix Maggot is offline
    Member-in-training Vitrix Maggot's Avatar
    Join Date
    2013 Apr
    Location
    Brasil
    Posts
    58
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    43
    Thanked in
    24 Posts
    Rep Power
    0
    +1 Thank
    I admire most other programmers not paid any dick!!

    Admiro outros Programadores mais nao pago pau pra nenhum !!


    Skype: Vitor Monteiro

  4. #3
    Solit4rio
    Solit4rio is offline
    New member Solit4rio's Avatar
    Join Date
    2013 Oct
    Location
    Regenshein
    Posts
    29
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    71
    Thanked in
    11 Posts
    Rep Power
    0
    Thank you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •