diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-04-13 23:23:04 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-04-17 14:20:34 -0400 |
| commit | 1385e2dbd9be1db21114d95b7c4767773e2b0692 (patch) | |
| tree | d75351816d6d144869f1aed8fba0019bbbebcf78 /binaryninjacore.h | |
| parent | be72df48408a4f3ae7cd92e9a89adf04d43025bf (diff) | |
Rename linear view disassembly API to use existing option
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index a42fd084..49c9e3d5 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2971,7 +2971,7 @@ __attribute__ ((format (printf, 1, 2))) BINARYNINJACOREAPI uint64_t BNGetPreviousDataBeforeAddress(BNBinaryView* view, uint64_t addr); BINARYNINJACOREAPI uint64_t BNGetPreviousDataVariableStartBeforeAddress(BNBinaryView* view, uint64_t addr); - BINARYNINJACOREAPI BNLinearViewObject* BNCreateLinearViewDisassemblyByBlock(BNBinaryView* view, + BINARYNINJACOREAPI BNLinearViewObject* BNCreateLinearViewDisassembly(BNBinaryView* view, BNDisassemblySettings* settings); BINARYNINJACOREAPI BNLinearViewObject* BNNewLinearViewObjectReference(BNLinearViewObject* obj); BINARYNINJACOREAPI void BNFreeLinearViewObject(BNLinearViewObject* obj); |
