-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Pull Applying Bin Config and Main out of rz_core_bin_info() #775
Conversation
48135e8
to
f4891a0
Compare
f4891a0
to
633f86b
Compare
Codecov Report
@@ Coverage Diff @@
## dev rizinorg/rizin#775 +/- ##
==========================================
+ Coverage 42.78% 42.81% +0.02%
==========================================
Files 871 871
Lines 316898 316914 +16
==========================================
+ Hits 135579 135676 +97
+ Misses 181319 181238 -81
Continue to review full report at Codecov.
|
RZ_API RzList *rz_bin_get_sections(RzBin *bin); | ||
RZ_API RzList *rz_bin_get_classes(RzBin *bin); | ||
RZ_API RzList *rz_bin_get_strings(RzBin *bin); | ||
RZ_API RZ_DEPRECATE RzList *rz_bin_get_entries(RzBin *bin); |
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.
Good idea on https://github.com/rizinorg/rizin/issues/649
Your checklist for this pull request
Detailed description
Follow-up to #742