Debian Strings可通过以下方式辅助代码审查:
strings
strings example_binary > output.txt
grep
grep -E "api_key|password"
objdump
readelf