diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-05-15 23:58:48 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-05-15 23:58:48 -0400 |
| commit | d6c63268eb98fb0801d1c825e1aa4f72c1e1d99c (patch) | |
| tree | 2f7cbdbf36ec06731fb3db40accb973eb6c12aaf /binaryninjaapi.h | |
| parent | 2111f1f77241c938b30bd3cf2851919094429dd6 (diff) | |
Adding a constant expression with pointer hint for improved types
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 5fb78367..783f6345 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2136,6 +2136,7 @@ namespace BinaryNinja ExprId Pop(size_t size); ExprId Register(size_t size, uint32_t reg); ExprId Const(size_t size, uint64_t val); + ExprId ConstPointer(size_t size, uint64_t val); ExprId Flag(uint32_t reg); ExprId FlagBit(size_t size, uint32_t flag, uint32_t bitIndex); ExprId Add(size_t size, ExprId a, ExprId b, uint32_t flags = 0); |
