stuxnet147 / PyVMHunt

Experimental implementation of vmhunt. 64-bit support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyVMHunt

Experimental implementation of vmhunt. 64-bit support.

Trace

I traced the binary with triton

Test1 proc
  db      0ebh, 10h
  dd      20204c57h
  dd      107
  dd      0
  dd      20204c57h
  xor rax, rax
  add rax, 0DEADC0DEh
  add rax, 0DEADC0DEh
  add rax, 0DEADC0DEh
  sub rax, 0DEADC0DEh
  sub rax, 0DEADC0DEh
  sub rax, 0DEADC0DEh
  add rax, 0DEADC0DEh
  db      0ebh, 10h
  dd      20204c57h
  dd      507
  dd      0
  dd      20204c57h
  ret
Test1 endp

Reference

About

Experimental implementation of vmhunt. 64-bit support.


Languages

Language:Python 100.0%