diff options
| author | Xusheng <xusheng@vector35.com> | 2020-09-15 12:59:31 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-09-28 22:41:10 +0800 |
| commit | b690e145b3620cac8ea3468fbabb47b645a0e5af (patch) | |
| tree | 34147a415204e62d1abeb5752d42793ea10dae60 | |
| parent | 0ff1794278a96d0b5c23a0fc0280d1faf5687a94 (diff) | |
add cycleILView()
| m--------- | examples/x86_extension/src/asmx86 | 0 | ||||
| -rw-r--r-- | ui/disassemblyview.h | 1 | ||||
| -rw-r--r-- | ui/linearview.h | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/examples/x86_extension/src/asmx86 b/examples/x86_extension/src/asmx86 -Subproject 217176e2dd84f09214d38b5cc727313f17d6a0d +Subproject b147f82e8adcfc250ca5d0ba0078a4f1b6a2d34 diff --git a/ui/disassemblyview.h b/ui/disassemblyview.h index a0d3b00b..4a053617 100644 --- a/ui/disassemblyview.h +++ b/ui/disassemblyview.h @@ -95,6 +95,7 @@ private Q_SLOTS: void viewInHexEditor(); void viewInLinearDisassembly(); void viewInDecompiler(); + void cycleILView(bool forward); }; diff --git a/ui/linearview.h b/ui/linearview.h index 181a50ed..413b66e1 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -193,6 +193,7 @@ private Q_SLOTS: void viewInHexEditor(); void viewInGraph(); void viewInTypesView(std::string typeName = ""); + void cycleILView(bool forward); void copyAddressSlot(); void goToAddress(); void defineNameAtAddr(uint64_t addr); |
