Skip to content

koutto/dotnet-binary-deserializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Binary Deserializer

help

Quick usage examples

  • Decode .NET binary (auto detect encoding) into XML:
python /home/jbr/github/dotnet-binary-deserializer --bin2xml -f <input_netbin_filename> -o <output_filename>
  • Convert XML into .NET Binary in standard encoding - format [MC-NBFS]:
python /home/jbr/github/dotnet-binary-deserializer --xml2mcnbfs -f <input_xml_filename> -o <output_filename>
  • Convert XML into .NET Binary using in-band dictionary / StringTable - format [MC-NBFSE]:
python /home/jbr/github/dotnet-binary-deserializer --xml2mcnbfse -f <input_xml_filename> -o <output_filename>

example_mcnbfse

Overview

Deserialization

TODO

Serialization

TODO

About

.NET Binary Deserializer/Serializer - For all formats: [MC-NBFX], [MC-NBFS], [MC-NBFSE]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published