therealchjones / Bin2Object

A BinaryReader which can deserialize arbitrary binary formats into objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bin2Object

A BinaryReader and BinaryWriter which can serialize and deserialize arbitrary binary formats into objects and vice versa. This is forked from excellent work performed by @djkaty and others with the narrowed intention of supporting my own fork of Il2CppInspector. I recommend instead using the original version and making contributions there.

See Tests\Tests.cs for usage examples.

Copyright © 2016 Perfare - https://github.com/Perfare/Il2CppDumper/

Copyright © 2016 Alican Cubukcuoglu - https://github.com/AlicanC/AlicanC-s-Modern-Warfare-2-Tool/

Copyright © 2017-2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty/Bin2Object/

About

A BinaryReader which can deserialize arbitrary binary formats into objects

License:MIT License


Languages

Language:C# 100.0%