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

nios2 --sync doesn't seem to work #45

Open bdelgado1995 opened 4 years ago

bdelgado1995 commented 4 years ago

When I try to use --sync on the nios2 machine, it doesn't pick up the contents of the directory. Syntax: arm_now start nios2 --offline --sync

However, when switching the machine to mips32el, the --sync does work. Syntax: arm_now start mips32el --offline --sync

Thanks for any tips!

nongiach commented 4 years ago

Hi,

Yes you are right. I didn't finish to implement the support of the filesystem used by nios. You could implement it it's fairly easy I think, It would take you one day or one afternoon. It's all here: https://github.com/nongiach/arm_now/blob/master/arm_now/filesystem.py You will see that classes for cpio and tar are already there you just need to implement the methods. It's just about performing few tar command from python, have fun bro.

@chaignc.

nongiach commented 4 years ago

cc @SakiiR if you have some time between two Ollies. :+1:

SakiiR commented 4 years ago

ENOTIME - Currently learning nollie heelflip :/