not sure how i disable it but it seems it tries to decompile the code
look at the attached code i get hex and too much clutter how do i fix it ?
// Token: 0x06000CD0 RID: 3280 RVA: 0x00005358 File Offset: 0x00003558
.method public hidebysig static
bool HasVIPAccess () cil managed
{
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.TokenAttribute::.ctor() = (
01 00 01 00 53 0e 05 54 6f 6b 65 6e 09 30 78 36
30 30 30 42 30 43
)
.custom instance void [Il2CppDummyDll]Il2CppDummyDll.AddressAttribute::.ctor() = (
01 00 03 00 53 0e 03 52 56 41 09 30 78 31 32 31
32 46 30 38 53 0e 06 4f 66 66 73 65 74 09 30 78
31 32 31 32 46 30 38 53 0e 02 56 41 0b 30 78 31
30 31 32 31 32 46 30 38
)
// Header Size: 12 bytes
// Code Size: 10 (0xA) bytes
// LocalVarSig Token: 0x11000001 RID: 1
.maxstack 1
.locals (
[0] bool
)
/* 0x00003564 1200 */ IL_0000: ldloca.s V_0
/* 0x00003566 FE150B000001 */ IL_0002: initobj [mscorlib]System.Boolean
/* 0x0000356C 06 */ IL_0008: ldloc.0
/* 0x0000356D 2A */ IL_0009: ret
} // end of method CommonData::HasVIPAccess