document.onkeypress = getKey;

HDCON 2016에 runme 라는 문제가 있었다.


말그대로 실행시키면 되는데


wjdbg라는 리버서가 있는데 이를 통해 풀었다고 한다.


MIPS를 분석하기 위해서는 Qemu를 통해 분석한다고 합니다.


apt-get install qemu

wget https://people.debian.org/~aurel32/qemu/mipsel/debian_wheezy_mipsel_standard.qcow2

wget https://people.debian.org/~aurel32/qemu/mipsel/vmlinux-3.2.0-4-4kc-malta

qemu-system-mipsel -M malta -kernel vmlinux-3.2.0-4-4kc-malta -hda debian_wheezy_mipsel_standard.qcow2-append "root=/dev/sda1 console=tty0" -redir tcp:4444::22 -nographic



nographic 옵션을 주고 실행하면 터미널에서 실행이 바로 된답니당




http://kblab.tistory.com/328

이 블로그에서 확인했다.

+ Recent posts