summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2017-02-28 19:01:47 -0500
committerRusty Wagner <rusty@vector35.com>2017-02-28 19:01:47 -0500
commitafe6a3c1d97c1ac2fd3be04f710caa1424216edd (patch)
treeb95d557a1644a08d2f9e97568c27b2d1f86f69b6 /binaryninjacore.h
parent57a3ea491d2d819ab5415d8d7bdf7e9e505808fc (diff)
Adding return address register value
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index bb08c428..8536d56e 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -603,7 +603,8 @@ extern "C"
SignedRangeValue,
UnsignedRangeValue,
LookupTableValue,
- ComparisonResultValue
+ ComparisonResultValue,
+ ReturnAddressValue
};
struct BNLookupTableEntry