Guest

Untitled

By: a guest on Feb 15th, 2012  |  syntax: ASM (NASM)  |  size: 0.79 KB  |  hits: 61  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1.         mov     [ebp-TickCount], eax ; Genera dos caracteres aleatorios
  2. .gda_:0042545F                 xor     ecx, ecx
  3. .gda_:00425461
  4. .gda_:00425461 GenerarOtro:                            ; CODE XREF: CrearDLL+8Bj
  5. .gda_:00425461                 xor     eax, eax
  6. .gda_:00425463                 mov     al, [ebp+ecx-TickCount]
  7. .gda_:00425467                 push    ecx
  8. .gda_:00425468                 mov     ecx, 0Ah
  9. .gda_:0042546D                 cdq
  10. .gda_:0042546E                 idiv    ecx
  11. .gda_:00425470                 pop     ecx
  12. .gda_:00425471                 add     al, 61h
  13. .gda_:00425473                 mov     [ebp+ecx-TickCount], al
  14. .gda_:00425477                 inc     ecx
  15. .gda_:00425478                 cmp     ecx, 2
  16. .gda_:0042547B                 jle     short GenerarOtro