obfuz/Samples/CustomConfigure/Assets/Obfuz/SymbolObfus/symbol-mapping.xml

206 lines
23 KiB
XML
Raw Normal View History

2025-05-20 16:48:06 +08:00
<mapping>
<assembly name="Assembly-CSharp">
<type fullName="Bootstrap" newFullName="" status="NotRenamed">
<method signature="int Bootstrap::Add([Assembly-CSharp]Bootstrap, int, int)" newName="$a" oldStackTraceSignature="Bootstrap:Add(Int32, Int32)" newStackTraceSignature="Bootstrap:$a(Int32, Int32)" />
</type>
<type fullName="SymbolObfus.Test3" newFullName="$A.$a" status="Renamed">
<field signature="int x2" newName="$a" />
<field signature="int &lt;Value1&gt;k__BackingField" newName="$A" />
<field signature="int &lt;Value2&gt;k__BackingField" newName="$b" />
<field signature="System.Action`1&lt;int&gt; OnValueChanged1" newName="$B" />
<field signature="System.Action`1&lt;int&gt; OnValueChanged2" newName="$c" />
<property signature="int Value2" newName="$h" />
<event signature="System.Action`1&lt;int&gt; OnValueChanged2" newName="$H" />
<method signature="int SymbolObfus.Test3::get_Value1([Assembly-CSharp]SymbolObfus.Test3)" newName="$C" oldStackTraceSignature="SymbolObfus.Test3:get_Value1()" newStackTraceSignature="$A.$a:$C()" />
<method signature="void SymbolObfus.Test3::set_Value1([Assembly-CSharp]SymbolObfus.Test3, int)" newName="$d" oldStackTraceSignature="SymbolObfus.Test3:set_Value1(Int32)" newStackTraceSignature="$A.$a:$d(Int32)" />
<method signature="int SymbolObfus.Test3::get_Value2([Assembly-CSharp]SymbolObfus.Test3)" newName="$D" oldStackTraceSignature="SymbolObfus.Test3:get_Value2()" newStackTraceSignature="$A.$a:$D()" />
<method signature="void SymbolObfus.Test3::set_Value2([Assembly-CSharp]SymbolObfus.Test3, int)" newName="$e" oldStackTraceSignature="SymbolObfus.Test3:set_Value2(Int32)" newStackTraceSignature="$A.$a:$e(Int32)" />
<method signature="void SymbolObfus.Test3::Bar([Assembly-CSharp]SymbolObfus.Test3)" newName="$E" oldStackTraceSignature="SymbolObfus.Test3:Bar()" newStackTraceSignature="$A.$a:$E()" />
<method signature="void SymbolObfus.Test3::add_OnValueChanged1([Assembly-CSharp]SymbolObfus.Test3, System.Action`1&lt;int&gt;)" newName="$f" oldStackTraceSignature="SymbolObfus.Test3:add_OnValueChanged1(Action`1)" newStackTraceSignature="$A.$a:$f(Action`1)" />
<method signature="void SymbolObfus.Test3::remove_OnValueChanged1([Assembly-CSharp]SymbolObfus.Test3, System.Action`1&lt;int&gt;)" newName="$F" oldStackTraceSignature="SymbolObfus.Test3:remove_OnValueChanged1(Action`1)" newStackTraceSignature="$A.$a:$F(Action`1)" />
<method signature="void SymbolObfus.Test3::add_OnValueChanged2([Assembly-CSharp]SymbolObfus.Test3, System.Action`1&lt;int&gt;)" newName="$g" oldStackTraceSignature="SymbolObfus.Test3:add_OnValueChanged2(Action`1)" newStackTraceSignature="$A.$a:$g(Action`1)" />
<method signature="void SymbolObfus.Test3::remove_OnValueChanged2([Assembly-CSharp]SymbolObfus.Test3, System.Action`1&lt;int&gt;)" newName="$G" oldStackTraceSignature="SymbolObfus.Test3:remove_OnValueChanged2(Action`1)" newStackTraceSignature="$A.$a:$G(Action`1)" />
</type>
<type fullName="SymbolObfus.Test3/NestedTypeInTest2" newFullName="$A.$a/$B" status="Renamed">
<field signature="int x" newName="$a" />
</type>
<type fullName="Obfuz.EncryptionVM.GeneratedEncryptionVirtualMachine" newFullName="$a.$A" status="Renamed">
<field signature="int kOpCodeBits" newName="$a" />
<field signature="int kOpCodeCount" newName="$A" />
<field signature="int kOpCodeMask" newName="$b" />
<field signature="int[] _secretKey" newName="$B" />
<property signature="int OpCodeCount" newName="$E" />
<method signature="int Obfuz.EncryptionVM.GeneratedEncryptionVirtualMachine::ExecuteEncrypt([Assembly-CSharp]Obfuz.EncryptionVM.GeneratedEncryptionVirtualMachine, int, int, int)" newName="$c" oldStackTraceSignature="Obfuz.EncryptionVM.GeneratedEncryptionVirtualMachine:ExecuteEncrypt(Int32, Int32, Int32)" newStackTraceSignature="$a.$A:$c(Int32, Int32, Int32)" />
<method signature="int Obfuz.EncryptionVM.GeneratedEncryptionVirtualMachine::ExecuteDecrypt([Assembly-CSharp]Obfuz.EncryptionVM.GeneratedEncryptionVirtualMachine, int, int, int)" newName="$C" oldStackTraceSignature="Obfuz.EncryptionVM.GeneratedEncryptionVirtualMachine:ExecuteDecrypt(Int32, Int32, Int32)" newStackTraceSignature="$a.$A:$C(Int32, Int32, Int32)" />
</type>
<type fullName="FieldEncrypt.Test1" newFullName="$b.$c" status="Renamed">
<field signature="int a" newName="$a" />
<field signature="int b" newName="$A" />
<field signature="int c" newName="$b" />
<method signature="void FieldEncrypt.Test1::Add([Assembly-CSharp]FieldEncrypt.Test1, int)" newName="$B" oldStackTraceSignature="FieldEncrypt.Test1:Add(Int32)" newStackTraceSignature="$b.$c:$B(Int32)" />
</type>
<type fullName="ConstEncrypt.Test1" newFullName="$B.$D" status="Renamed">
<method signature="int ConstEncrypt.Test1::Sum1([Assembly-CSharp]ConstEncrypt.Test1, int)" newName="$a" oldStackTraceSignature="ConstEncrypt.Test1:Sum1(Int32)" newStackTraceSignature="$B.$D:$a(Int32)" />
<method signature="int ConstEncrypt.Test1::Sum2([Assembly-CSharp]ConstEncrypt.Test1, int)" newName="$A" oldStackTraceSignature="ConstEncrypt.Test1:Sum2(Int32)" newStackTraceSignature="$B.$D:$A(Int32)" />
<method signature="int ConstEncrypt.Test1::Sum3([Assembly-CSharp]ConstEncrypt.Test1, int)" newName="$b" oldStackTraceSignature="ConstEncrypt.Test1:Sum3(Int32)" newStackTraceSignature="$B.$D:$b(Int32)" />
<method signature="string ConstEncrypt.Test1::GetShortName([Assembly-CSharp]ConstEncrypt.Test1)" newName="$B" oldStackTraceSignature="ConstEncrypt.Test1:GetShortName()" newStackTraceSignature="$B.$D:$B()" />
<method signature="string ConstEncrypt.Test1::GetLongName([Assembly-CSharp]ConstEncrypt.Test1)" newName="$c" oldStackTraceSignature="ConstEncrypt.Test1:GetLongName()" newStackTraceSignature="$B.$D:$c()" />
</type>
<type fullName="ConstEncrypt.Test2" newFullName="$B.$E" status="Renamed">
<method signature="int ConstEncrypt.Test2::Sum1([Assembly-CSharp]ConstEncrypt.Test2, int)" newName="$a" oldStackTraceSignature="ConstEncrypt.Test2:Sum1(Int32)" newStackTraceSignature="$B.$E:$a(Int32)" />
<method signature="int ConstEncrypt.Test2::Sum2([Assembly-CSharp]ConstEncrypt.Test2, int)" newName="$A" oldStackTraceSignature="ConstEncrypt.Test2:Sum2(Int32)" newStackTraceSignature="$B.$E:$A(Int32)" />
<method signature="int ConstEncrypt.Test2::Sum3([Assembly-CSharp]ConstEncrypt.Test2, int)" newName="$b" oldStackTraceSignature="ConstEncrypt.Test2:Sum3(Int32)" newStackTraceSignature="$B.$E:$b(Int32)" />
<method signature="string ConstEncrypt.Test2::GetShortName([Assembly-CSharp]ConstEncrypt.Test2)" newName="$B" oldStackTraceSignature="ConstEncrypt.Test2:GetShortName()" newStackTraceSignature="$B.$E:$B()" />
<method signature="string ConstEncrypt.Test2::GetLongName([Assembly-CSharp]ConstEncrypt.Test2)" newName="$c" oldStackTraceSignature="ConstEncrypt.Test2:GetLongName()" newStackTraceSignature="$B.$E:$c()" />
</type>
<type fullName="ConstEncrypt.Test4" newFullName="$B.$f" status="Renamed">
<method signature="int ConstEncrypt.Test4::Sum1([Assembly-CSharp]ConstEncrypt.Test4, int)" newName="$a" oldStackTraceSignature="ConstEncrypt.Test4:Sum1(Int32)" newStackTraceSignature="$B.$f:$a(Int32)" />
<method signature="int ConstEncrypt.Test4::Sum3([Assembly-CSharp]ConstEncrypt.Test4, int)" newName="$A" oldStackTraceSignature="ConstEncrypt.Test4:Sum3(Int32)" newStackTraceSignature="$B.$f:$A(Int32)" />
<method signature="string ConstEncrypt.Test4::GetShortName([Assembly-CSharp]ConstEncrypt.Test4)" newName="$b" oldStackTraceSignature="ConstEncrypt.Test4:GetShortName()" newStackTraceSignature="$B.$f:$b()" />
<method signature="string ConstEncrypt.Test4::GetLongName([Assembly-CSharp]ConstEncrypt.Test4)" newName="$B" oldStackTraceSignature="ConstEncrypt.Test4:GetLongName()" newStackTraceSignature="$B.$f:$B()" />
</type>
<type fullName="CallObfus.Test1" newFullName="$c.$F" status="Renamed">
<method signature="void CallObfus.Test1::CalledTarget([Assembly-CSharp]CallObfus.Test1)" newName="$a" oldStackTraceSignature="CallObfus.Test1:CalledTarget()" newStackTraceSignature="$c.$F:$a()" />
<method signature="void CallObfus.Test1::Run1([Assembly-CSharp]CallObfus.Test1)" newName="$A" oldStackTraceSignature="CallObfus.Test1:Run1()" newStackTraceSignature="$c.$F:$A()" />
<method signature="void CallObfus.Test1::Run2([Assembly-CSharp]CallObfus.Test1)" newName="$b" oldStackTraceSignature="CallObfus.Test1:Run2()" newStackTraceSignature="$c.$F:$b()" />
<method signature="void CallObfus.Test1::Run3([Assembly-CSharp]CallObfus.Test1)" newName="$B" oldStackTraceSignature="CallObfus.Test1:Run3()" newStackTraceSignature="$c.$F:$B()" />
</type>
<type fullName="CallObfus.Test2" newFullName="$c.$g" status="Renamed">
<method signature="void CallObfus.Test2::CalledTarget([Assembly-CSharp]CallObfus.Test2)" newName="$a" oldStackTraceSignature="CallObfus.Test2:CalledTarget()" newStackTraceSignature="$c.$g:$a()" />
<method signature="void CallObfus.Test2::Run1([Assembly-CSharp]CallObfus.Test2)" newName="$A" oldStackTraceSignature="CallObfus.Test2:Run1()" newStackTraceSignature="$c.$g:$A()" />
<method signature="void CallObfus.Test2::Run2([Assembly-CSharp]CallObfus.Test2)" newName="$b" oldStackTraceSignature="CallObfus.Test2:Run2()" newStackTraceSignature="$c.$g:$b()" />
<method signature="void CallObfus.Test2::Run3([Assembly-CSharp]CallObfus.Test2)" newName="$B" oldStackTraceSignature="CallObfus.Test2:Run3()" newStackTraceSignature="$c.$g:$B()" />
</type>
<type fullName="CallObfus.Test4" newFullName="$c.$G" status="Renamed">
<method signature="void CallObfus.Test4::CalledTarget([Assembly-CSharp]CallObfus.Test4)" newName="$a" oldStackTraceSignature="CallObfus.Test4:CalledTarget()" newStackTraceSignature="$c.$G:$a()" />
<method signature="void CallObfus.Test4::Run3([Assembly-CSharp]CallObfus.Test4)" newName="$A" oldStackTraceSignature="CallObfus.Test4:Run3()" newStackTraceSignature="$c.$G:$A()" />
</type>
<type fullName="&lt;PrivateImplementationDetails&gt;" newFullName="$b" status="Renamed">
<field signature="[Assembly-CSharp]&lt;PrivateImplementationDetails&gt;/__StaticArrayInitTypeSize=493 140F402ED237C6EEC26196DC5076354E634D1CB79CEDC250BAE1C67451F1EDD1" newName="$a" />
<field signature="[Assembly-CSharp]&lt;PrivateImplementationDetails&gt;/__StaticArrayInitTypeSize=515 C7B772DAE6DBF592DFE6518EF2D7D6B440B27340796DBF8700709698204B1D60" newName="$A" />
</type>
<type fullName="&lt;PrivateImplementationDetails&gt;/__StaticArrayInitTypeSize=493" newFullName="$b/$h" status="Renamed" />
<type fullName="&lt;PrivateImplementationDetails&gt;/__StaticArrayInitTypeSize=515" newFullName="$b/$H" status="Renamed" />
<type fullName="$ObfuzRVA$DataHolder4096" newFullName="$C" status="Renamed" />
<type fullName="$Obfuz$RVA$" newFullName="$d" status="Renamed">
<field signature="[Assembly-CSharp]$ObfuzRVA$DataHolder4096 $RVA_Data0" newName="$a" />
<field signature="byte[] $RVA_Value0" newName="$A" />
</type>
<type fullName="$Obfuz$ProxyCall" newFullName="$e" status="Renamed">
<method signature="int $Obfuz$ProxyCall::$Obfuz$ProxyCall$Dispatch$0(object, int, int, int)" newName="$a" oldStackTraceSignature="$Obfuz$ProxyCall:$Obfuz$ProxyCall$Dispatch$0(Object, Int32, Int32, Int32)" newStackTraceSignature="$e:$a(Object, Int32, Int32, Int32)" />
<method signature="void $Obfuz$ProxyCall::$Obfuz$ProxyCall$Dispatch$1(object, int)" newName="$A" oldStackTraceSignature="$Obfuz$ProxyCall:$Obfuz$ProxyCall$Dispatch$1(Object, Int32)" newStackTraceSignature="$e:$A(Object, Int32)" />
</type>
</assembly>
<assembly name="Obfuz.Runtime">
<type fullName="&lt;PrivateImplementationDetails&gt;" newFullName="$E" status="Renamed">
<field signature="[Obfuz.Runtime]&lt;PrivateImplementationDetails&gt;/__StaticArrayInitTypeSize=646 CD4E58925A5711AD1E3BEFB9EE224909E4736943B29DE4FBAD258166DD7A6CF0" newName="$a" />
<field signature="[Obfuz.Runtime]&lt;PrivateImplementationDetails&gt;/__StaticArrayInitTypeSize=287 D7732D9B8DD2D1E9FB31DE85ABBC286035E9C1E538CCB1A668625C2C343E4D26" newName="$A" />
</type>
<type fullName="&lt;PrivateImplementationDetails&gt;/__StaticArrayInitTypeSize=287" newFullName="$E/$f" status="Renamed" />
<type fullName="&lt;PrivateImplementationDetails&gt;/__StaticArrayInitTypeSize=646" newFullName="$E/$F" status="Renamed" />
<type fullName="Obfuz.ConstUtility" newFullName="$A.$a" status="Renamed">
<method signature="int Obfuz.ConstUtility::GetInt(byte[], int)" newName="$a" />
<method signature="long Obfuz.ConstUtility::GetLong(byte[], int)" newName="$A" />
<method signature="float Obfuz.ConstUtility::GetFloat(byte[], int)" newName="$b" />
<method signature="double Obfuz.ConstUtility::GetDouble(byte[], int)" newName="$B" />
<method signature="string Obfuz.ConstUtility::GetString(byte[], int, int)" newName="$c" />
<method signature="byte[] Obfuz.ConstUtility::GetBytes(byte[], int, int)" newName="$C" />
<method signature="int[] Obfuz.ConstUtility::GetInts(byte[], int, int)" newName="$d" />
<method signature="void Obfuz.ConstUtility::InitializeArray(System.Array, byte[], int, int)" newName="$D" />
<method signature="int Obfuz.ConstUtility::CastFloatAsInt(float)" newName="$e" />
<method signature="float Obfuz.ConstUtility::CastIntAsFloat(int)" newName="$E" />
<method signature="long Obfuz.ConstUtility::CastDoubleAsLong(double)" newName="$f" />
<method signature="double Obfuz.ConstUtility::CastLongAsDouble(long)" newName="$F" />
</type>
<type fullName="Obfuz.DefaultDynamicEncryptionScope" newFullName="$A.$B" status="Renamed">
<method signature="void Obfuz.DefaultDynamicEncryptionScope::ForcePreserveAOT([Obfuz.Runtime]Obfuz.DefaultDynamicEncryptionScope&amp;)" newName="$a" />
</type>
<type fullName="Obfuz.DefaultStaticEncryptionScope" newFullName="$A.$c" status="Renamed">
<method signature="void Obfuz.DefaultStaticEncryptionScope::ForcePreserveAOT([Obfuz.Runtime]Obfuz.DefaultStaticEncryptionScope&amp;)" newName="$a" />
</type>
<type fullName="Obfuz.EncryptionScopeBase" newFullName="$A.$b" status="Renamed">
<method signature="void Obfuz.EncryptionScopeBase::ForcePreserveAOT([Obfuz.Runtime]Obfuz.EncryptionScopeBase)" newName="$a" />
</type>
<type fullName="Obfuz.EncryptionService`1" newFullName="$A.$C" status="Renamed">
<field signature="[Obfuz.Runtime]Obfuz.IEncryptor _encryptor" newName="$a" />
<property signature="[Obfuz.Runtime]Obfuz.IEncryptor Encryptor" newName="$L" />
<method signature="[Obfuz.Runtime]Obfuz.IEncryptor Obfuz.EncryptionService`1::get_Encryptor()" newName="$A" />
<method signature="void Obfuz.EncryptionService`1::set_Encryptor([Obfuz.Runtime]Obfuz.IEncryptor)" newName="$b" />
<method signature="void Obfuz.EncryptionService`1::EncryptBlock(byte[], int, int)" newName="$B" />
<method signature="void Obfuz.EncryptionService`1::DecryptBlock(byte[], int, int)" newName="$c" />
<method signature="int Obfuz.EncryptionService`1::Encrypt(int, int, int)" newName="$C" />
<method signature="int Obfuz.EncryptionService`1::Decrypt(int, int, int)" newName="$d" />
<method signature="long Obfuz.EncryptionService`1::Encrypt(long, int, int)" newName="$D" />
<method signature="long Obfuz.EncryptionService`1::Decrypt(long, int, int)" newName="$e" />
<method signature="float Obfuz.EncryptionService`1::Encrypt(float, int, int)" newName="$E" />
<method signature="float Obfuz.EncryptionService`1::Decrypt(float, int, int)" newName="$f" />
<method signature="double Obfuz.EncryptionService`1::Encrypt(double, int, int)" newName="$F" />
<method signature="double Obfuz.EncryptionService`1::Decrypt(double, int, int)" newName="$g" />
<method signature="byte[] Obfuz.EncryptionService`1::Encrypt(byte[], int, int, int, int)" newName="$G" />
<method signature="byte[] Obfuz.EncryptionService`1::Decrypt(byte[], int, int, int, int)" newName="$h" />
<method signature="byte[] Obfuz.EncryptionService`1::Encrypt(string, int, int)" newName="$H" />
<method signature="string Obfuz.EncryptionService`1::DecryptString(byte[], int, int, int, int)" newName="$i" />
<method signature="int Obfuz.EncryptionService`1::DecryptFromRvaInt(byte[], int, int, int)" newName="$I" />
<method signature="long Obfuz.EncryptionService`1::DecryptFromRvaLong(byte[], int, int, int)" newName="$j" />
<method signature="float Obfuz.EncryptionService`1::DecryptFromRvaFloat(byte[], int, int, int)" newName="$J" />
<method signature="double Obfuz.EncryptionService`1::DecryptFromRvaDouble(byte[], int, int, int)" newName="$k" />
<method signature="string Obfuz.EncryptionService`1::DecryptFromRvaString(byte[], int, int, int, int)" newName="$K" />
<method signature="byte[] Obfuz.EncryptionService`1::DecryptFromRvaBytes(byte[], int, int, int, int)" newName="$l" />
</type>
<type fullName="Obfuz.EncryptorBase" newFullName="$A.$d" status="Renamed">
<property signature="int OpCodeCount" newName="$d" />
<method signature="int Obfuz.EncryptorBase::get_OpCodeCount([Obfuz.Runtime]Obfuz.EncryptorBase)" newName="$d" />
<method signature="int[] Obfuz.EncryptorBase::ConvertToIntKey(byte[])" newName="$a" />
<method signature="int Obfuz.EncryptorBase::Encrypt([Obfuz.Runtime]Obfuz.EncryptorBase, int, int, int)" newName="$D" />
<method signature="int Obfuz.EncryptorBase::Decrypt([Obfuz.Runtime]Obfuz.EncryptorBase, int, int, int)" newName="$e" />
<method signature="long Obfuz.EncryptorBase::Encrypt([Obfuz.Runtime]Obfuz.EncryptorBase, long, int, int)" newName="$D" />
<method signature="long Obfuz.EncryptorBase::Decrypt([Obfuz.Runtime]Obfuz.EncryptorBase, long, int, int)" newName="$e" />
<method signature="float Obfuz.EncryptorBase::Encrypt([Obfuz.Runtime]Obfuz.EncryptorBase, float, int, int)" newName="$D" />
<method signature="float Obfuz.EncryptorBase::Decrypt([Obfuz.Runtime]Obfuz.EncryptorBase, float, int, int)" newName="$e" />
<method signature="double Obfuz.EncryptorBase::Encrypt([Obfuz.Runtime]Obfuz.EncryptorBase, double, int, int)" newName="$D" />
<method signature="double Obfuz.EncryptorBase::Decrypt([Obfuz.Runtime]Obfuz.EncryptorBase, double, int, int)" newName="$e" />
<method signature="byte[] Obfuz.EncryptorBase::Encrypt([Obfuz.Runtime]Obfuz.EncryptorBase, byte[], int, int, int, int)" newName="$A" />
<method signature="byte[] Obfuz.EncryptorBase::Decrypt([Obfuz.Runtime]Obfuz.EncryptorBase, byte[], int, int, int, int)" newName="$b" />
<method signature="byte[] Obfuz.EncryptorBase::Encrypt([Obfuz.Runtime]Obfuz.EncryptorBase, string, int, int)" newName="$D" />
<method signature="string Obfuz.EncryptorBase::DecryptString([Obfuz.Runtime]Obfuz.EncryptorBase, byte[], int, int, int, int)" newName="$B" />
<method signature="void Obfuz.EncryptorBase::EncryptBlock([Obfuz.Runtime]Obfuz.EncryptorBase, byte[], int, int)" newName="$c" />
<method signature="void Obfuz.EncryptorBase::DecryptBlock([Obfuz.Runtime]Obfuz.EncryptorBase, byte[], int, int)" newName="$C" />
</type>
<type fullName="Obfuz.IEncryptionScope" newFullName="$A.$A" status="Renamed" />
<type fullName="Obfuz.IEncryptor" newFullName="$A.$D" status="Renamed">
<property signature="int OpCodeCount" newName="$a" />
<method signature="int Obfuz.IEncryptor::get_OpCodeCount([Obfuz.Runtime]Obfuz.IEncryptor)" newName="$d" />
<method signature="void Obfuz.IEncryptor::EncryptBlock([Obfuz.Runtime]Obfuz.IEncryptor, byte[], int, int)" newName="$c" />
<method signature="void Obfuz.IEncryptor::DecryptBlock([Obfuz.Runtime]Obfuz.IEncryptor, byte[], int, int)" newName="$C" />
<method signature="int Obfuz.IEncryptor::Encrypt([Obfuz.Runtime]Obfuz.IEncryptor, int, int, int)" newName="$D" />
<method signature="int Obfuz.IEncryptor::Decrypt([Obfuz.Runtime]Obfuz.IEncryptor, int, int, int)" newName="$e" />
<method signature="long Obfuz.IEncryptor::Encrypt([Obfuz.Runtime]Obfuz.IEncryptor, long, int, int)" newName="$D" />
<method signature="long Obfuz.IEncryptor::Decrypt([Obfuz.Runtime]Obfuz.IEncryptor, long, int, int)" newName="$e" />
<method signature="float Obfuz.IEncryptor::Encrypt([Obfuz.Runtime]Obfuz.IEncryptor, float, int, int)" newName="$D" />
<method signature="float Obfuz.IEncryptor::Decrypt([Obfuz.Runtime]Obfuz.IEncryptor, float, int, int)" newName="$e" />
<method signature="double Obfuz.IEncryptor::Encrypt([Obfuz.Runtime]Obfuz.IEncryptor, double, int, int)" newName="$D" />
<method signature="double Obfuz.IEncryptor::Decrypt([Obfuz.Runtime]Obfuz.IEncryptor, double, int, int)" newName="$e" />
<method signature="byte[] Obfuz.IEncryptor::Encrypt([Obfuz.Runtime]Obfuz.IEncryptor, byte[], int, int, int, int)" newName="$A" />
<method signature="byte[] Obfuz.IEncryptor::Decrypt([Obfuz.Runtime]Obfuz.IEncryptor, byte[], int, int, int, int)" newName="$b" />
<method signature="byte[] Obfuz.IEncryptor::Encrypt([Obfuz.Runtime]Obfuz.IEncryptor, string, int, int)" newName="$D" />
<method signature="string Obfuz.IEncryptor::DecryptString([Obfuz.Runtime]Obfuz.IEncryptor, byte[], int, int, int, int)" newName="$B" />
</type>
<type fullName="Obfuz.NullEncryptor" newFullName="$A.$e" status="Renamed">
<field signature="byte[] _key" newName="$a" />
<property signature="int OpCodeCount" newName="$A" />
<method signature="int Obfuz.NullEncryptor::get_OpCodeCount([Obfuz.Runtime]Obfuz.NullEncryptor)" newName="$d" />
<method signature="int Obfuz.NullEncryptor::Encrypt([Obfuz.Runtime]Obfuz.NullEncryptor, int, int, int)" newName="$D" />
<method signature="int Obfuz.NullEncryptor::Decrypt([Obfuz.Runtime]Obfuz.NullEncryptor, int, int, int)" newName="$e" />
<method signature="long Obfuz.NullEncryptor::Encrypt([Obfuz.Runtime]Obfuz.NullEncryptor, long, int, int)" newName="$D" />
<method signature="long Obfuz.NullEncryptor::Decrypt([Obfuz.Runtime]Obfuz.NullEncryptor, long, int, int)" newName="$e" />
<method signature="float Obfuz.NullEncryptor::Encrypt([Obfuz.Runtime]Obfuz.NullEncryptor, float, int, int)" newName="$D" />
<method signature="float Obfuz.NullEncryptor::Decrypt([Obfuz.Runtime]Obfuz.NullEncryptor, float, int, int)" newName="$e" />
<method signature="double Obfuz.NullEncryptor::Encrypt([Obfuz.Runtime]Obfuz.NullEncryptor, double, int, int)" newName="$D" />
<method signature="double Obfuz.NullEncryptor::Decrypt([Obfuz.Runtime]Obfuz.NullEncryptor, double, int, int)" newName="$e" />
<method signature="byte[] Obfuz.NullEncryptor::Encrypt([Obfuz.Runtime]Obfuz.NullEncryptor, byte[], int, int, int, int)" newName="$A" />
<method signature="byte[] Obfuz.NullEncryptor::Decrypt([Obfuz.Runtime]Obfuz.NullEncryptor, byte[], int, int, int, int)" newName="$b" />
<method signature="byte[] Obfuz.NullEncryptor::Encrypt([Obfuz.Runtime]Obfuz.NullEncryptor, string, int, int)" newName="$D" />
<method signature="string Obfuz.NullEncryptor::DecryptString([Obfuz.Runtime]Obfuz.NullEncryptor, byte[], int, int, int, int)" newName="$B" />
</type>
</assembly>
</mapping>