A Reverse Engineering Analysis of a MIPS Challenge
AuthorForum Account: Li1y Preliminary Analysis Problem link: https://wws.lanzous.com/i6Zo2gpbolc This is an IOT reverse engineering challenge from the 2020 HWS selection competition, containing 3 files. The content of readme.txt is as follows: The command to run the challenge is as follows: sudo qemu-system-mipsel -M malta -hda openwrt-malta-le-root.ext4 -kernel openwrt-malta-le-vmlinux.elf -nographic -append “root=/dev/sda console=tty50” The program to … Read more