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]
- Host: GitHub
- URL: https://github.com/koutto/dotnet-binary-deserializer
- Owner: koutto
- Created: 2017-03-16T16:00:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T09:46:36.000Z (almost 7 years ago)
- Last Synced: 2025-04-18T04:12:20.410Z (10 months ago)
- Topics: binary-data, deserialization, dotnet, pentest, wcf
- Language: Python
- Size: 1.93 MB
- Stars: 19
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
.NET Binary Deserializer
====

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
```

Overview
----
### Deserialization
TODO
### Serialization
TODO