标签: python python-3.x dll obfuscation qa
我当前正在编写一些测试自动化代码,以测试安装目录中的所有DLL是否已被混淆。目前,我没有在Python中执行此操作的方法。如果有人知道一种方法,将不胜感激。
# Returns if a given file is obfuscated. # string(path) -> boolean def is_file_obfuscated(path): ...