summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2021-02-12 13:58:24 -0500
committerBrian Potchik <brian@vector35.com>2021-02-12 13:58:24 -0500
commit902ef4d9ca892e3de23355c3c0fc7b49bf1d9726 (patch)
treec4f028a37c10ff26b235a13959d133284667e4de /binaryninjaapi.h
parent413eb2a9332c425a57a8ed6e22c71011f22a73df (diff)
Add unresolved control-flow tracking and associated tag support.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index d7911b96..5be370c0 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -3135,6 +3135,9 @@ __attribute__ ((format (printf, 1, 2)))
std::vector<IndirectBranchInfo> GetIndirectBranches();
std::vector<IndirectBranchInfo> GetIndirectBranchesAt(Architecture* arch, uint64_t addr);
+ std::vector<uint64_t> GetUnresolvedIndirectBranches();
+ bool HasUnresolvedIndirectBranches();
+
void SetAutoCallTypeAdjustment(Architecture* arch, uint64_t addr, const Confidence<Ref<Type>>& adjust);
void SetAutoCallStackAdjustment(Architecture* arch, uint64_t addr, const Confidence<int64_t>& adjust);
void SetAutoCallRegisterStackAdjustment(Architecture* arch, uint64_t addr,