Skip to content

quae-dev/mini-nrbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-nrbf

Bare-bones MS-NRBF serializer written in Python.

Installation

pip install git+https://github.com/quae-dev/mini-nrbf.git

Usage

import mini_nrbf

records = mini_nrbf.load_file("data.bin")

for record in records:
    if isinstance(record, mini_nrbf.BinaryObjectString):
        record.value = "new value"

mini_nrbf.dump_file(records, "data.bin")

License

BSD 3-Clause — see LICENSE for full text.

Third-Party Licenses

This project is based off of netfleece by nago.

See THIRD_PARTY_LICENSES.md for full text and attribution.

About

Bare-bones MS-NRBF serializer written in Python.

Topics

Resources

License

Stars

Watchers

Forks

Languages