文件名称:CPP-scan
介绍说明--下载内容均来自于网络,请自行研究使用
/* 函数说明:查找特征码
/* process: 要查找的进程
/* markCode: 特征码字符串,不能有空格
/* distinct:特征码首地址离目标地址的距离 负数在特征码在上
/* offset: 返回目标地址
/* size: 设置返回数据为几个BYTE 1 2 3 4
/* ordinal: 特征码出现的次数
/* beginAddr: 开始搜索地址
/* endAddr: 结束地址
/* ret:返回目标地址的内容-/* Function Descr iption: Find the signature
/* Process: To find the process
/* MarkCode: signature string with no spaces
/* Distinct: the first address of the signature distance from the destination address in the signature on negative
/* Offset: Return target address
/* Size: Set to return data into several BYTE 1 2 3 4
/* Ordinal: signature of occurrences
/* BeginAddr: Start Search Address
/* EndAddr: End Address
/* Ret: return the contents of the destination address
/* process: 要查找的进程
/* markCode: 特征码字符串,不能有空格
/* distinct:特征码首地址离目标地址的距离 负数在特征码在上
/* offset: 返回目标地址
/* size: 设置返回数据为几个BYTE 1 2 3 4
/* ordinal: 特征码出现的次数
/* beginAddr: 开始搜索地址
/* endAddr: 结束地址
/* ret:返回目标地址的内容-/* Function Descr iption: Find the signature
/* Process: To find the process
/* MarkCode: signature string with no spaces
/* Distinct: the first address of the signature distance from the destination address in the signature on negative
/* Offset: Return target address
/* Size: Set to return data into several BYTE 1 2 3 4
/* Ordinal: signature of occurrences
/* BeginAddr: Start Search Address
/* EndAddr: End Address
/* Ret: return the contents of the destination address
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C++ scan.txt