diff options
| author | Ryan Snyder <ryan@vector35.com> | 2023-08-31 08:25:12 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2024-02-07 19:36:57 -0500 |
| commit | 533b108f96f9073fd4e075ccd330c07713a49d99 (patch) | |
| tree | 1a45a269fe0c590483975349c32c8d9fe08bc2c5 /binaryninjacore.h | |
| parent | a5129e2073b5bf6254d758f56d7ee3677a6fb599 (diff) | |
add exprIndex field to BNInstructionTextToken
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 aac5f5a3..a3210c52 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1666,6 +1666,7 @@ extern "C" uint64_t address; char** typeNames; size_t namesCount; + size_t exprIndex; } BNInstructionTextToken; typedef struct BNInstructionTextLine |
