Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
>>> from lief import MachO >>> path='0211028c0477846fefe4aa78d906623d0c558d97ab553856bceb6b9c78ff772e' >>> m = MachO.parse(path) Command 'DATA_IN_CODE' not parsed Command 'DYLIB_CODE_SIGN_DRS' not parsed Command 'CODE_SIGNATURE' not parsed # parsing hangs. infinite loop?
Let me know if you can't find the sample.
The text was updated successfully, but these errors were encountered:
Yes could you provide the sample ?
Sorry, something went wrong.
0211028c0477846fefe4aa78d906623d0c558d97ab553856bceb6b9c78ff772e.zip
Ok, the problem comes from dyld info parser
Fix performances issues
4b069ca
Fix #94
accf47e
f4a0e57
romainthomas
No branches or pull requests
Let me know if you can't find the sample.
The text was updated successfully, but these errors were encountered: