修复DefaultObfuscator抛出异常的问题
parent
5cdc4c9f92
commit
832a955167
|
@ -6,7 +6,7 @@ namespace Obfuz.ObfusPasses.ControlFlowObfus
|
||||||
{
|
{
|
||||||
public override bool Obfuscate(BasicBlockCollection basicBlocks, ObfusMethodContext ctx)
|
public override bool Obfuscate(BasicBlockCollection basicBlocks, ObfusMethodContext ctx)
|
||||||
{
|
{
|
||||||
throw new System.NotImplementedException();
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue