elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Entrar al Canal Oficial Telegram de elhacker.net


  Mostrar Mensajes
Páginas: 1 ... 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 [581] 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 ... 620
5801  Programación / Scripting / Re: [Descarga] Tutorial de Python en: 2 Abril 2010, 22:19 pm
Excelente aporte!!!

Gracias por compartir!! :)

Editado

link para bajar desde Megaupload: http://www.megaupload.com/?d=4SUWOHH2

link para bajar desde Rapidshare: http://rapidshare.com/files/158648577/Python_para_todos.pdf

fuente: http://mundogeek.net/tutorial-python/

Saludos!
5802  Programación / Ingeniería Inversa / Re: Programa y Crack pero no Serial en: 2 Abril 2010, 21:25 pm
Creo que no tienes NI idea de lo que has escrito....  :o
5803  Programación / Ingeniería Inversa / Re: emulador de aladin modelos hardlock en: 1 Abril 2010, 20:01 pm
Hola gagut81!

Envíame por MP un link de descarga del instalador y le pego una miradita...

Saludos!
5804  Programación / Ingeniería Inversa / Re: como abrir archivos java y .net con olly o semejanTe ?? en: 31 Marzo 2010, 23:14 pm
Si sabrás tú de eso, pequeño bribón...  :xD :xD :xD
5805  Programación / Ingeniería Inversa / Re: CrackMe! By Abrahametalero Dedicado a www.Elhacker.net en: 31 Marzo 2010, 23:06 pm

Muy astuto.... crei que tardarias mas xD!


¿ Porqué pensaste eso ?
5806  Programación / Ingeniería Inversa / Re: CrackMe! By Abrahametalero Dedicado a www.Elhacker.net en: 31 Marzo 2010, 22:50 pm
Bueno, el crackme es sencillo.

El botón se activa con VBReformer. El serial comprueba que la sumatoria de todos los números ingresados sea igual a 79558.

Aquí te dejo un keygen, el cual deja 2 números fijos (para evitar repeticiones, pues las combinaciones totales son MUY grandes)

Suponiendo que hay un boton en el form (Command1):
Código:
Option Explicit

Private Sub Command1_Click()
Dim t1 As Long
Dim t2 As Long
Dim t3 As Long
Dim t4 As Long
Dim suma As Long

t1 = 12345
t3 = 12
For t2 = 0 To 99999
    For t4 = 0 To 99
        suma = t1 + t2 + t3 + t4
        If suma = 79558 Then
            Debug.Print CStr(t1) + "-" + padNum(t2, 5) + "-" + CStr(t3) + "-" + padNum(t4, 2)
        End If
    Next t4
Next t2
End Sub

Function padNum(Numero As Long, LargoStr As Byte) As String
Dim strAux As String

strAux = CStr(Numero)
If LargoStr = 5 Then
    If Len(strAux) < 5 Then
        padNum = String(5 - Len(strAux), "0") + strAux
    Else
        padNum = strAux
    End If
Else
    If Len(strAux) < 2 Then
        padNum = "0" + strAux
    Else
        padNum = strAux
    End If
End If
End Function

Y listo...  ;)

Saludos!
5807  Programación / Ingeniería Inversa / Re: CrackMe! By Abrahametalero Dedicado a www.Elhacker.net en: 31 Marzo 2010, 21:57 pm
Le vamos a dar una miradita, a ver qué tal está...  :P
5808  Programación / Ingeniería Inversa / Re: Ferreteria Plus crack serial full GDS - Ingenieria inversa en proceso... en: 31 Marzo 2010, 00:20 am
Envíame un MP y te respondo con el link. Por aquí no se puede (lee las reglas ;))

Saludos!
5809  Programación / Programación General / Re: Nose en que lenguaje meterme :( en: 30 Marzo 2010, 00:28 am
Python: Sencillo, eficiente, sencillo, práctico, sencillo, potente, sencillo, sirve para casi todo, sencillo, multiplataforma, sencillo...  ;D


Ah! Es MUY sencillo  ;)

Saludos!
5810  Programación / Ingeniería Inversa / Re: puedo aportar con crackmes creados por mi en: 30 Marzo 2010, 00:25 am
Hola!

Por lo que he visto, no habría problemas... :P
Páginas: 1 ... 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 [581] 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 ... 620
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines