Commit Graph

  • c65c956f85 Move the header separator one pixel down Duncan Ogilvie 2023-09-21 00:47:54 +0200
  • 3beec936ec Fix the missing configuration for the table header background Duncan Ogilvie 2023-09-21 00:29:43 +0200
  • 3a9e36b729
    Fix crash in menu builder when opening second tab torusrxxx 2023-09-20 12:06:22 +0800
  • 80995bb364
    Merge branch 'development' into patch000000dc torusrxxx 2023-09-20 10:49:50 +0800
  • ecc5a163c4
    temporary torusrxxx 2023-09-20 09:54:56 +0800
  • 7f2566b6ed
    Merge pull request #3192 from x64dbg/cross-platform-preparations Duncan Ogilvie 2023-09-20 02:30:40 +0200
  • 7c00347a24
    Merge pull request #3211 from GermanAizek/fix Duncan Ogilvie 2023-09-20 02:28:59 +0200
  • 77cfffa0aa
    Modify mTraceFile to getTraceFile() for later move to TraceWidget torusrxxx 2023-09-19 21:58:35 +0800
  • 090da1a2ee
    Multiple trace tabs torusrxxx 2023-09-16 10:10:16 +0800
  • de28917189
    optimize getBytes and fixed empty dump while not debugging torusrxxx 2023-09-15 21:06:19 +0800
  • b45acd5d56
    fix PUSH memory access don't appear in dump torusrxxx 2023-09-15 17:44:25 +0800
  • 9750488bb2
    Fixed empty dump torusrxxx 2023-09-15 12:00:33 +0800
  • 42208c0577
    Add files via upload Torusrxxx 2023-09-01 04:28:30 +0000
  • 9852b097cc
    Fixed CustomizeMenuDialog and various features related to modules torusrxxx 2023-08-20 22:16:18 +0800
  • 226efe3ea1
    Added trace dump to trace widget torusrxxx 2023-07-27 17:31:49 +0800
  • f3d0f9a278
    Use trace file dump index to accelerate memory reference search torusrxxx 2023-06-11 12:18:54 +0800
  • 5adac838a7
    Disassemble to get correct memory operand size torusrxxx 2023-06-07 12:31:11 +0800
  • d5384d78eb
    Introduced dump to trace torusrxxx 2023-05-18 20:45:43 +0800
  • fdc97fe6d1 Properly restore DisassemblyPopup functionality #3192 Duncan Ogilvie 2023-09-19 08:06:03 +0200
  • a349f9c05f Fix a bug in the extension handling for trace files Duncan Ogilvie 2023-09-19 06:50:44 +0200
  • bdb38d6a97 Fixed catch std::bad_alloc and close handle hFile if downslib::inetopen #3211 Герман Семенов 2023-09-12 18:20:52 +0300
  • e2d1d79930 Fix a bug where a column width of 0 would not adjust correctly Duncan Ogilvie 2023-09-19 06:40:21 +0200
  • 7733012330 Refactor AbstractTableView for cross-platform Duncan Ogilvie 2023-08-27 14:52:05 +0200
  • 663bfbbb06 Refactor parent = 0 -> parent = nullptr Duncan Ogilvie 2023-08-27 14:49:20 +0200
  • 5797dae1c3 Update Zydis in the UI and remove DisassemblyPopup Duncan Ogilvie 2023-08-26 13:58:54 +0200
  • 812c91d361 Get rid of the wLocal variable naming convention (mostly) Duncan Ogilvie 2023-08-26 10:58:36 +0200
  • 6fba4478fb Remove the unused translations submodule Duncan Ogilvie 2023-08-24 11:23:03 +0200
  • 952c16aad7 Update zydis_wrapper Duncan Ogilvie 2023-08-19 22:50:07 +0200
  • b22266b822 Bump Zydis to 4.0.0 Duncan Ogilvie 2023-08-19 17:23:12 +0200
  • 3d56c4fd35 Remove the Zydis submodule Duncan Ogilvie 2023-08-19 17:22:26 +0200
  • 7e9a89847e
    Merge pull request #3213 from torusrxxx/patch000000f9 Duncan Ogilvie 2023-09-16 13:31:34 +0200
  • 6228bfe2bf
    Merge pull request #3212 from GermanAizek/emplace Duncan Ogilvie 2023-09-16 13:21:24 +0200
  • 9fa8c8cea0
    delete widget when closing tab #3213 torusrxxx 2023-09-16 09:30:24 +0800
  • 11d96f1878 Replaced inserts to emplace for compact code and improved code generation by compiler #3212 German Semenov 2023-09-12 19:13:40 +0300
  • dd91e4376a
    Merge pull request #3203 from torusrxxx/patch000000f8 Duncan Ogilvie 2023-09-12 10:58:23 +0200
  • 2ce5a283f5
    Merge pull request #3206 from HayFieldLaps/referenceview-cycle-filtered Duncan Ogilvie 2023-09-12 10:57:38 +0200
  • 02c762ff4a
    Merge pull request #3208 from shocoman/disasm-popup-border Duncan Ogilvie 2023-09-12 10:57:00 +0200
  • cdee7fed64
    Merge pull request #3209 from HayFieldLaps/bookmark-clear Duncan Ogilvie 2023-09-12 10:56:25 +0200
  • b6be841a48 Fix typo in bookmarkclear command #3209 dad 2023-09-07 12:24:50 -0600
  • bc3d7574bc Dark theme: fix several visibility issues #3208 shocoman 2023-09-08 00:03:33 +0700
  • 7405acd42d Fixed cycling through filtered references without clearing filter. #3206 dad 2023-09-04 13:25:32 -0600
  • 3616f2d33a
    Add UI for mnemonichelp #3203 torusrxxx 2023-09-02 21:34:45 +0800
  • b28e317073
    Merge pull request #3197 from shocoman/fill-view-background-border Duncan Ogilvie 2023-09-02 14:26:47 +0200
  • 323d318329
    Merge pull request #3199 from HayFieldLaps/searchlistview-escape-fix Duncan Ogilvie 2023-09-02 14:26:11 +0200
  • d08773d3c7
    Merge pull request #3201 from f09f9095/extra-period-when-saving-trace-dump Duncan Ogilvie 2023-09-02 14:25:39 +0200
  • 5659f7db2c removed extra dot when saving trace dump #3201 f09f9095 2023-08-30 07:44:43 -0400
  • d68e1d44a8 Pass Escape key event if search text is empty #3199 dad 2023-08-29 14:37:16 -0600
  • b3dc97c4a5 Dark theme: Make QHexEdit background color brighter for visibility #3197 shocoman 2023-08-29 12:25:15 +0700
  • 48d81226ed
    Merge pull request #3189 from Kasuromi/development Duncan Ogilvie 2023-08-26 13:36:05 +0200
  • f557751365
    Fix typos in readme #3189 Kasuromi 2023-08-26 14:31:23 +0300
  • 4a767ea507
    Merge pull request #3188 from ZehMatt/query-page Duncan Ogilvie 2023-08-25 12:21:32 +0200
  • 8c6f3089e9
    Start enumerating memory pages at minimum application address #3188 ζeh Matt 2023-08-25 13:15:07 +0300
  • 4e5c2bd9c4 Fix regression where comments are not showing at all Duncan Ogilvie 2023-08-24 19:03:02 +0200
  • 7d00017e69
    Merge pull request #3185 from GermanAizek/development Duncan Ogilvie 2023-08-24 10:33:23 +0200
  • 145053d8ae Using reserve for optimize inserts in loops #3185 German Semenov 2023-08-24 11:05:37 +0300
  • e6b43cdc6c
    Merge pull request #3180 from shocoman/cpu-flags-help-tooltip Duncan Ogilvie 2023-08-23 12:56:16 +0200
  • 4301af38a9 Show a tooltip with a sorted list of flags in the Register View #3180 shocoman 2023-08-21 14:35:08 +0700
  • 78f37958eb
    Merge pull request #3183 from HayFieldLaps/searchlistview-copy Duncan Ogilvie 2023-08-23 01:09:16 +0200
  • 9f046b96e2 Rename 'Switch view' to 'Region view' and 'Section view' Duncan Ogilvie 2023-08-23 01:00:33 +0200
  • 414c9cb23e CTRL + C functionality in AbstractStdTable/SearchListView #3183 dad 2023-08-22 13:09:07 -0600
  • a85f177567
    Merge pull request #3176 from torusrxxx/patch000000f6 Duncan Ogilvie 2023-08-20 12:55:07 +0200
  • b477ffc490
    Add isdebuggeefocused, and optimized isdebuggerfocused (#3175) Torusrxxx 2023-08-20 10:54:40 +0000
  • 7bf53e72f1
    In Graph mode, also apply highlighting to different sizes of the same register (#3174) shocoman 2023-08-20 17:54:18 +0700
  • 6b05405714
    Set dump index from ACTIVEVIEW (#3172) HayFieldLaps 2023-08-20 04:53:20 -0600
  • 8457d18e82 Replace regex with sscanf_s #3172 dad 2023-08-18 12:46:47 -0600
  • 73bab8d4e1 Revert "Switch to regex as requested" dad 2023-08-16 14:10:15 -0600
  • edf7379d92 Switch to regex as requested dad 2023-08-16 14:10:15 -0600
  • f475f7d841
    Allow customizing trace disassembler context menu #3176 torusrxxx 2023-08-15 23:09:42 +0800
  • 479fdaf38d
    Added mnemonic brief column and keeps mnemonic brief configuration torusrxxx 2023-08-15 22:25:42 +0800
  • 8a5a5baa7a
    Added isprocessfocused() #3175 torusrxxx 2023-08-15 21:40:19 +0800
  • 86cc66531f
    Add rdtsc() expression function torusrxxx 2023-08-15 21:35:34 +0800
  • 322a72690e
    Add isdebuggeefocused, and optimized isdebuggerfocused torusrxxx 2023-08-15 19:27:18 +0800
  • b8c2aad3b3 Also restore window size for dialogs Duncan Ogilvie 2023-08-15 09:34:07 +0200
  • 59b5d923cd Reduce 'Disassembly' column size when searching references Duncan Ogilvie 2023-08-15 09:12:45 +0200
  • f78f6b6810 In Graph mode, also apply highlighting to different sizes of the same register #3174 shocoman 2023-08-14 15:47:56 +0700
  • 3151aa6280 Don't fail when reading memory in expression string functions Duncan Ogilvie 2023-08-12 17:00:05 +0200
  • 3e24d7fbf4 Set dump index from ACTIVEVIEW dad 2023-08-11 10:48:50 -0600
  • 6a970e657d
    Merge pull request #3165 from HayFieldLaps/memory-map-view-sort Duncan Ogilvie 2023-08-10 17:33:12 +0200
  • 791d6ba59c Remove pointer comparisons in StdTable #3165 dad 2023-08-09 16:20:43 -0600
  • d5901879a7 Revert "Add secondary sorting to Memory Map" dad 2023-08-08 14:20:04 -0600
  • 6cd26dd3dd Add secondary sorting to Memory Map dad 2023-08-08 14:20:04 -0600
  • b7347f4506
    Merge pull request #3149 from shocoman/graph-highlight-mode Duncan Ogilvie 2023-08-08 21:46:47 +0200
  • d162dd1adc
    Merge pull request #3161 from shocoman/development-6 Duncan Ogilvie 2023-08-08 21:45:40 +0200
  • 4802cb008b
    Merge pull request #3162 from torusrxxx/patch000000f4 Duncan Ogilvie 2023-08-08 21:45:12 +0200
  • b0e4888c5f
    Merge pull request #3146 from HayFieldLaps/development Duncan Ogilvie 2023-08-08 21:42:55 +0200
  • 7de1649159 Move GuiReferenceSetSingleSelection calls as requested. #3146 dad 2023-08-02 09:28:57 -0600
  • ceb2de32fb Update current reference / search selection dad 2023-07-25 13:41:48 -0600
  • 8d182a977e Update References tab highlighting dad 2023-07-23 17:02:57 -0600
  • 5bbd8f6f69 Only create the breakpoint after editing finishes Duncan Ogilvie 2023-08-08 21:38:21 +0200
  • 6d0656b5b8 Use a search path prefix when fixing relative image paths in CSS #3161 shocoman 2023-08-07 13:53:25 +0700
  • 79830fd093
    Allow go to while not debugging in trace #3162 torusrxxx 2023-08-05 21:32:12 +0800
  • 5dda6eb13a
    Add tips to some common actions torusrxxx 2023-08-05 21:06:01 +0800
  • bb56223bd0 Add Highlighting mode to the Graph view #3149 shocoman 2023-08-03 00:02:08 +0700
  • 9a6747969f Add GitHub Actions #3160 Duncan Ogilvie 2023-08-02 13:33:46 +0200
  • e7995ffd53 Use absolute path for URLs in loadSelectedTheme Duncan Ogilvie 2023-08-01 14:45:06 +0200
  • 0e5e31aedc Set the current directory earlier in the initialization process Duncan Ogilvie 2023-08-01 14:39:40 +0200
  • 3a30af1dc7 Fix a few compilation warnings Duncan Ogilvie 2023-08-01 14:36:02 +0200
  • 17621d845c
    Merge pull request #3133 from Bluefissure/log-commands Duncan Ogilvie 2023-08-01 13:47:49 +0200
  • ea631d4539 Move currentDateTime suffix to isoDateTime in StringUtil.h #3133 Duncan Ogilvie 2023-08-01 13:47:23 +0200
  • dd76320156 Fix some naming inconsistencies Duncan Ogilvie 2023-08-01 13:38:30 +0200