登录
首页 » Visual C++ » passTp1

passTp1

于 2015-09-01 发布 文件大小:2713KB
0 317
下载积分: 1 下载次数: 37

代码说明:

  过tp所有函数hook驱动 过tp所有函数hook驱动 2015.9.1(pass TP All Hook)

文件列表:

passTp1
.......\Debug
.......\.....\bscmake.read.1.tlog,358,2015-07-30
.......\.....\bscmake.write.1.tlog,200,2015-07-30
.......\.....\BuildLog.htm,7728,2013-01-13
.......\.....\CL.read.1.tlog,4028,2015-07-30
.......\.....\CL.write.1.tlog,312,2015-07-30
.......\.....\link.read.1.tlog,1750,2015-07-30
.......\.....\link.write.1.tlog,624,2015-07-30
.......\.....\main.sbr,0,2015-07-30
.......\.....\mt.dep,67,2013-01-13
.......\.....\mt.read.1.tlog,638,2015-07-30
.......\.....\mt.write.1.tlog,266,2015-07-30
.......\.....\passTp.bsc,1436672,2015-07-30
.......\.....\passTp.Build.CppClean.log,1152,2015-07-30
.......\.....\passTp.exe.intermediate.manifest,145,2015-07-30
.......\.....\passTp.lastbuildstate,59,2015-07-30
.......\.....\passTp.log,2993,2015-07-30
.......\.....\passTp.sys.intermediate.manifest,145,2013-01-13
.......\.....\passTp.write.1.tlog,0,2015-07-30
.......\ipch
.......\....\passtp-3df2c8a9
.......\....\...............\debug
.......\MyDriver_Check
.......\..............\HelloDDK.map,7646,2015-07-30
.......\..............\HelloDDK.pdb,142336,2015-07-30
.......\..............\main.obj,134689,2015-07-30
.......\..............\passTp.sys,7168,2015-07-30
.......\..............\RCXEF.tmp,7168,2013-01-13
.......\..............\RCXF1.tmp,7168,2013-01-13
.......\..............\vc70.idb,52224,2013-01-13
.......\..............\vc90.idb,68608,2013-01-13
.......\passTp
.......\......\HOOKDbgkpPostFakeProcessCreateMessages .h,4540,2013-01-13
.......\......\hookKeAttchProcess.h,4549,2013-01-13
.......\......\HookKeStackAttachProcess.h,961,2013-01-13
.......\......\HookNtOpenProcess.h,1637,2013-01-13
.......\......\HookNtOpenThread.h,1536,2013-01-13
.......\......\HookReadVirtualMemory.h,1023,2013-01-13
.......\......\HookShangXiaWen.h,1521,2013-01-13
.......\......\HooWriteVirtualMemory.h,1039,2013-01-13
.......\......\main.cpp,1211,2013-01-13
.......\......\NtDebugActiveProcess.h,1866,2015-07-30
.......\......\passDebugPort.h,1874,2013-01-13
.......\......\函数.h,3473,2015-07-30
.......\passTp.dsp,4926,2013-01-13
.......\passTp.dsw,520,2013-01-13
.......\passTp.ncb,4295680,2013-01-13
.......\passTp.opt,55808,2013-01-13
.......\passTp.plg,1781,2013-01-13
.......\passTp.sdf,7557120,2015-07-30
.......\passTp.sln,878,2015-07-30
.......\passTp.sln.old,877,2013-01-13
.......\passTp.vcproj,6294,2013-01-13
.......\passTp.vcproj.CHINESE-14C9B1D.Administrator.user,1427,2013-01-13
.......\passTp.vcproj.MICROSOF-6E7A75.Administrator.user,1427,2013-01-13
.......\passTp.vcxproj,8893,2015-07-30
.......\passTp.vcxproj.filters,1784,2015-07-30
.......\passTp.vcxproj.user,143,2015-07-30
.......\UpgradeLog.XML,3185,2015-07-30
.......\_UpgradeReport_Files
.......\....................\UpgradeReport.css,3348,2015-07-30
.......\....................\UpgradeReport.xslt,12505,2010-05-04
.......\....................\UpgradeReport_Minus.gif
.......\....................\UpgradeReport_Plus.gif

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • myWDK
    这是一个C++驱动级内存读写源码,可以实现读写一些受保护游戏的内存。。(This is a C++ source code to read and write memory drive level, you can read and write some of the protected memory game.)
    2014-12-06 09:43:51下载
    积分:1
  • smartcard
    SmartCard驱动程序,基于win NT操作系统。SCM Microsystems公司的出品的SCM 488C PCMCIA Smart Card。(SmartCard driver, based on win NT operating system. SCM Microsystems SCM buy the PCMCIA Smart 488C C ard.)
    2006-10-10 10:51:09下载
    积分:1
  • sys98
    说明:  98下的PCI驱动源代码!希望对各位有所帮助 只要稍微修改就可以成为2000的驱动了!(98 PCI driver source code! You want to help as long as it can be slightly modified to be driven by 2000!)
    2006-03-03 16:39:25下载
    积分:1
  • WinIo3.0Driver
    Windows Drivers IO Memory Access
    2018-03-05 16:37:14下载
    积分:1
  • realtek20121224b
    Good Luck REALTEK NDIS Protocol Driver Example
    2012-12-24 11:56:44下载
    积分:1
  • passp
    最新过TP保护驱动 清零写的不是这么好(Latest over-TP protection drive Cleared not so good)
    2013-01-19 19:16:19下载
    积分:1
  • Pthread-of-linux
    在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。(Written in the linux environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you To explain the phenomenon seen.)
    2011-12-08 11:21:25下载
    积分:1
  • 7041831USBDriver
    仅用于tp900掌机的usb驱动。安装简单方便。-Only the usb driver for tp900 handheld. Easy to install.(Writing From the information carefully detailed features, including the content description (at least 20 words). Try not to let owners to spend time on your revised instructions. When extracting archive can not have a password.)
    2011-06-11 10:55:33下载
    积分:1
  • mfcregdll
    VB、VC混合编程中字符串的传递,源代码,使用VC制作动态库在VC、VB中使用。(VB, VC mixed programming string transmission, the source code, the use of VC production of dynamic libraries in VC, VB use.)
    2007-10-31 21:06:40下载
    积分:1
  • Electrical-appliances_drive
    电机驱动加监,界面清晰,且实用,驱动后可以实时监控(Motor driver and supervisor, clear interface, and practical, can be real-time monitoring of driver )
    2012-04-16 11:09:23下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载