Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Of course you can use grep on binaries perfectly save, if you just don't print all the results to the terminal. Use `grep -lr <pattern> <dir>` to find binaries that contain a certain pattern, use `grep --byte-offset --only-matching --text <pattern> <file>` to find the offsets in a file.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: