-
Notifications
You must be signed in to change notification settings - Fork 51
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
crash on swift binary #327
Comments
@trufae seems that the output of |
|
nono, let me try to fix this by doing array of array and then merge. |
i think this change should be merged, but r2dec may handle both [{}] and {} cases to not break. will wait for your feedback radareorg/radare2#23242 |
no, i think that is ok to be an array, i just need to fixup this. |
Well the array cant have more than one element, its not iterating over anything so an object is more correct imho. So it will be better if thaat merge function could handle both objects and arrays of 1 element for backward compat while u fix it |
yes, i can check if the line starts with |
Describe the bug
Component
Reproduce via JSON (pddi)
The text was updated successfully, but these errors were encountered: