嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
VT_demo源码
.
├── VT_demo
│ ├── VT_demo
│ │ ├── ActiveProcessDbgList.c
│ │ ├── ActiveProcessDbgList.h
│ │ ├── AntiAntiDebugALL.c
│ │ ├── AntiHookSwapContext.c
│ │ ├── Arch
│ │ │ └── Intel
│ │ │ ├── EPT.c
│ │ │ ├── EPT.h
│ │ │ ├── VMCS.h
│ │ │ ├── VMX.c
│ │ │ ├── VMX.h
│ │ │ ├── VMXa.asm
│ │ │ ├── VmxEvent.h
│ │ │ └── VmxExitHandlers.c
│ │ ├── Core
│ │ │ ├── HVM.c
│ │ │ └── HVM.h
│ │ ├── DBGTOOL.c
│ │ ├── DRRWE.c
│ │ ├── DRRWE.h
│ │ ├── DbgIsMyProcess.c
│ │ ├── DisablePG.c
│ │ ├── Driver.c
│ │ ├── EptHeader.h
│ │ ├── EptHideDebugPort.c
│ │ ├── HOOKfunctions.c
│ │ ├── Hooks
│ │ │ ├── PageHook.c
│ │ │ ├── PageHook.h
│ │ │ ├── Syscall.asm
│ │ │ ├── SyscallHook.c
│ │ │ └── SyscallHook.h
│ │ ├── Include
│ │ │ ├── CPU.h
│ │ │ ├── Common.h
│ │ │ ├── Native.h
│ │ │ └── PE.h
│ │ ├── KernelStruct.h
│ │ ├── LDE64x6412.h
│ │ ├── ProtectWindow.c
│ │ ├── R3EptHideMem.h
│ │ ├── R3EptHieMemPage.c
│ │ ├── SwapContext.asm
│ │ ├── Test
│ │ │ ├── Tests.c
│ │ │ └── Tests.h
│ │ ├── Txoo.h
│ │ ├── Util
│ │ │ ├── LDasm.c
│ │ │ ├── LDasm.h
│ │ │ ├── Utils.c
│ │ │ └── Utils.h
│ │ ├── VMH
│ │ │ ├── amd64
│ │ │ │ ├── common-asm.asm
│ │ │ │ ├── regs.asm
│ │ │ │ └── vmx-asm.asm
│ │ │ ├── common.c
│ │ │ ├── common.h
│ │ │ ├── hvm.h
│ │ │ ├── mem.c
│ │ │ ├── mem.h
│ │ │ ├── regs.h
│ │ │ ├── vmcs.h
│ │ │ └── vmx.h
│ │ ├── VMMprocessList.h
│ │ ├── VMProtectDDK.h
│ │ ├── VMProtectDDK32.lib
│ │ ├── VMProtectDDK64.lib
│ │ ├── VT_demo.inf
│ │ ├── VT_demo.vcxproj
│ │ ├── VT_demo.vcxproj.filters
│ │ ├── VT_demo.vcxproj.user
│ │ ├── Win7Debug
│ │ │ ├── VT_demo.Build.CppClean.log
│ │ │ ├── VT_demo.inf
│ │ │ ├── VT_demo.log
│ │ │ ├── VT_demo.tlog
│ │ │ │ ├── VT_demo.lastbuildstate
│ │ │ │ ├── VT_demo.write.1u.tlog
│ │ │ │ └── unsuccessfulbuild
│ │ │ ├── stampinf.command.1.tlog
│ │ │ ├── stampinf.read.1.tlog
│ │ │ └── stampinf.write.1.tlog
│ │ ├── Win7Release
│ │ │ ├── VT_demo.inf
│ │ │ ├── VT_demo.log
│ │ │ ├── VT_demo.tlog
│ │ │ │ ├── VT_demo.lastbuildstate
│ │ │ │ ├── VT_demo.write.1u.tlog
│ │ │ │ └── unsuccessfulbuild
│ │ │ ├── stampinf.command.1.tlog
│ │ │ ├── stampinf.read.1.tlog
│ │ │ └── stampinf.write.1.tlog
│ │ ├── WindowKrnlHwbreak.asm
│ │ ├── amd64.h
│ │ ├── common.c
│ │ ├── dbgfunc.asm
│ │ ├── dbgk.c
│ │ ├── dbgk.h
│ │ ├── dbgk1to2.c
│ │ ├── dbgkm.asm
│ │ ├── dbgtool.h
│ │ ├── dpg.asm
│ │ ├── driver.h
│ │ ├── ept.h
│ │ ├── eptcomm.h
│ │ ├── gobalConter.h
│ │ ├── hvm.c
│ │ ├── initMiniHook.c
│ │ ├── initSsdtInlineHook.c
│ │ ├── newbp.c
│ │ ├── snprintf.c
│ │ ├── snprintf.h
│ │ ├── syscalhook.c
│ │ ├── vmxdebug.c
│ │ ├── vstruct.h
│ │ └── x64
│ │ ├── Win7Debug
│ │ │ ├── VT_demo.Build.CppClean.log
│ │ │ ├── VT_demo.inf
│ │ │ ├── VT_demo.log
│ │ │ ├── VT_demo.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── VT_demo.lastbuildstate
│ │ │ │ ├── VT_demo.write.1u.tlog
│ │ │ │ ├── cl.command.1.tlog
│ │ │ │ └── unsuccessfulbuild
│ │ │ ├── amd64.obj
│ │ │ ├── common-asm.obj
│ │ │ ├── dbgfunc.obj
│ │ │ ├── dbgkm.obj
│ │ │ ├── dpg.obj
│ │ │ ├── idtasm.obj
│ │ │ ├── mem.obj
│ │ │ ├── regs.obj
│ │ │ ├── snprintf.obj
│ │ │ ├── stampinf.command.1.tlog
│ │ │ ├── stampinf.read.1.tlog
│ │ │ ├── stampinf.write.1.tlog
│ │ │ ├── syscall64.obj
│ │ │ ├── vc120.pdb
│ │ │ └── vmx-asm.obj
│ │ ├── Win7Release
│ │ │ ├── ActiveProcessDbgList.obj
│ │ │ ├── AntiAntiDebugALL.obj
│ │ │ ├── AntiHookSwapContext.obj
│ │ │ ├── DBGTOOL.obj
│ │ │ ├── DRRWE.obj
│ │ │ ├── DbgIsMyProcess.obj
│ │ │ ├── DisablePG.obj
│ │ │ ├── Driver.obj
│ │ │ ├── EPT.obj
│ │ │ ├── EptHideDebugPort.obj
│ │ │ ├── HOOKfunctions.obj
│ │ │ ├── HVM.obj
│ │ │ ├── LDasm.obj
│ │ │ ├── PageHook.obj
│ │ │ ├── ProtectWindow.obj
│ │ │ ├── R3EptHieMemPage.obj
│ │ │ ├── SwapContext.obj
│ │ │ ├── Syscall.obj
│ │ │ ├── SyscallHook.obj
│ │ │ ├── Tests.obj
│ │ │ ├── Utils.obj
│ │ │ ├── VMX.obj
│ │ │ ├── VMXa.obj
│ │ │ ├── VT_demo.Build.CppClean.log
│ │ │ ├── VT_demo.inf
│ │ │ ├── VT_demo.log
│ │ │ ├── VT_demo.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── VT_demo.lastbuildstate
│ │ │ │ ├── VT_demo.write.1u.tlog
│ │ │ │ ├── cl.command.1.tlog
│ │ │ │ ├── cl.write.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ └── link.write.1.tlog
│ │ │ ├── VmxExitHandlers.obj
│ │ │ ├── common.obj
│ │ │ ├── dbgfunc.obj
│ │ │ ├── dbgk.obj
│ │ │ ├── dbgk1to2.obj
│ │ │ ├── dbgkm.obj
│ │ │ ├── dpg.obj
│ │ │ ├── initMiniHook.obj
│ │ │ ├── initSsdtInlineHook.obj
│ │ │ ├── mem.obj
│ │ │ ├── snprintf.obj
│ │ │ ├── stampinf.command.1.tlog
│ │ │ ├── stampinf.read.1.tlog
│ │ │ ├── stampinf.write.1.tlog
│ │ │ ├── syscalhook.obj
│ │ │ ├── vc120.pdb
│ │ │ └── vmmHardBreak.Build.CppClean.log
│ │ └── Win8Release
│ │ ├── VT_demo.inf
│ │ ├── VT_demo.log
│ │ ├── VT_demo.tlog
│ │ │ ├── VT_demo.lastbuildstate
│ │ │ ├── VT_demo.write.1u.tlog
│ │ │ ├── cl.command.1.tlog
│ │ │ └── unsuccessfulbuild
│ │ ├── amd64.obj
│ │ ├── dbgfunc.obj
│ │ ├── dpg.obj
│ │ ├── idtasm.obj
│ │ ├── mem.obj
│ │ ├── protocol.obj
│ │ ├── snprintf.obj
│ │ ├── stampinf.command.1.tlog
│ │ ├── stampinf.read.1.tlog
│ │ ├── stampinf.write.1.tlog
│ │ ├── syscall64.obj
│ │ └── vc120.pdb
│ ├── VT_demo Package
│ │ ├── VT_demo Package.vcxproj
│ │ ├── VT_demo Package.vcxproj.filters
│ │ ├── VT_demo Package.vcxproj.user
│ │ ├── Win7Debug
│ │ │ └── VT_demo Package.tlog
│ │ └── x64
│ │ └── Win7Release
│ │ ├── VT_demo Package.log
│ │ ├── VT_demo Package.tlog
│ │ ├── VT_demo Package.vcxprojResolveAssemblyReference.cache
│ │ └── inf2catOutput.log
│ ├── VT_demo.sln
│ ├── VT_demo.v12.suo
│ ├── suo21E8.tmp
│ └── suo7949.tmp
└── 好例子网_VT_demo.zip
28 directories, 208 files