赞
踩
all | in | private | and | include |
---|---|---|---|---|
rule | any | index | rva | ascii |
indexes | section | at | int8 | strings |
condition | int16 | them | contains | int32 |
true | entrypoint | matches | uint8 | false |
meta | uint16 | filesize | nocase | uint32 |
fullword | not | wide | for | or |
global | of |
关键字解释:
rule:规则标识
strings:字符串区域
condition:条件区域
字符串末尾标注的关键字:
nocase:表示匹配大小写
wide:表示是宽字节
ascii:表示是ASCII码
fullword:表示匹配单个词组文本字符串
//
:单行注释
/**/
:多行注释
$
:字符串定义
#
:表示字符串在文件或内存中出现的次数
condtion:
#a == 1 or #b > 4 and #c < 6 //a出现1次或b大于四次且c小于6次
at
:表示字符串在文件中的偏移量条件或虚拟地址的条件<
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。