redballoonsecurity / ofrak

OFRAK: unpack, modify, and repack binaries.
https://ofrak.com
Other
1.86k stars 127 forks source link

Add typing support to ofrak_ghidra package #421

Closed paulnoalhyt closed 7 months ago

paulnoalhyt commented 7 months ago

One sentence summary of this PR (This should go in the CHANGELOG!) Just add typing support to the ofrak_ghidra package. This avoids getting errors from mypy like error: Skipping analyzing "ofrak_ghidra": module is installed, but missing library stubs or py.typed marker

Link to Related Issue(s)

Please describe the changes in your request. Just add typing support to the ofrak_ghidra package.

Anyone you think should look at this, specifically?

whyitfor commented 7 months ago

@paulnoalhyt this looks good. Can you add a CHANGELOG (using others as a guide) to note this change? The addition of this is helpful for users to know if they use mypy and ofrak_ghidra in a project.