BinaryFileParser¶
A blazingly fast python library written in rust for serializing/deserializing python objects to/from binary files. BFP syntax is declarative and very versatile, allowing the user to specify file formats in a very readable and concise manner.
Installation¶
1 |
|
Note: whilst v0.3 is currently in alpha, it is the version new users are recommended to use, as the API has been significantly reworked from v0.2 and will become the standard once it matures and stabilises. Minor breakage moving forward from v0.3 may still be introduced as the API is fully ironed out.
Development¶
- Have rust and python installed
- Create an empty directory and
cd
into it - Clone:
git clone -b bfp-rs https://github.com/Divy1211/BinaryFileParser.git
- Create a venv:
python -m venv venv
and activate it. - Install maturin
pip install maturin
- Do a build:
- dev:
maturin develope
- release:
maturin develop --release
- Play
Getting Started¶
View the BFP tutorial here which will walk you through constructing a PCAP file parser
About the Author¶
If you have any questions, suggestions or feedback regarding the library, feel free to send me a message on discord!
Author | Discord |
---|---|
Alian713 | Alian713#0069 |