开发者

Pattern searching in Binaries

开发者 https://www.devze.com 2023-04-06 03:30 出处:网络
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 ca

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

精彩评论

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