-
-
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 latest dev #3418
base: dev
Are you sure you want to change the base?
Conversation
Relevant breaking changes in rizin: rz_str_escape_utf8_keep_printable: 29e25fd895d605d82540f5d4aefdac277422b077 plugin hash tables: 30953d3bf677c20ba60831202fe78298144efe1f rz_core_debug_continue_until: 87b75910b5b8224e3eebb73c0eb22cf19a05798b rz_core_get_boundaries_prot: 266fe6b3c701946a24b2e478246bdd1f38cac844 search commands: 710a33b6efd14813c8ed2d91449268ab25a529bc
QStringList plugins; | ||
RzListIter *iter; |
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.
Unused iter
? Same for other plugin list hashtable changes.
@@ -62,6 +62,16 @@ struct CUTTER_EXPORT RegisterRef | |||
QString name; | |||
}; | |||
|
|||
enum class SearchSpace |
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.
Would rename it to "SearchElementType" or something. Because in Rizin the "search space" means: bytes
or graphs
or knowledge base
.
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 search_internal.h::RzSearchSpace
case SearchSpace::String: | ||
cmd = "/zj"; | ||
break; |
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.
Adding regex
search would be trivial here, right?
Your checklist for this pull request
Detailed description
Not yet fully completed:
Relevant breaking changes in rizin:
rz_str_escape_utf8_keep_printable: 29e25fd895d605d82540f5d4aefdac277422b077
plugin hash tables: 30953d3bf677c20ba60831202fe78298144efe1f
rz_core_debug_continue_until: 87b75910b5b8224e3eebb73c0eb22cf19a05798b
rz_core_get_boundaries_prot: 266fe6b3c701946a24b2e478246bdd1f38cac844
search commands: 710a33b6efd14813c8ed2d91449268ab25a529bc