Bin2Object icon indicating copy to clipboard operation
Bin2Object copied to clipboard

A BinaryReader which can deserialize arbitrary binary formats into objects

Results 2 Bin2Object issues
Sort by recently updated
recently updated
newest added

For my Il2CppInspector loader I had to add a mapping for `Il2CppAssemblyDefinition` and `Il2CppAssemblyNameDefinition`. ```csharp public class Il2CppAssemblyDefinition { // .. public Il2CppAssemblyNameDefinition aname_post16; } public class Il2CppAssemblyNameDefinition { //...