diff options
| author | Xusheng <xusheng@vector35.com> | 2023-08-11 17:01:07 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2023-08-11 17:01:07 +0800 |
| commit | 656a95f0f810bf666b2894359fb7f24dc5f7bbf5 (patch) | |
| tree | 86c953758b7daa485cd40bc47638d1b8b3a262f9 /ui/linearview.h | |
| parent | a693c795f73686eb8901eeb70e252b9ca796049d (diff) | |
Add current_il_instructions magic variable in the Python console. Fix https://github.com/Vector35/binaryninja-api/issues/4327.
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 969dcd5f..bb99ce19 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -408,6 +408,8 @@ public: virtual BasicBlockRef getCurrentBasicBlock() override; virtual ArchitectureRef getCurrentArchitecture() override; virtual size_t getCurrentILInstructionIndex() override; + virtual size_t getSelectionStartILInstructionIndex() override; + virtual BNILIndexRange getILIndexRange() override; virtual bool navigate(uint64_t offset) override; virtual bool navigateToFunction(FunctionRef func, uint64_t offset) override; virtual bool navigateToViewLocation(const ViewLocation& viewLocation, bool center = false) override; |
