arandomdev / DyldExtractor

Extract Binaries from Apple's Dyld Shared Cache
MIT License
404 stars 40 forks source link

Backport to python 3.8.0 #30

Closed 0cyn closed 3 years ago

0cyn commented 3 years ago

This PR backports the project to python3.8 compatibility using the typing builtin module (which was already in use in some places in this project)