Closed jk45054 closed 3 years ago
fix 1: getUserDeclType -> replaced call to idaapi.parse_decl2 with idaapi.parse_decl and reordered function arguments. fix 2: getLocalType -> call to idaapi.choose_local_tinfo needs uint32 argument for argument 4 (def_ord), see choose_local_tinfo(ti, title, func=None, def_ord=0, ud=None) -> uint32
Great catch - thanks for the fix.
fix 1: getUserDeclType -> replaced call to idaapi.parse_decl2 with idaapi.parse_decl and reordered function arguments. fix 2: getLocalType -> call to idaapi.choose_local_tinfo needs uint32 argument for argument 4 (def_ord), see choose_local_tinfo(ti, title, func=None, def_ord=0, ud=None) -> uint32