Re: 条件断点匹配函数$spat("String", "Pattern")的疑问

Windows内核调试

条件断点匹配函数$spat("String", "Pattern")的疑问


liuxingyuzm 2016-05-05, 20:58 下午
当string结尾是"\"的时候会发生转义,这种情况怎么办呢?例如
Syntax error at $sicmp("Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\", "Software\Classes") == 0){.echo ***catch***;ad*;}.else{.echo ###no catch###;ad*;gc}

Re: 条件断点匹配函数$spat("String", "Pattern")的疑问


Bombs 2016-05-06, 09:43 上午
$spat(\"String \", \"Pattern \")

String和Pattern后面都加一个空格就行了。

Re: 条件断点匹配函数$spat("String", "Pattern")的疑问


liuxingyuzm 2016-05-06, 11:24 上午
多谢! 果然好用~

Powered by Community Server Powered by CnForums.Net