diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-05-16 17:35:49 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-05-16 17:35:49 -0400 |
| commit | 55ca41ccd9b2cd91f4d806a0fc75797b6c8c5735 (patch) | |
| tree | 02504b5628c66830935f02a9fafd7d57f2395c17 /binaryninjacore.h | |
| parent | d6c63268eb98fb0801d1c825e1aa4f72c1e1d99c (diff) | |
Adding pointer information to constant reference list
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 949f5997..dbd78f8b 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1292,6 +1292,7 @@ extern "C" { int64_t value; size_t size; + bool pointer, intermediate; }; enum BNHighlightColorStyle |
