[FASM] GetNameOfSelf

Iniciado por ANTRAX, Junio 09, 2010, 12:31:53 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Junio 09, 2010, 12:31:53 PM Ultima modificación: Febrero 08, 2014, 05:30:35 PM por Expermicid
Código: asm
GetNameOfSelf:
mov eax, [fs:0x30]
mov eax, [eax+0x0C]
mov eax, [eax+0x14]
mov ecx, [eax+0x24] ;Length
mov eax, [eax+0x28] ;Buffer(Unicode btw)
ret