Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 816 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 816 Bytes

PyFdec

Python based flash decompilation module

Contributing

Poetry setup

The detailed installation guide for poetry can be found here. After installing poetry, to get started just run:

poetry run python -m venv .venv
poetry install

for testing run

poetry run pytest

Working on NixOS or using Nix

enter development env by typing

nix develop

Plans For The Future

BitIO

I am grateful that there is already a wrapper class for BytesIO that allows for reading bits. However, the way the library is written, along with the fact that it doesn't seem well-maintained, raises concerns. I want to minimize, or ideally eliminate, any external dependencies to ensure the long-term sustainability of this project.