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

Make --redir work again #36

Closed ShellCode33 closed 5 years ago

ShellCode33 commented 5 years ago

-redir has been removed from qemu : https://wiki.qemu.org/Features/RemovedFeatures

The syntax is now a bit more complexe : -nic user,hostfwd=tcp::8080-:80 So I thought it would be good to replace :: by : in the command line : --redir tcp:80:8080

SakiiR commented 5 years ago

Hey, seems good to me :)

what do you think @nongiach

SakiiR commented 5 years ago

Fine, tested