Sunday, 2024-04-28, 11:07 PM
Welcome Guest | RSS
CHR†SER TH4 C0D3 BR34K3R
Main
Registration
Login
RUMAH KU

SEMUA CATATANKU
Shinobi [13]
di sini gw maw share sedikit tentang trik and tips hack web site ato local host..

Site friends
  • http://sikuruz.do.am/

  • Main » 2009 » October » 31 » script vmware pada window
    9:58 PM
    script vmware pada window
    bool IsInsideVMWare()
    {
    bool rc = true;

    __try
    {
    __asm
    {
    push edx
    push ecx
    push ebx

    mov eax, 'VMXh'
    mov ebx, 0 // any value but not the MAGIC VALUE

    mov ecx, 10 // get VMWare version

    mov edx, 'VX' // port number


    in eax, dx // read port

    // on return EAX returns the VERSION

    cmp ebx, 'VMXh' // is it a reply from VMWare?

    setz [rc] // set return value


    pop ebx
    pop ecx
    pop edx
    }
    }
    __except(EXCEPTION_EXECUTE_HANDLER)
    {
    rc = false;
    }

    return rc;
    }
    Category: Shinobi | Views: 604 | Added by: erick | Rating: 0.0/0
    Total comments: 0
    Name *:
    Email *:
    Code *:
    Entries archive

    Our poll
    wajahmu ganteng/cantik gak?
    Total of answers: 23


    Copyright MyCorp © 2024