Qemu 에서 ARM debian 실행
# apt-get install qemu
# wget https://people.debian.org/~aurel32/qemu/armhf/debian_wheezy_armhf_standard.qcow2
# wget https://people.debian.org/~aurel32/qemu/armhf/initrd.img-3.2.0-4-vexpress
# wget https://people.debian.org/~aurel32/qemu/armhf/vmlinuz-3.2.0-4-vexpress
* CUI 환경 + 인터넷 사용
# qemu-system-arm -M vexpress-a9 \
-kernel vmlinuz-3.2.0-4-vexpress \
-initrd initrd.img-3.2.0-4-vexpress \
-drive if=sd,file=debian_wheezy_armhf_standard.qcow2 \
-append "root=/dev/mmcblk0p2 console=ttyAMA0" \
-redir tcp:10022::22 -redir tcp:10080::80
-nographic
'system' 카테고리의 다른 글
VUPlayer 2.49 Exploit( + Windows ROP for Bypassing DEP) (0) | 2018.05.01 |
---|---|
2017년 KUCIS 영남권 세미나 (0) | 2017.06.30 |
[how2heap translation] house_of_einherjar.c (0) | 2017.06.26 |
[how2heap translation] overlapping_chunk.c (0) | 2017.06.26 |
[how2heap translation] house_of_lore.c (0) | 2017.06.21 |