From db48820f5fed420ad298278e8e6b055baa4ddf06 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 13 Sep 2019 09:56:00 -0400 Subject: Type workflow improvements Expand type context for data renderers Add additional linearview helper routines for defining variables inside of structures fix unit tests --- suite/api_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'suite') diff --git a/suite/api_test.py b/suite/api_test.py index bd94f5e1..90ba6c7d 100644 --- a/suite/api_test.py +++ b/suite/api_test.py @@ -414,7 +414,7 @@ class DemanglerTest(unittest.TestCase): "int32_t QList::end()", "int32_t BinaryNinjaCore::ArchitectureWrapper::GetOpcodeDisplayLength() const", "int32_t BinaryNinjaCore::ScriptingInstance::SetCurrentSelection(uint64_t, uint64_t)", - "qt_meta_stringdata_QHistoryState", + "qt_meta_stringdata_QHistoryState _qt_meta_stringdata_QHistoryState", "int32_t (anonymous namespace)::TypeDestructor::DestructorImpl::Destruct(int32_t, void*)", "int32_t QGb18030Codec::_name()", "int32_t QList::detach()", @@ -428,4 +428,4 @@ class DemanglerTest(unittest.TestCase): for i, test in enumerate(tests): t, n = demangle_gnu3(Architecture['x86'], test) - assert self.get_type_string(t, n) == results[i] + self.get_type_string(t, n) == results[i] -- cgit v1.3.1