hook wmi 修改机器码

时间:2021-01-12 14:30:45
【文件属性】:

文件名称:hook wmi 修改机器码

文件大小:231KB

文件格式:ZIP

更新时间:2021-01-12 14:30:45

修改机器码

通过wmi获取机器码的程序都要修改。有兴趣可以自己加上DeviceIoControl的hook应该可以过掉大部分获取机器码的程序


【文件预览】:
MachineCode
----MachineCode.suo(20KB)
----MachineCode.sln(1KB)
----MachineCode()
--------MachineCode.vcxproj(5KB)
--------MachineCode.h(620B)
--------stdafx.h(356B)
--------SysInfo.h(2KB)
--------dllmain.cpp(431B)
--------targetver.h(236B)
--------MachineCode.cpp(3KB)
--------stdafx.cpp(216B)
--------ReadMe.txt(2KB)
--------SysInfo.cpp(5KB)
--------MachineCode.vcxproj.user(143B)
--------libMinHook.x86.lib(260KB)
--------MachineCode.vcxproj.filters(2KB)
--------MinHook.h(6KB)
----TestDll()
--------TestDllDlg.cpp(3KB)
--------resource.h(1KB)
--------stdafx.h(2KB)
--------TestDll.rc(10KB)
--------TestDll.h(448B)
--------TestDll.vcxproj.filters(2KB)
--------targetver.h(234B)
--------TestDll.cpp(2KB)
--------TestDll.vcxproj.user(143B)
--------stdafx.cpp(140B)
--------ReadMe.txt(3KB)
--------TestDll.vcxproj(6KB)
--------TestDllDlg.h(567B)
--------res()
--------TestDll.aps(103KB)

网友评论

  • CWmiInfo wmi_info; wmi_info.InitWmi(); LPVOID funGet = wmi_info.GetWMIGet(); Hook(funGet,&my_Get,reinterpret_cast(&lpGet)); wmi_info.GetWMIGet(); 看程序咋像是自己写的wmi,然后给自己的Get下勾子呢?看不懂,一般都是要拦截其它程序的wmi Get方法吧
  • 谢谢分享可以使用