Skip to content
New issue

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

MACHO: parse() hangs on sample #94

Closed
rammy22 opened this issue Sep 15, 2017 · 3 comments
Closed

MACHO: parse() hangs on sample #94

rammy22 opened this issue Sep 15, 2017 · 3 comments
Assignees
Milestone

Comments

@rammy22
Copy link

rammy22 commented Sep 15, 2017

>>> 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.

@romainthomas
Copy link
Member

Yes could you provide the sample ?

@rammy22
Copy link
Author

rammy22 commented Sep 18, 2017

@romainthomas
Copy link
Member

romainthomas commented Sep 18, 2017

Ok, the problem comes from dyld info parser

@romainthomas romainthomas added this to the 0.8.0 milestone Sep 20, 2017
@romainthomas romainthomas self-assigned this Sep 20, 2017
romainthomas added a commit that referenced this issue Sep 20, 2017
romainthomas added a commit that referenced this issue Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants