diff options
| author | Galen Williamson <galen@vector35.com> | 2022-05-02 15:36:52 -0400 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2022-05-02 15:36:52 -0400 |
| commit | bbbe4d177c378077b43b09c74a3a20a09bfee443 (patch) | |
| tree | 0e40cedd86fce589c4e6a67742194a026d9e7752 /binaryninjacore.h | |
| parent | 8ed00c24795872a33eeb2fd3b00911ef0b45b269 (diff) | |
added API for GetLanguageRepresentationIfAvailable
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index fd004a27..cd079fdc 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3583,6 +3583,7 @@ extern "C" BINARYNINJACOREAPI BNHighLevelILFunction* BNGetFunctionHighLevelIL(BNFunction* func); BINARYNINJACOREAPI BNHighLevelILFunction* BNGetFunctionHighLevelILIfAvailable(BNFunction* func); BINARYNINJACOREAPI BNLanguageRepresentationFunction* BNGetFunctionLanguageRepresentation(BNFunction* func); + BINARYNINJACOREAPI BNLanguageRepresentationFunction* BNGetFunctionLanguageRepresentationIfAvailable(BNFunction* func); BINARYNINJACOREAPI BNRegisterValue BNGetRegisterValueAtInstruction( BNFunction* func, BNArchitecture* arch, uint64_t addr, uint32_t reg); BINARYNINJACOREAPI BNRegisterValue BNGetRegisterValueAfterInstruction( |
