cutter/src
Dhruv Maroo c8c625a830 Fix build failures when compiling Cutter with Rizin's dev
* `rz_debug_stop` returns an `int`, so we cannot cast it to
      `RxConsBreak`, which is a typedef of a function signature
      returning `void`
    * `rz_debug_bp_add` siggnatue was recently modified, and thus Cutter
       couldn't build with the new signature
    * `rz_bin_object_get_imports` was also modified recently to return a
      `RzPVector`, thus it also needed to be updated in Cutter
2023-09-26 10:51:49 +08:00
..
bindings Specify PySide version in bindings template 2023-05-20 13:05:43 +08:00
common Seek to first call if multiple references (#3240) 2023-09-04 22:52:07 +08:00
core Fix build failures when compiling Cutter with Rizin's dev 2023-09-26 10:51:49 +08:00
dialogs Add Global Vars widget, dialog, context menus (#3203) 2023-08-04 10:17:35 +08:00
fonts First code commit 2017-03-29 12:18:37 +02:00
img Various improvements for native macOS UI (#2776) 2021-09-23 16:09:51 +02:00
menus Add 'Copy instruction bytes' to disassembly context menu (#3242) 2023-09-06 08:51:32 +08:00
plugins Fix fo/fortune command in python sample (#3076, Fix #3075) 2023-01-11 10:39:43 +01:00
python Code cleanup (#1535) 2019-05-17 13:40:50 +02:00
themes Various improvements for native macOS UI (#2776) 2021-09-23 16:09:51 +02:00
tools/basefind Add Tools > BaseFind + command line options (#3198) 2023-06-25 11:42:23 +08:00
translations@950447ab78 Update translations (#3243) 2023-09-05 17:25:38 +08:00
widgets append rizin results in plaintext to include tabs etc (fixes #3193) (#3236) 2023-08-30 14:25:42 +08:00
CMakeLists.txt Add Global Vars widget, dialog, context menus (#3203) 2023-08-04 10:17:35 +08:00
CutterApplication.cpp Add Tools > BaseFind + command line options (#3198) 2023-06-25 11:42:23 +08:00
CutterApplication.h Add Tools > BaseFind + command line options (#3198) 2023-06-25 11:42:23 +08:00
CutterConfig.h.in Remove qmake (#2546) 2021-01-10 13:07:39 +02:00
Main.cpp Reformat the code 2023-08-03 21:08:07 +08:00
re.rizin.cutter.appdata.xml Bump version to v2.2.0 2023-03-13 14:12:46 +08:00
re.rizin.cutter.desktop Change Executable to Lowercase and use re.rizin.cutter everywhere 2021-01-25 22:09:19 +01:00
resources.qrc Various improvements for native macOS UI (#2776) 2021-09-23 16:09:51 +02:00