terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CryptoConfigForwarder.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Security.Cryptography
5
{
6
// Token: 0x0200031D RID: 797
7
internal
static
class
CryptoConfigForwarder
8
{
9
// Token: 0x06001B04 RID: 6916 RVA: 0x0003A3B0 File Offset: 0x000385B0
10
internal
static
object
CreateFromName
(
string
name
)
11
{
12
if
(!
true
)
13
{
14
}
15
object
obj
;
16
return
obj
;
17
}
18
19
// Token: 0x06001B05 RID: 6917 RVA: 0x0000207A File Offset: 0x0000027A
20
internal
static
HashAlgorithm
CreateDefaultHashAlgorithm
()
21
{
22
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
23
}
24
}
25
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Security.Cryptography.CryptoConfigForwarder.CreateFromName
static object CreateFromName(string name)
Definition
CryptoConfigForwarder.cs:10
System.Security.Cryptography.CryptoConfigForwarder.CreateDefaultHashAlgorithm
static HashAlgorithm CreateDefaultHashAlgorithm()
Definition
CryptoConfigForwarder.cs:20
System.Security.Cryptography.CryptoConfigForwarder
Definition
CryptoConfigForwarder.cs:8
System.Security.Cryptography.HashAlgorithm
Definition
HashAlgorithm.cs:9
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Security.Cryptography
Definition
Aes.cs:5
System.ExceptionArgument.name
@ name
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
CryptoConfigForwarder.cs
Generated by
1.10.0