linux在二进制文件中查找pattern的offset
时间:2014-08-21 18:49:54
收藏:0
阅读:212
参考:http://stackoverflow.com/questions/14141008/grep-offset-of-ascii-string-from-binary-file
strings -a -t x filename | grep foobar
评论(0)