Commit Graph

  • ae49906374 [NOBIN] Added wayland plugin to AppImage (Issue #75) main hasherezade 2026-06-06 19:41:32 +02:00
  • c8eb8327c4 [NOBIN] Added script to build AppImage (Issue #75) v0.7.2 hasherezade 2026-06-05 22:18:45 +02:00
  • 1a16b1238d Updated README hasherezade 2026-06-05 21:32:22 +02:00
  • 8781d18901 Add 'How to use' section in README hasherezade 2026-06-05 21:31:04 +02:00
  • 5b3ac21623 Updated README hasherezade 2026-06-05 21:29:45 +02:00
  • 5e967c0bda [BUGFIX] In HexView: fixed editor warnings on fast editing; targeted refresh emit_regions hasherezade 2026-06-05 19:25:51 +02:00
  • 0ba36caf0b Updated sig_finder hasherezade 2026-06-05 18:36:29 +02:00
  • 5a8a205fa0 [FEATURE] Updated sig_finder. Do not translate signature name. hasherezade 2026-06-05 18:31:40 +02:00
  • a8174a63e6 [VERSION] 0.7.2 hasherezade 2026-06-05 17:38:03 +02:00
  • d9733a0e67 [BUGFIX] In HexView: keep track on the open editors. On dataSet: validate the index hasherezade 2026-06-05 17:19:11 +02:00
  • 94767c5573 [NOBIN] Updated .gitignore hasherezade 2026-06-05 16:35:41 +02:00
  • 431be073ee [REFACT] Refactored for compatibility with Qt4 hasherezade 2026-06-05 02:13:25 +02:00
  • 3aab73fe4e [VERSION] Incremented subversion hasherezade 2026-06-04 14:44:17 -08:00
  • 787d0b5f16 [BUGFIX] Fixed UAF in case of fast hex editing hasherezade 2026-06-04 14:42:04 -08:00
  • ae5e027411 [FEATURE] In changed formatting in follow the number from hex hasherezade 2026-06-04 14:13:48 -08:00
  • 289179dd6f [BUGFIX] Fixed unsafe font size setting hasherezade 2026-06-04 14:06:23 -08:00
  • 407c21577d [BUGFIX] Fixed memory leak while setting palette hasherezade 2026-06-04 14:02:13 -08:00
  • d5ac9a2cde [BUGFIX] Fixed uneditable content in clickable disasm records hasherezade 2026-06-04 13:57:24 -08:00
  • 27f538211c [REFACT] In DisasmView: cleanup. Don't emit args on mouse move hasherezade 2026-06-04 12:05:33 -08:00
  • 559be805f8 [BUGFIX] Fixed DisasmView selection color on Windows 11. Removed redundant reset. Other small fixes hasherezade 2026-06-04 11:41:44 -08:00
  • 57f5a89b7b [FEATURE] In HexView: reset when editing finished hasherezade 2026-06-04 21:08:17 +02:00
  • 7acf694ff7 [BUGFIX] In HexEdit: advance to edit the next field only if the current field was modified. Removed dead code hasherezade 2026-06-04 20:50:59 +02:00
  • 8f7c13ee61 [BUGFIX] Fixed UAF when the search window was closed before the search finished hasherezade 2026-06-04 20:25:33 +02:00
  • 4407e02d90 [BUGFIX] Simplified destructor in CollectorThread. Make sure that the existing thread is not overwritten in SigFinderThread hasherezade 2026-06-04 20:04:17 +02:00
  • 77093baa72 [REFACT] Removed dead code: CollectorThread hasherezade 2026-06-04 19:12:57 +02:00
  • db293ae9ec [BUGFIX] In PatternSearchWindow: removed focus switch on changing the tabs hasherezade 2026-06-04 18:57:45 +02:00
  • 73fb55f3d5 [FEATURE] Allow to search by ANSI or Unicode strings hasherezade 2026-06-03 16:01:24 -08:00
  • a1f3f97531 [BUGFIX] In search window: fixed elements attached to wrong layouts; added autofocus on the relevant edit after tab switch hasherezade 2026-06-03 15:24:43 -08:00
  • ea2d51ed06 [VERSION] Incremented version hasherezade 2026-06-03 15:17:18 -08:00
  • 3c46a87949 [FEATURE] Restart search from the beginning if ended hasherezade 2026-06-03 15:16:37 -08:00
  • 97fcdd026e [FEATURE] Added string search option hasherezade 2026-06-03 15:01:00 -08:00
  • 5d1add0abc Remove Ubuntu2204 from AppVeyor configuration hasherezade 2026-06-03 19:58:42 +02:00
  • 3ac5a31fdb Update Qt version in AppVeyor configuration for Ubuntu hasherezade 2026-06-03 19:54:27 +02:00
  • 8952b96769 Update Qt version and paths in AppVeyor config hasherezade 2026-06-03 19:47:03 +02:00
  • c454eae79a Update AppVeyor configuration to exclude Ubuntu2204 hasherezade 2026-06-03 19:38:56 +02:00
  • e2379d8e8e [FEATURE] In DiffWindow: global toolbar only dockable at the top or bottom of the window hasherezade 2026-06-03 08:42:52 -08:00
  • 09705727bb [BUGFIX] Signal/slot connection made on file select should be set as Unique hasherezade 2026-06-03 08:37:40 -08:00
  • bbcb083e82 [FEATURE] In DiffWindow: use one global toolbar to navigate hasherezade 2026-06-03 08:19:23 -08:00
  • 6fc36ab660 [VERSION] Incremented subversion hasherezade 2026-06-03 07:55:16 -08:00
  • ba7ff2d56b [FEATURE] Added option to fill content with custom value hasherezade 2026-06-03 07:54:24 -08:00
  • f2c668240f [REFACT] Unified implementation of Clear and NOP selected hasherezade 2026-06-03 07:48:32 -08:00
  • cf125cc2ef [BUGFIX] Consistent HexDump selection colors across systems hasherezade 2026-06-03 07:33:44 -08:00
  • 4bee88174a [REFACT] Fixed integer cast hasherezade 2026-06-03 07:32:41 -08:00
  • 1cb70de318 [NOBIN] In AppVeyor: updated QT_DIR on Windows hasherezade 2026-06-03 06:37:22 -08:00
  • c705f36c8b [NOBIN] In AppVeyor: updated QT_DIR on Ubuntu hasherezade 2026-06-03 06:31:23 -08:00
  • 66cb2fa84d [FEATURE] Added following various types of addresses from the HexDump hasherezade 2026-06-03 06:23:25 -08:00
  • 7d7f654b8f [VERSION] 0.7.1.1 hasherezade 2026-06-03 02:05:25 +02:00
  • 0c634fd777 [FEATURE] Allow to follow the address selected on the Hex Edit hasherezade 2026-06-02 23:42:46 -08:00
  • df9408f03d [FEATURE] Improved definition of the selection colors (it was not updating on some versions of Windows) hasherezade 2026-06-02 22:06:27 -08:00
  • e7af3f6690 [BUGFIX] Fixed Qt5 compatibility hasherezade 2025-11-02 02:04:39 +01:00
  • c8503fc55d [FEATURE] Added Japanese translation (issue #71) hasherezade 2025-10-25 16:28:44 +02:00
  • 9e1e9f656d Merge pull request #70 from coolvitto/patch-1 hasherezade 2025-10-25 16:24:31 +02:00
  • 3356f1e9c8 Create PE-bear_ja.ts coolvitto 2025-10-24 12:15:39 +09:00
  • d7cb4f0705 Removed 32-bit build (temporarly) hasherezade 2025-10-04 11:56:50 +02:00
  • f4a58708e7 In AppVeyor: changed to 32-bit build to VS2017 hasherezade 2025-10-04 11:51:37 +02:00
  • f72df2ec22 [BUGFIX] Removed limit of only 50 resources being displayed hasherezade 2025-10-04 07:52:18 +02:00
  • 478e33888a Update AppVeyor configuration (changed build order) hasherezade 2025-08-28 00:11:58 +02:00
  • 05c7828e27 Refactor .appveyor.yml for Qt environment setup (Ubuntu) hasherezade 2025-08-27 23:41:11 +02:00
  • a7151cb223 Changed Qt path in AppVeyor configuration (MacOS) hasherezade 2025-08-27 17:07:43 +02:00
  • 90a64871d9 Update Qt version in AppVeyor configuration (Ubuntu) hasherezade 2025-08-27 17:06:11 +02:00
  • 65a2a75990 Updated sig_finder hasherezade 2025-08-27 08:59:14 +02:00
  • 457ce1ac70 [BUGFIX] Fixed validation of the forwarder name (Issue #69) hasherezade 2025-08-27 08:58:06 +02:00
  • a6b9b0772b Updated bearparser. Shortened description in version info v0.7.1 hasherezade 2025-04-25 15:00:05 -08:00
  • 80671aacd0 Updated bearparser hasherezade 2025-04-25 14:30:32 +02:00
  • a0e3ac791f Merge pull request #68 from fairycn/main hasherezade 2025-04-25 11:31:48 +02:00
  • 5ffdcc0002 Merge branch 'hasherezade:main' into main fairycn 2025-04-25 09:35:43 +08:00
  • 7e5722f381 [BUGFIX] In ResourcesTreeModel: fixed passing selection signal hasherezade 2025-04-25 00:51:18 -08:00
  • 654cfd11e3 [BUGFIX] In GeneralPanel: in resize file to units: added validation hasherezade 2025-04-25 00:38:32 -08:00
  • 09f561c1e6 update fairycn 2025-04-25 09:34:03 +08:00
  • a56fea930b Delete zh_CN directory fairycn 2025-04-25 09:28:20 +08:00
  • 44be4147ed Add files via upload fairycn 2025-04-25 09:26:58 +08:00
  • e513ff4993 Delete Language/zh_CN fairycn 2025-04-24 17:59:22 +08:00
  • e9e76c158f Create zh_CN fairycn 2025-04-24 17:58:26 +08:00
  • 826a1499e5 Delete Language/zh_CN/PELanguage.qm fairycn 2025-04-24 17:57:24 +08:00
  • 6a243c7711 [REFACT] Small cleanup hasherezade 2025-04-23 18:07:00 -08:00
  • f35ff078fa [BUFIX] Don't reset language to default if en_US selected (Issue #67) hasherezade 2025-04-23 18:05:14 -08:00
  • bd96a39913 Updated CMake version to 3.12 hasherezade 2025-04-22 20:21:57 +02:00
  • ff3830d326 [NOBIN] Added a VisualStudio filter (for thread classes) hasherezade 2025-04-22 05:52:44 -08:00
  • 33f0aee9a1 [REFACT] In ExceptionTreeView: removed unused code. Cleaned integer types hasherezade 2025-04-22 05:48:26 -08:00
  • a8f1741a86 [REFACT] Small refact hasherezade 2025-04-22 05:08:56 -08:00
  • 2e1369f30b [BUGFIX] In CalcThread: fixed scope of a variable. Allow to break hash calculation on request. hasherezade 2025-04-22 05:07:12 -08:00
  • d7727680ec [REFACT] In DiffWindows: fixed used type hasherezade 2025-04-21 23:25:13 -08:00
  • 8fc8789737 [REFACT] Cleanup of used types. In makeDockerTitle: use size_t hasherezade 2025-04-21 23:02:10 -08:00
  • 879c30dbea [VERSION] 0.7.1. Added version info hasherezade 2025-04-21 23:11:04 +02:00
  • 06f7ffab22 [REFACT] Cleanup catching exceptions hasherezade 2025-04-21 22:06:43 +02:00
  • 1e7a1913a8 [REFACT] Small cleanup. Added type cast. hasherezade 2025-04-21 21:35:31 +02:00
  • e0826377c6 Updated bearparser hasherezade 2025-04-21 21:15:50 +02:00
  • 965513fdc6 [FEATURE] Changed order of hashes calculation hasherezade 2025-04-21 08:35:53 -08:00
  • 76d6e97877 [VERSION] 0.7.0.7 hasherezade 2025-04-21 08:07:51 -08:00
  • 33e4e091dc [REFACT] In HexDiffModel: cleanup return types hasherezade 2025-04-21 07:42:39 -08:00
  • a121c7c3a3 Updated bearparser hasherezade 2025-04-21 07:42:20 -08:00
  • c78135f2cb [REFACT] Added ifdef for a deprecated function hasherezade 2025-04-21 07:03:59 -08:00
  • 51ff0c89ff [BUGFIX] Fixed inconsistent int types. Small cleanup. hasherezade 2025-04-21 07:01:46 -08:00
  • 6f022d1bfd [BUGFIX] In CollectorThread: catch exceptions thrown from setupThread hasherezade 2025-04-21 06:59:41 -08:00
  • ec6c639566 [REFACT] Create a buffer copy directly in the extractor thread hasherezade 2025-04-21 05:46:53 -08:00
  • d7606cb006 [REFACT] Small cleanup hasherezade 2025-04-20 20:18:16 -08:00
  • 3e5cc5cf7d Updated bearparser hasherezade 2025-04-20 19:36:52 -08:00
  • 1c3c87258d Updated CMake version hasherezade 2025-04-20 19:26:41 -08:00
  • 358738e6ef Merge branch 'buf_refact' hasherezade 2025-04-20 19:19:30 -08:00
  • 06f3e80e3a [VERSION] 0.7.0.6 hasherezade 2025-04-20 19:18:48 -08:00