搜索资源列表
UTM4XP
- 一个简单ARK源码。包括进线程操作,隐藏进程检测,SSDT,SHADOW SSDT hook查看-An anti-rookit tool
Triangle
- Ask the user for two filenames. The first filename specifies the input file and the second filename specifies the output file. You can assume the filenames do not contain any whitespace characters. Your objective is to sort all the triangles rep
Safe-termination-of-thread
- windows安全终止线程,自定义线程,自己控制线程的生命期。随时终止线程。-windows security to terminate the thread, to control their own thread of life of a custom thread.At any time terminate the thread.
VSoftSnoop132i
- 相对于SoftSnoop1.3版新增功能1)可以捕获从任一模块产生的到任一模块的Api调用,包括动态加载的模块;可以在调用Api之前输出Api名称,Api所属模块,Api参数及调用这个Api的地址;可可以在Api返回之后输出Api返回值2)可以像OllyDbg那样附着到正在运行的目标进程并捕获其Api,可以随意终止和继续捕获,目标进程不受影响3)可以选择是否对目标进程进行调试,对一些检查调试器的程序 -New phase for the version of SoftSnoop1.3 fun
VarianceCalc
- 方差计算器软件以及C++源代码,源码添加了注释,自认为已经很详细,但是有关于数据结构的部分我可以算没有添加任何注释了,因为数据结构这个东西我不认为添加一点注释是能够理解的。 用VC6编写,Win32 Application程序,源码均由个人完成。实现大致思路: 定义一个字符串,用于存储输入的数据,提取第一个字符到 mbi,如果其中有一个字符不是为数字、小数点、负号,将终止循环,那么mbi的值将不会是 \0 ,如果负号出现在除位置1以前的其它位置,或者小数点的个数已经超过1,那