搜索资源列表
GetMachineID_Delphi
- 获取机器的特征码:CPUID,硬盘序列号等。里面有可执行文件。-access machines signatures : CPUID, drives such as serial numbers. There are executable files.
ASM
- 检测内存中的 Soft-Ice, 是用在全部内存搜索 Soft-Ice 的特征码来实现的。
MD5jiaoyan
- 用md5校验文件特征码,用于文件验证 本例子中为自校验,若改其他文件路径 可以对指定文件校验,预设校验码 现在是在编译前赋值,自己使用可以根据需要 自己考虑从外部载入。
pjsecure
- 获取机器特征码,可生成软件注册码 获取机器特征码,可生成软件注册码
tezhengma
- 特征码修改方法,对*只类有兴趣的可以
asmcodebin
- 这是一只纯ASM编写的病毒,具备文件感染,入口代码变形,自身加密,EPO等功能,是一只无任何 特征码的病毒,设计目的是为对抗反病毒软件的特征码杀毒、行为杀毒和虚拟机杀毒,现有代码 未提供任何破坏功能,但会主动感染可执行文件,而且被感染过的文件很难再还原,这点请注意 另外这东西也提供了Ring0功能,主要用于感染运行中的可执行文件 这东西写完后放了很久,不太记得怎么用了,把代码放上来有兴趣的朋友拿去研究研究,汇编工 具为TASM,由于已经不确定会产生什么后果了,测试
sysinfo.rar
- 取计算机特征码(网卡MAC、硬盘序列号、CPU ID、BIOS编号) 可综合用于软件的系统验证等,Signature from the computer (network card MAC, hard drive serial number, CPU ID, BIOS ID) can be an integrated system for software verification
UPXupack
- UPXupack 程序执行文件pe头检测,判断upx特征码,由此在(oep)程序入口点,savedump-UPXupack pe first test program execution files, judge upx signature, resulting in the (oep) program entry point, savedump
code101010
- C++ 特征码定位器的源代码。查找定位程序内存地址。可开发游戏bot参考。-Signature of the C source code locator. Find locate memory addresses
ypxx
- E语言做的取硬盘特征码和序列号的列子.可以直接引用-E language do get hard disk signature and serial number of Liezi. Can be directly invoked
ruanjianjiami
- 基于计算机特征码的软件注册加密及序列号生成的源程序-Computer-based signature and encryption software registration serial numbers generated source
diid
- vb写的获取硬盘序列号.特征码的控件.纯VB winapi做的控件.-vb write access to the hard disk serial number. signature control. VBwinapi do pure control.
GetSerial
- 一个通过硬件信息生成序列号的源码示例,适合制作根据硬盘特征码生成序列号-Information generated through the hardware serial number of the source code examples for the production of signature generation based on the hard disk serial number
feature(5)
- 一个特征码提取工具,可以打开各类文件,实现16进制显示与转换,方便程序员提取一些文件的特征码-A signature extraction tool, you can open all kinds of files, to achieve hexadecimal display and conversion, the convenience of programmers to extract some of the signature file
Static_detection
- 代码实现了一个模拟基于特征码扫描*的小工具。可对磁盘所有内容进行扫描,匹配特征码,一旦发现可疑文件,可立即删除。特征码算法采用MD5-Code implements a simulated signature-based scanning Trojan gadget. All contents of the disk can scan signature matching, if found suspicious files can be deleted immediately. MD5 si
SCAN
- 采用杀毒软件主流的特征码查杀技术设计的小型杀毒软件。-Mainstream anti-virus software signature killing the technical design of small anti-virus software.
saomiao
- 例如,文件偏移地址0x0c15, 提取特征码长度:0x10(16)特征码内容:0A 73 53 41 2E 65 78 30 5C 5C 31 39 32 2E 31 36 我们现在就可以用程序来实现代码的比较了,可以简单的一段小程序来判断.:-For example, the file offset address 0x0c15 extracted signature length: 0x10 (16) signature content: 0A 73 53 41 2E 65 78 30 5C
Ukill-V2.1
- 1、演示了VBS如何进行全盘扫描(提供了软驱扫描不报错的完美解决方法)。2、演示了VBS的ascii和unicode读取文件方式。3、演示了VBS识别文件编码的方法。4、演示了VBS如何对文件进行16进制和FSO两种方式进行扫描特征码。5、演示了定位autorun.inf中病毒体精确路径的方法(路径处理)。并以confiker蠕虫进行距离。-1, demonstrates how VBS full scan (provided floppy drive is not being given th
webshell_f
- webshell查找工具。python写的,根据特征码扫描webshell。-webshell search tool
CPP-scan
- /* 函数说明:查找特征码 /* process: 要查找的进程 /* markCode: 特征码字符串,不能有空格 /* distinct:特征码首地址离目标地址的距离 负数在特征码在上 /* offset: 返回目标地址 /* size: 设置返回数据为几个BYTE 1 2 3 4 /* ordinal: 特征码出现的次数 /* beginAddr: 开始搜索地址 /* endAddr: 结束地址 /* ret:返回目标地址的内容-/* Function