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

Missing gdb, gdbserver and empty /opt on mips32 #44

Open diouziou opened 4 years ago

diouziou commented 4 years ago

Hi, I'm trying to use arm_now on mips32. But I have a problem: There is no gdb or gdbserver there, contrary to mips32el for example. In fact, the whole /opt directory is empty. Would there be a way to fix that so that arm_now really rocks even more than it does already ? Thx!

nongiach commented 4 years ago

Hello friend,

yes it's one of the most requested feature. If you provide me with an statically compiled gdbserver for mips32 and some of the other supported cpu, It can motivate to update them all and push them on the default image.

Have a nice day.

diouziou commented 4 years ago

Hi!

could this be useful? https://github.com/hugsy/gdb-static

Have a nice day too :)

nongiach commented 4 years ago

Hi,

that could do it. Initially I wanted to compile statically all of them myself but it's easier said than done.

Have a nice weekend.

diouziou commented 4 years ago

Hi!

On Fri, 21 Aug 2020, 18:36 nongiach, notifications@github.com wrote:

Hi,

that could do it.

Cool :)

Initially I wanted to compile statically all of them myself but it's easier said than done.

Yeah I know... Cross-compiling is hell!

Have a nice weekend.

You too :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nongiach/arm_now/issues/44#issuecomment-678382345, or unsubscribe https://github.com/notifications/unsubscribe-auth/AECY663ENV3AHTO7YMAEW33SB2PCFANCNFSM4QBP2GBQ .