diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-06-30 13:42:58 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-07-01 23:23:17 -0400 |
| commit | 7323550247538688397481951258523679955041 (patch) | |
| tree | abd0b04400e91d7ac9c4d2cbaa85853da2f36884 /binaryninjaapi.h | |
| parent | bf02a342b3122e46a91d0c5da57449c3d4a01999 (diff) | |
Make constructing an MLILFunction require an LLILFunction
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6fcc1d97..5b435cf8 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -13646,7 +13646,7 @@ namespace BinaryNinja { BNFreeMediumLevelILFunction> { public: - MediumLevelILFunction(Architecture* arch, Function* func = nullptr); + MediumLevelILFunction(Architecture* arch, Function* func, LowLevelILFunction* lowLevelIL); MediumLevelILFunction(BNMediumLevelILFunction* func); Ref<Function> GetFunction() const; |
