跳到主要内容

混淆错误排查

Attempt to load an unverifiable executable with fixups(IAT with more than 2 sections or a TLS section)

fixup

该错误一般是由于"字符串隐藏", "数字隐藏" 导致的问题, 因为被混淆的程序在尝试动态加载, 而上述的两个混淆选项处理后的Dll/EXE不支持动态加载, 可以考虑去除.

混淆时报错: The process cannot access the file 'xxx' because it is being used by another

process-cannot-access