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

fix issue https://github.com/nongiach/arm_now/issues/40 #41

Closed realgam3 closed 4 years ago

realgam3 commented 4 years ago

platform.linux_distribution is removed in Python 3.8 a good workaround to resolve this issue is to use distro's lib linux_distribution.

nongiach commented 4 years ago

Thank you realgam3 for this update. Your issue has been merged and pushed to pypi.

Have a nice day.