Demutation (VMProtect .NET)
Demutation (VMProtect .NET):- get ride of VMProtect .NET mutation
Is a console program, should be start from command prompt with first parameter= file to demutate
Original project location
https://github.com/xlfj5211/DeMutation
Demutation fixed1:
/* Exception:
System.UInt32 022F5BCC::787C4087(System.UInt32,System.Int32)
public static uint 787C4087(uint 46AA4343, int 2BDD4F8D)
{
uint num = 46AA4343 << 2BDD4F8D;
uint num2 = 46AA4343 >> 32 - 2BDD4F8D;
return num | num2;
}
*/
- the fixed will avoid fixing these methods
Source code and exe attached.
Demutation fixed2:
- now will not OptimiseImageSize:
NativeModuleWriterOptions writerOptions = new NativeModuleWriterOptions(module, false);
while saving asssembly.
- Now finally VMP.NET-Kill_v2.1 will work to defeat integrity check.
这个应该只能用于VMProtect 3.5以下 支持新版本吗? 看看是什么 更新了吗,Demutation (VMProtect .NET) 谢谢分享!
页:
[1]