y0u_bat
QEMU-MIPS 환경 구축 본문
QEMU로 ubuntu 환경에서 mips를 에뮬레이팅 하였다.
sudo apt-get install qemu-system-mips
https://people.debian.org/~aurel32/qemu/ 에서 커널과 이미지를 받을 수 있다.
다운받은 뒤,
"qemu-system-mips -M malta -kernel vmlinux-3.2.0-4-4kc-malta -hda debianwheezymipsel_standard.qcow2 -append "root=/dev/sda1 console=tty0" -redir tcp:4444::22 -nographic"
qemu를 실행시킨 운영체제 4444포트를 22포트로 포워딩 준다.
완료되면, root/root로 로그인한뒤, apt-get update
부터 해야 된다.
그다음 apt-get install gdb,ssh,gcc,vim
등 원하는거 설치 하면 된다.
'System' 카테고리의 다른 글
[heap] how2heap first_fit.c (0) | 2016.10.20 |
---|---|
[heap] fastbin fd control (2) | 2016.10.07 |
해킹캠프 13회 - equations 풀이 (0) | 2016.02.28 |
Alphanumeric Shellcode (ascii shellcode) 작성 (0) | 2016.02.19 |
pintool 메뉴얼 번역(공부한것들만) (0) | 2016.02.18 |
Comments