diff options
| author | Scott Lagler <laglerscott@gmail.com> | 2023-11-22 14:29:10 -0500 |
|---|---|---|
| committer | xusheng <xusheng@vector35.com> | 2023-11-28 15:10:36 +0800 |
| commit | b5d6806b15636611eaf2aabf2819430c4a549435 (patch) | |
| tree | 4b4b204db662a432a6945e0a7a8bcd0db8719b39 /binaryninjaapi.h | |
| parent | 380e5667eda8a3554f063d1f7bd21e24020e5cd2 (diff) | |
Add type confidence info to StructureMember type
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d73c4a2b..4ae42c6e 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -8384,7 +8384,7 @@ namespace BinaryNinja { */ struct StructureMember { - Ref<Type> type; + Confidence<Ref<Type>> type; std::string name; uint64_t offset; BNMemberAccess access; |
