diff options
| author | Xusheng <xusheng@vector35.com> | 2020-09-10 20:50:42 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-09-23 22:12:54 +0800 |
| commit | 0eb7e152c9d7bf34fe0b597d926cdecc68ae32dc (patch) | |
| tree | d9c644a7381ab3922f992b6181dcfe6654c2d813 | |
| parent | c2a04aabcb89142a6206d825fc1e954340de05da (diff) | |
add BNGetAddressRenderedWidth()
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 56f55360..c71d67fa 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -4863,6 +4863,8 @@ __attribute__ ((format (printf, 1, 2))) BINARYNINJACOREAPI BNMemoryUsageInfo* BNGetMemoryUsageInfo(size_t* count); BINARYNINJACOREAPI void BNFreeMemoryUsageInfo(BNMemoryUsageInfo* info, size_t count); + BINARYNINJACOREAPI uint32_t BNGetAddressRenderedWidth(size_t addr); + #ifdef __cplusplus } #endif |
