mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 02:41:08 +00:00
Fix RBinInfo.static
This commit is contained in:
parent
238251af8d
commit
32173be9ee
@ -1149,7 +1149,7 @@ R_API int r_bin_is_static (RBin *bin) {
|
||||
RBinObject *o = r_bin_cur_object (bin);
|
||||
if (o && r_list_length (o->libs)>0)
|
||||
return R_BIN_DBG_STATIC & o->info->dbg_info;
|
||||
return R_FALSE;
|
||||
return R_TRUE;
|
||||
}
|
||||
|
||||
// TODO: Integrate with r_bin_dbg */
|
||||
|
Loading…
Reference in New Issue
Block a user