Skip to content

Commit ea58709

Browse files
suhipeksuhipek
and
suhipek
authored
Fix compatibility with rizin 0.7.3 (#30)
Adapt to changes in rizin ea66c5f3701a302173e8ba3a1c40a946e3757816 Co-authored-by: suhipek <[email protected]>
1 parent c9c477f commit ea58709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rz-plugin/data.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Function RizinDatabase::fetchSeekedFunction() const
161161
*/
162162
void RizinDatabase::fetchFunctionsAndGlobals(Config &rzconfig) const
163163
{
164-
auto list = rz_analysis_get_fcns(_rzcore.analysis);
164+
auto list = rz_analysis_function_list(_rzcore.analysis);
165165
if (list != nullptr) {
166166
FunctionContainer functions;
167167
for (RzListIter *it = list->head; it; it = rz_list_iter_get_next(it)) {

0 commit comments

Comments
 (0)