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 /binaryview.cpp | |
| parent | ae7753487db7e3cbd4d4c5b0f464a6868da42817 (diff) | |
Rename API to be more accurate
Diffstat (limited to 'binaryview.cpp')
| -rw-r--r-- | binaryview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryview.cpp b/binaryview.cpp index 03beb3db..ee01d122 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -1124,9 +1124,9 @@ uint64_t BinaryView::GetPreviousFunctionStartBeforeAddress(uint64_t addr) } -uint64_t BinaryView::GetPreviousStartOfDataBeforeAddress(uint64_t addr) +uint64_t BinaryView::GetPreviousBasicBlockEndBeforeAddress(uint64_t addr) { - return BNGetPreviousStartOfDataBeforeAddress(m_object, addr); + return BNGetPreviousBasicBlockEndBeforeAddress(m_object, addr); } |
