Classes useful for general I/O in OFRAK
Project description
OFRAK
OFRAK (Open Firmware Reverse Analysis Konsole) is a binary analysis and modification platform that combines the ability to unpack, analyze, modify, and repack binaries.
Package: ofrak_io
OFRAK
└───ofrak
└───ofrak_type
└───ofrak_io <-- //YOU ARE HERE//
│ └───batch_manager.py
│ └───deserializer.py
│ └───serializer.py
│ └───stream_capture.py
└───ofrak_patch_maker
└───ofrak_tutorial
This package contains some generally useful classes related to I/O, used in OFRAK.
This package contains the following modules:
ofrak_io.stream_capture
: this module containsStreamCapture
, a class which is useful for capturing standard out/error of C processes called in Pythonofrak_io.serializer
andofrak_io.deserializer
: these modules are base utilities for serializing and deserializing binary data.ofrak_io.batch_manager
: this module containsAbstractBatchManager
, a base class which aims to streamline batching numerous requests over some I/O channel.
Testing
This package maintains 100% test coverage of statements.
License
The code in this repository comes with an OFRAK Community License, which is intended for educational uses, personal development, or just having fun.
Users interested in using OFRAK for commercial purposes can request the Pro License, which for a limited period is available for a free 6-month trial. See OFRAK Licensing for more information.
Documentation
OFRAK has general documentation and API documentation, which can be viewed at https://ofrak.com/docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ofrak_io-1.1.0.tar.gz
.
File metadata
- Download URL: ofrak_io-1.1.0.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a593968f58ac5b0c7a7d88b175a7d06b7a497dc308669dbfe2e667282f5478e |
|
MD5 | cdc8fd8357bdfa9d7b900fab7d8c138c |
|
BLAKE2b-256 | e5a6efe1341e6465837fe188de17d6e9a19d3022f50105e1c8ecb87654d0952b |