-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update Rizin to the latest dev
#3319
Conversation
Requires jsdec to be fixed first: rizinorg/jsdec#54 |
src/core/Cutter.cpp
Outdated
m_arena = ((RzArenaListItem *)rz_list_get_head_data(arenas))->addr; | ||
m_arena = ((RzArenaListItem *)rz_list_last(arenas))->addr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the changes i did previously on rizin, this is rz_list_first
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now.
Should fix the following errors: