I use pyarmor to obfuscate my Python files. There is no problem with that. The "obfuscate" process is done in a very nice way. But when I look at the contents of any of the "obfuscate" files, I get information like the one below.
__pyarmor__(__name__, __file__, b'\x49\x59\...
What I want is, I don't want to see which tool is used for the "obfuscate" process in the file contents that are "obfuscate". Is there any way to this?