Update of bin2sc to Python 3 syntax. Converts binary shellcode files to C or C# formatted strings. Usage: python3 shellcode_formatter.py file.bin c # C format python3 shellcode_formatter.py file.bin cs # C# format