initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using dnlib.DotNet;
|
||||
using dnlib.DotNet.Emit;
|
||||
|
||||
namespace Obfuscator.Obfuscator.Mutation2;
|
||||
|
||||
public interface iMutation
|
||||
{
|
||||
void Process(MethodDef method, ref int index);
|
||||
|
||||
void Prepare(TypeDef type);
|
||||
|
||||
bool Supported(Instruction instr);
|
||||
}
|
||||
Reference in New Issue
Block a user