diff options
| author | Rusty Wagner <rusty@vector35.com> | 2016-07-11 20:50:57 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2016-07-11 20:50:57 -0400 |
| commit | c9612b7373f3322b90047cb4612b2cdfbba7a656 (patch) | |
| tree | 34486192ae7b596bb7fd68366bf5523ef441bbe9 /binaryninjacore.h | |
| parent | ae7753487db7e3cbd4d4c5b0f464a6868da42817 (diff) | |
Rename API to be more accurate
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 bed5c0d0..0f88972d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1395,7 +1395,7 @@ extern "C" BINARYNINJACOREAPI uint64_t BNGetNextBasicBlockStartAfterAddress(BNBinaryView* view, uint64_t addr); BINARYNINJACOREAPI uint64_t BNGetNextDataAfterAddress(BNBinaryView* view, uint64_t addr); BINARYNINJACOREAPI uint64_t BNGetPreviousFunctionStartBeforeAddress(BNBinaryView* view, uint64_t addr); - BINARYNINJACOREAPI uint64_t BNGetPreviousStartOfDataBeforeAddress(BNBinaryView* view, uint64_t addr); + BINARYNINJACOREAPI uint64_t BNGetPreviousBasicBlockEndBeforeAddress(BNBinaryView* view, uint64_t addr); BINARYNINJACOREAPI uint64_t BNGetPreviousDataBeforeAddress(BNBinaryView* view, uint64_t addr); BINARYNINJACOREAPI BNLinearDisassemblyPosition BNGetLinearDisassemblyPositionForAddress(BNBinaryView* view, |
