UTILITY
VMWARE 게임가드 회피...
하이주니
2010. 12. 3. 18:03
반응형
.vmx 파일에 내용 추가
monitor_control.restrict_backdoor="TRUE"
disable_acceleration = "TRUE"
monitor_control.vt32 = "TRUE"
monitor_control.enable_svm = "TRUE"
svga.vramSize = "67108864"
vmmouse.present = "FALSE"
To start DFO i had to add the text bellow, in my <insert vmware name>.vmx file.
monitor_control.virtual_rdtsc = "False"
monitor_control.restrict_backdoor = "TRUE"
isolation.tools.getPtrLocation.disable = "FALSE"
isolation.tools.setPtrLocation.disable = "FALSE"
isolation.tools.setVersion.disable = "FALSE"
isolation.tools.getVersion.disable = "FALSE"
monitor_control.disable_directexec = "TRUE"
Then launched DFO and it work great.
monitor_control.restrict_backdoor="TRUE"
disable_acceleration = "TRUE"
monitor_control.vt32 = "TRUE"
monitor_control.enable_svm = "TRUE"
svga.vramSize = "67108864"
vmmouse.present = "FALSE"
To start DFO i had to add the text bellow, in my <insert vmware name>.vmx file.
monitor_control.virtual_rdtsc = "False"
monitor_control.restrict_backdoor = "TRUE"
isolation.tools.getPtrLocation.disable = "FALSE"
isolation.tools.setPtrLocation.disable = "FALSE"
isolation.tools.setVersion.disable = "FALSE"
isolation.tools.getVersion.disable = "FALSE"
monitor_control.disable_directexec = "TRUE"
Then launched DFO and it work great.
반응형