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.
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
-redir
has been removed from qemu : https://wiki.qemu.org/Features/RemovedFeaturesThe 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