环境搭建
https://gitee.com/h4lo1/HatLab_Tools_Library
binwalk:
1 2 3 4 5 6 7
git clone https://github.com/devttys0/binwalk.git cd binwalk sudo ./deps.sh sudo python ./setup.py install sudo apt-get install python-lzma sudo -H pip install git+https://github.com/ahupp/python-magic sudo -H pip install git+https://github.com/sviehb/jefferson
firmadyne:
1 2 3 4 5 6
git clone https://github.com/firmadyne/firmadyne cd firmadyne/ & ;& sudo download.sh sudo -u postgres createuser -P firmadyne password: firmadyne sudo -u postgres createdb -O firmadyne firmware sudo -u postgres psql -d firmware < ./firmadyne/database/schema
qemu-2.4.0:
1 2 3 4 5
wget https://download.qemu.org/qemu-2.4.0.tar.xz tar xvf qemu-2.4.0.tar.xz && cd qemu-2.4.0/ ./configure --target-list=arm-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=alsa,pa make -j8 sudo make install
gdb-multiarch:
1
sudo apt-get install gdb-multiarch
gdbserver:
1 2
https://github.com/hugsy/gdb-static https://github.com/akpotter/embedded-toolkit
IDA 脚本
1 2
https://github.com/giantbranch/mipsAudit https://github.com/tigerpuma/idatool-devttys0-
Ghidra
1
https://www.nsa.gov/resources/everyone/ghidra/
cutter
1
https://github.com/radareorg/cutter
qemu_system_arm
1
https://people.debian.org/~aurel32/qemu/armhf/
firmwalker
1
https://github.com/craigz28/firmwalker
FROM :ol4three.com | Author:ol4three
免责声明: 文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
点赞
https://cn-sec.com/archives/720827.html
复制链接
复制链接
左青龙
微信扫一扫
右白虎
微信扫一扫
评论