iot pwn 环境 | docker
docker pull
docker pull skysider/multiarch-docker:compile
iot.sh
docker run -it \
--rm \
--name multiarch \
-v $(pwd)/${ctf_name}:/ctf/work \
--cap-add=SYS_PTRACE \
skysider/multiarch-docker
效果
参考:
https://www.xidoo.top/2021/01/23/qemu/
https://blog.csdn.net/qq_38204481/article/details/105216151
https://github.com/skysider/multiarch-docker
https://valeeraz.github.io/2020/05/08/architecture-mips/
https://b0ldfrev.gitbook.io/note/iot/rv160w
https://xuanxuanblingbling.github.io/ctf/pwn/2021/02/01/hws/
https://zhuanlan.zhihu.com/p/342402097
https://m4x.fun/post/how-2-pwn-an-arm-binary/
zer0_1s