|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Mono.Security.Authenticode.AuthenticodeBase:
Collaboration diagram for Mono.Security.Authenticode.AuthenticodeBase:Public Member Functions | |
| AuthenticodeBase () | |
Package Functions | |
| void | Open (string filename) |
| void | Open (byte[] rawdata) |
| void | Close () |
| void | ReadFirstBlock () |
| int | ProcessFirstBlock () |
| byte[] | GetSecurityEntry () |
| byte[] | GetHash (HashAlgorithm hash) |
Properties | |
| int | PEOffset [get, set] |
Private Attributes | |
| byte[] | fileblock |
| Stream | fs |
| int | blockNo |
| int | blockLength |
| int | peOffset |
| int | dirSecurityOffset |
| int | dirSecuritySize |
| int | coffSymbolTableOffset |
| bool | pe64 |
Definition at line 10 of file AuthenticodeBase.cs.