pof icon indicating copy to clipboard operation
pof copied to clipboard

Python Obfuscation Framework

Results 1 pof issues
Sort by recently updated
recently updated
newest added

While playing around with example python API provided by the docs I have encountered an error in NamesObfuscator. Take following source as example: ``` import urllib.request from urllib.error import URLError,...

bug