Taking bytes as input in python3
Hey everyone, I have been working on protocol reverse engineering and on an RE assisting tool called netzob (I cloned it and will make a fork publicly available soon enough). Because the user often works with raw bytes, at some point I needed the user to input bytes. However there…