An open API service indexing awesome lists of open source software.

https://github.com/koutto/dotnet-binary-deserializer

.NET Binary Deserializer/Serializer - For all formats: [MC-NBFX], [MC-NBFS], [MC-NBFSE]
https://github.com/koutto/dotnet-binary-deserializer

binary-data deserialization dotnet pentest wcf

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

.NET Binary Deserializer
====

![help](./pictures/help.png)

Quick usage examples
----
* Decode .NET binary (auto detect encoding) into XML:
```bash
python /home/jbr/github/dotnet-binary-deserializer --bin2xml -f -o
```

* Convert XML into .NET Binary in standard encoding - format [MC-NBFS]:
```bash
python /home/jbr/github/dotnet-binary-deserializer --xml2mcnbfs -f -o
```

* Convert XML into .NET Binary using in-band dictionary / StringTable - format [MC-NBFSE]:
```bash
python /home/jbr/github/dotnet-binary-deserializer --xml2mcnbfse -f -o
```

![example_mcnbfse](./pictures/example_mcnbfse.png)

Overview
----

### Deserialization
TODO

### Serialization
TODO