diff options
| author | Xusheng <xusheng@vector35.com> | 2020-07-28 01:14:35 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-07-30 17:29:04 +0800 |
| commit | bf044d705670433883caa406a111a91fd9f94f9d (patch) | |
| tree | 564398c94d8b4a2c91dbef765a6d560a3a24e187 /binaryninjacore.h | |
| parent | ca7d52c8740c78b517b06fc99874136cb3688bb2 (diff) | |
add support for display as float/double
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 7b09e7fa..cd12c4d1 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -734,7 +734,9 @@ extern "C" SignedHexadecimalDisplayType, UnsignedHexadecimalDisplayType, CharacterConstantDisplayType, - PointerDisplayType + PointerDisplayType, + FloatDisplayType, + DoubleDisplayType }; enum BNFlowGraphOption |
