开发者

Pattern searching in Binaries

I read about some algorithms that can be used to find a string pattren in long text as fast as possible. I am looking for using aho-corasick algorithm in executable files, What functions or win api can be useful to make a binary ready to start searchin开发者_如何学编程g?.


Here's one free C++ implementation for Windows: link (look for "Aho-Corasick source code" towards the bottom of the page).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜