scripts
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
||||
{
|
||||
// Token: 0x020017B6 RID: 6070
|
||||
[Token(Token = "0x20017B6")]
|
||||
[StructLayout(3)]
|
||||
public class BerOutputStream : DerOutputStream
|
||||
{
|
||||
// Token: 0x0600A3BA RID: 41914 RVA: 0x00261B78 File Offset: 0x0025FD78
|
||||
[Token(Token = "0x600A3BA")]
|
||||
[Address(RVA = "0x2677500", Offset = "0x2675F00", VA = "0x182677500")]
|
||||
public BerOutputStream(Stream os)
|
||||
: base(os)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600A3BB RID: 41915 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600A3BB")]
|
||||
[Address(RVA = "0x267D840", Offset = "0x267C240", VA = "0x18267D840", Slot = "31")]
|
||||
[Obsolete]
|
||||
public override void WriteObject(object obj)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user