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
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp: In member function ‘void retdec::rzplugin::RizinDatabase::fetchFunctionsAndGlobals(retdec::config::Config&) const’:
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp:167:64: error: ‘RzListIter’ {aka ‘struct rz_list_iter_t’} has no member named ‘n’
167 | for (RzListIter *it = list->head; it; it = it->n) {
| ^
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp:168:78: error: ‘RzListIter’ {aka ‘struct rz_list_iter_t’} has no member named ‘data’
168 | auto fnc = reinterpret_cast<RzAnalysisFunction*>(it->data);
| ^~~~
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp: In member function ‘void retdec::rzplugin::RizinDatabase::fetchGlobals(retdec::config::Config&) const’:
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp:209:37: error: ‘struct rz_pvector_t’ has no member named ‘head’
209 | for (RzListIter *it = list->head; it; it = it->n) {
| ^~~~
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp:209:56: error: ‘RzListIter’ {aka ‘struct rz_list_iter_t’} has no member named ‘n’
209 | for (RzListIter *it = list->head; it; it = it->n) {
| ^
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp:210:63: error: ‘RzListIter’ {aka ‘struct rz_list_iter_t’} has no member named ‘data’
210 | auto sym = reinterpret_cast<RzBinSymbol*>(it->data);
| ^~~~
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp: In member function ‘void retdec::rzplugin::RizinDatabase::fetchExtraArgsData(retdec::common::ObjectSequentialContainer&, RzAnalysisFunction&) const’:
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp:366:64: error: ‘RzListIter’ {aka ‘struct rz_list_iter_t’} has no member named ‘n’
366 | for (RzListIter *it = list->head; it; it = it->n) {
| ^
/home/runner/work/rz-retdec/rz-retdec/src/rz-plugin/data.cpp:367:72: error: ‘RzListIter’ {aka ‘struct rz_list_iter_t’} has no member named ‘data’
367 | arg = reinterpret_cast<RzAnalysisFuncArg*>(it->data);
| ^~~~
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: