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

◆ GetBytes() [2/4]

override void System.Security.Cryptography.RNGCryptoServiceProvider.GetBytes ( byte[] data)
inline

Definition at line 91 of file RNGCryptoServiceProvider.cs.

92 {
93 int num = 1;
94 if (data != null)
95 {
96 if (num == 0)
97 {
98 }
99 IntPtr handle = this._handle;
100 long num2 = 0L;
101 this._handle = handle;
102 int num3 = 9;
103 if (num2 == 0L)
104 {
105 if (num3 != 0)
106 {
107 return;
108 }
109 this.Check();
110 return;
111 }
112 }
113 throw new OutOfMemoryException();
114 }
class f__AnonymousType0<< Count > j__TPar

References System.Security.Cryptography.RNGCryptoServiceProvider._handle, System.Security.Cryptography.RNGCryptoServiceProvider.Check(), j__TPar, and System.L.