有没有一种方法可以检查DLL是否已在Python中混淆?

时间:2019-05-20 19:12:04

标签: python python-3.x dll obfuscation qa

我当前正在编写一些测试自动化代码,以测试安装目录中的所有DLL是否已被混淆。目前,我没有在Python中执行此操作的方法。如果有人知道一种方法,将不胜感激。

# Returns if a given file is obfuscated.
# string(path) -> boolean
def is_file_obfuscated(path):
    ...

0 个答案:

没有答案
相关问题