diff options
Diffstat (limited to 'type.cpp')
| -rw-r--r-- | type.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -414,6 +414,12 @@ uint64_t Type::GetElementCount() const } +uint64_t Type::GetOffset() const +{ + return BNGetTypeOffset(m_object); +} + + string Type::GetString() const { char* str = BNGetTypeString(m_object); |
