mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 19:59:09 +00:00
fixed issue with r_bin missing stuff
This commit is contained in:
parent
3048a34783
commit
eaa8f303fc
@ -176,7 +176,7 @@ R_API int r_bin_load_languages(RBin *bin) {
|
||||
return R_BIN_NM_NONE;
|
||||
}
|
||||
|
||||
R_API void update_bin_items(RBin *bin, RBinPlugin *cp) {
|
||||
R_API void r_bin_update_items(RBin *bin, RBinPlugin *cp) {
|
||||
delete_bin_items (bin->cur->o);
|
||||
set_bin_items (bin, cp);
|
||||
}
|
||||
|
@ -336,7 +336,7 @@ R_API RBinClass *r_bin_class_new (RBin *bin, const char *name, const char *super
|
||||
R_API int r_bin_class_add_method (RBin *bin, const char *classname, const char *name, int nargs);
|
||||
R_API void r_bin_class_add_field (RBin *bin, const char *classname, const char *name);
|
||||
|
||||
R_API void update_bin_items(RBin *bin, RBinPlugin *cp)
|
||||
R_API void r_bin_update_items(RBin *bin, RBinPlugin *cp);
|
||||
R_API RBinSection* r_bin_get_section_at(RBin *bin, ut64 off, int va);
|
||||
R_API RList* r_bin_get_strings(RBin *bin);
|
||||
R_API RList* r_bin_reset_strings(RBin *bin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user