nongiach / arm_now

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.
https://github.com/nongiach/arm_now/wiki
MIT License
867 stars 87 forks source link

Feature request: Include gdb (with python support) #24

Open Grazfather opened 6 years ago

Grazfather commented 6 years ago
>Scripting in the "Python" language is not supported in this copy of GDB.

Would be great if gdb were compiled with python. Now sure how involved this would be.

nongiach commented 6 years ago

Hey, What I recommend is to use gdb-server and then using gdb-multiarch to connect to the target. This way you have all the python you want without getting a lot of complication inside the VM. Check out the port forwarding option: https://github.com/nongiach/arm_now/wiki/2.2-Network:-Internet-and-port-forwarding

Grazfather commented 6 years ago

Yeah fair enough, but then my request would be to include gdbserver :)

nongiach commented 5 years ago

Yep, that's right. It's in coming.