(1)strings工具

固件分析工具小记

 固件分析工具小记

 如 :strings --bytes=6 --radix=d  wr841nv8_en_3_13_33_up_boot\(130506\).bin > strings.txt

输出到strings.txt文件,其中二进制文件中的字节长度不小于6,以十进制的形式输出地址

2.binwalk

使用方法可以直接参考这篇博客

https://www.freebuf.com/sectool/15266.html

扫描zlib压缩包的时候,最好使用插件,以减少扫描时间和占用内存

binwalk --enable-plugin=zlib firmware.bin

 

相关文章:

  • 2021-10-03
  • 2022-01-13
  • 2021-11-16
  • 2022-01-11
  • 2021-10-07
  • 2021-10-01
  • 2021-06-08
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2021-12-27
  • 2021-12-26
相关资源
相似解决方案