IL2CPP: Change metadata and binary to derive from BinaryObjectStream
This commit is contained in:
16
Il2CppInspector.Common/FileFormatStreams/Export.cs
Normal file
16
Il2CppInspector.Common/FileFormatStreams/Export.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty
|
||||
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
namespace Il2CppInspector
|
||||
{
|
||||
// A code file function export
|
||||
public class Export
|
||||
{
|
||||
public int Ordinal;
|
||||
public string Name;
|
||||
public ulong VirtualAddress;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user