You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is an ugly hack in src/rz-plugin/data.cpp - fetchGlobals() function.
Since Rizin supports global variables for a while already, just use the corresponding APIs (see e.g. how afg is implemented).
See rz_analysis_var_global_*() APIs
To fetch all those, rz_analysis_var_global_get_all() could be used
The text was updated successfully, but these errors were encountered:
Currently there is an ugly hack in
src/rz-plugin/data.cpp
-fetchGlobals()
function.Since Rizin supports global variables for a while already, just use the corresponding APIs (see e.g. how
afg
is implemented).See
rz_analysis_var_global_*()
APIsTo fetch all those,
rz_analysis_var_global_get_all()
could be usedThe text was updated successfully, but these errors were encountered: