qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [qemu-web PATCH] arm_now


From: nongiach nongiach
Subject: [Qemu-devel] [qemu-web PATCH] arm_now
Date: Mon, 13 Aug 2018 17:25:51 +0200

---
 _posts/2018-08-13-arm-now.md | 46 ++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 _posts/2018-08-13-arm-now.md

diff --git a/_posts/2018-08-13-arm-now.md b/_posts/2018-08-13-arm-now.md
new file mode 100644
index 0000000..f3ea3df
--- /dev/null
+++ b/_posts/2018-08-13-arm-now.md
@@ -0,0 +1,46 @@
+---
+layout: post
+title:  "arm_now: qemu out of the box for everyone"
+date:   2018-08-13 17:05:00:00 +0000
+last_modified_at: 2018-08-13 17:05:00:00 +0000
+author: @chaignc
+categories: [Wrapper, ARM, MIPS, POWERPC, x86]
+---
+
+[`arm_now`](https://github.com/nongiach/arm_now) is a qemu powered tool
that allows instant setup of
+virtual machines on arm cpu, mips, powerpc, nios2, x86 and more,
+for reverse, exploit, fuzzing and programming purpose.
+
+# Install
+
+    # pip3 install https://github.com/nongiach/arm_now/archive/master.zip
--upgrade
+
+# Start an ARM Virtual Machine
+
+    $ arm_now start armv5-eabi
+    Welcome to arm_now
+    buildroot login: root
+    # uname -m
+    armv7l
+
+# Debug the ls binary on mips
+
+    $ arm_now start mips32el
+    Welcome to arm_now
+    buildroot login: root
+    # gdb /bin/ls
+    (gdb) start
+    Temporary breakpoint 1, 0x00405434 in main ()
+    (gdb) x/i $pc
+    => 0x405434 <main+12>: li a0,-1
+
+# Why use arm_now?
+
+arm_now is just a qemu wrapper, if you have 2 minutes then you can already
start a VM using arm_now (Downloading time included).
+It's configured out of the box with a package manager, a nat network
interface and current directory syncing is one option away.
+No chroot, and no root right required to run.
+
+# Links
+
+https://github.com/nongiach/arm_now/wiki
+https://github.com/nongiach/arm_now
-- 
2.18.0


reply via email to

[Prev in Thread] Current Thread [Next in Thread]