Thread: DetourFunc

Page 1 of 4 123 ... LastLast
Results 1 to 15 of 49
  1. #1
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw

    DetourFunc

    Ae galera tava olhando algumas base minha hj e vi a base do suave na nave ai fui testar e tava dando D/c de 3 em 3 minutos ai eu escrevi outro Detour e funcionou, e cheguei na conclusão que o meu tava detectado, então resolvi postar o meu detour que eu usava na versão do C.A passada

    Estudem ele e mudem algumas coisas que da pra voltar a funcionar

    Code:
     DWORD DetourFunc(DWORD src, DWORD dst, DWORD size)
    {
    	int Pointer = { 0xE9 };
    	#define jmp 5
    	DWORD len, dwProtect, i;
    	 if(src && dst && size >= jmp)
    	 {
    		len = (DWORD) VirtualAlloc(NULL, size + jmp, MEM_COMMIT, PAGE_EXECUTE_READWRITE);
    		if(len && VirtualProtect((PVOID) src, size, PAGE_EXECUTE_READWRITE, &dwProtect))
    		{
    			for(i = 0; i < size; i++) {
    				*(PBYTE)(len + i) = *(PBYTE)(src + i);
    			}
    			*(PBYTE) (len + size + 0) = Pointer;
    				*(PDWORD)(len + size + 1) = (src - len - jmp);
    				*(PBYTE) (src + 0) = Pointer;
    				*(PDWORD)(src + 1) = (dst - src - jmp);
    				VirtualProtect((PVOID)src, size, dwProtect, &dwProtect);
    				VirtualProtect((PVOID)len, size + jmp, PAGE_EXECUTE_READ, &dwProtect);
    
    				return len;
    		}
    	}
    	return(0);
    }
    Last edited by BACKD00R; 02-22-2012 at 06:13 PM.

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

    experthack (02-23-2012),The Decoder (01-13-2013)

  3. #2
    TokolocoSK's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Búrguer.
    Posts
    2,874
    Reputation
    65
    Thanks
    6,858
    My Mood
    Yeehaw
    tirei o dc da minha base com 2 linhas de codigo



  4. #3
    MisterChopsticks's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    I'll be right back.

  5. #4
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,306
    Reputation
    15
    Thanks
    420
    My Mood
    Stressed
    a minha ta sem dc mais ou menos como o TokolocoSK falo

    To usando uma detours americana passa facin pelo black cipher e pela HShield e não da dc Lug Podre
    Last edited by pDevice; 02-22-2012 at 05:50 PM.



  6. #5
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    Quote Originally Posted by pDevice View Post
    a minha ta sem dc mais ou menos como o TokolocoSK falo

    To usando uma detours americana passa facin pelo black cipher e pela HShield e não da dc Lug Podre
    o meu novo tem 27 linhas de código

  7. #6
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,306
    Reputation
    15
    Thanks
    420
    My Mood
    Stressed
    148 linhas Quase Morri Contando
    Last edited by pDevice; 02-22-2012 at 06:04 PM.



  8. #7
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    Quote Originally Posted by pDevice View Post
    148 linhas Quase Morri Contando
    affs cDetour

  9. #8
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,306
    Reputation
    15
    Thanks
    420
    My Mood
    Stressed
    Não é qualquer detours essa aguenta o tranco



  10. #9
    BACKD00R's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Brazil
    Posts
    10,711
    Reputation
    1814
    Thanks
    31,902
    My Mood
    Aggressive
    O Dave me passou o nome de dois sistemas de detours. Agora so falta a coragem de procura-los!



     

    Skype : BACKD00R-MPGH

     

    • Contributor: October, 31th 2011
    • CA BR Minion: January, 03th 2012
    • CF AL Minion: April, 07th 2012
    • CA Minion: April, 15th 2012
    • CF Minion: July, 03th 2012
    • PB Minion: January, 25th 2013
    • AVA Minion : February, 02th 2013
    • Arctic Combat minion: April, 03th 2013
    • Warface Minion: April, 03th 2013

    • Minion + : July 08th 2012
    • Moderator : January 21th 2013
    • Global Moderator : August 1st 2013







  11. #10
    Eu sou Daleste cheguei mais to saindo fora
    MPGH Member
    experthack's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    1,178
    Reputation
    90
    Thanks
    626
    My Mood
    Aggressive
    ... thanks

  12. #11
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,306
    Reputation
    15
    Thanks
    420
    My Mood
    Stressed
    Minha base tem mais que Uma Detours convencional é um super desvio



  13. #12
    TokolocoSK's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Búrguer.
    Posts
    2,874
    Reputation
    65
    Thanks
    6,858
    My Mood
    Yeehaw
    Quote Originally Posted by pDevice View Post
    Minha base tem mais que Uma Detours convencional é um super desvio
    Foi mal ai super programador...
    Fiquei sabendo de um cara que você mal sabe declarar uma variavel e fica se achando um super programador .



  14. #13
    XarutoUsoCrack's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    CFAL Honra & Glória Server
    Posts
    1,087
    Reputation
    51
    Thanks
    2,543
    My Mood
    Relaxed
    @TokolocoSK nao é por nada nao + todo dia na sua localizaçao voce esta assim ?

    Comendo Peru Pato Frango Búrguer. ????

  15. #14
    TokolocoSK's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Búrguer.
    Posts
    2,874
    Reputation
    65
    Thanks
    6,858
    My Mood
    Yeehaw
    Quote Originally Posted by XarutoUsoCrack View Post
    @TokolocoSK nao é por nada nao + todo dia na sua localizaçao voce esta assim ?

    Comendo Peru Pato Frango Búrguer. ????
    Só quem assiste Sobrenatural ira intender



  16. #15
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,306
    Reputation
    15
    Thanks
    420
    My Mood
    Stressed
    int TOKOLOCOSKVIADO



Page 1 of 4 123 ... LastLast