summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2017-12-04 13:12:06 -0500
committerBrian Potchik <brian@vector35.com>2017-12-04 13:12:06 -0500
commit448ffe2842b2b1e0d21f905403489d3f865672d8 (patch)
tree42033a41bef73de159ed5566445ac9db2521d6c8 /binaryninjacore.h
parent7dee9c4f68147bd88d1c60577912c3a91c510331 (diff)
Add MediumLevelIL Function Recognizer.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 82198efd..7a0e585e 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1191,6 +1191,7 @@ extern "C"
{
void* context;
bool (*recognizeLowLevelIL)(void* ctxt, BNBinaryView* data, BNFunction* func, BNLowLevelILFunction* il);
+ bool (*recognizeMediumLevelIL)(void* ctxt, BNBinaryView* data, BNFunction* func, BNMediumLevelILFunction* il);
};
struct BNTypeParserResult