pe-bear/pe-bear
2026-06-05 18:31:47 +02:00
..
base [BUGFIX] Fixed UAF when the search window was closed before the search finished 2026-06-04 20:25:33 +02:00
gui [FEATURE] Updated sig_finder. Do not translate signature name. 2026-06-05 18:31:47 +02:00
gui_base [REFACT] In ExceptionTreeView: removed unused code. Cleaned integer types 2025-04-22 05:48:26 -08:00
icons [FEATURE] Added manual searching for signatures (byte patterns) 2023-12-17 21:18:16 +01:00
.gitignore [INIT] Added PE-bear code 2022-09-18 07:07:27 +02:00
application.qrc [FEATURE] Added icon of the realign feature. Added a check if virtual section layout is the same as raw before trying changes 2023-11-25 03:38:54 +01:00
CMakeLists.txt Updated CMake version to 3.12 2025-04-22 20:21:57 +02:00
DateDisplay.cpp Add support for Qt 6 2024-04-05 20:51:57 +03:00
DateDisplay.h [INIT] Added PE-bear code 2022-09-18 07:07:27 +02:00
DisasmView.cpp [BUGFIX] Fixed unsafe font size setting 2026-06-04 14:06:23 -08:00
DisasmView.h [REFACT] In DisasmView: cleanup. Don't emit args on mouse move 2026-06-04 12:05:33 -08:00
ExeDependentAction.cpp [INIT] Added PE-bear code 2022-09-18 07:07:27 +02:00
ExeDependentAction.h [REFACT] Renamed the Qt Compatibility header from PEBear.h to QtCompat.h 2024-04-06 14:55:01 +02:00
HexCompareView.cpp Add Load multilingual function 2023-09-22 11:59:27 +08:00
HexCompareView.h [REFACT] Renamed the Qt Compatibility header from PEBear.h to QtCompat.h 2024-04-06 14:55:01 +02:00
HexDumpModel.cpp [BUGFIX] Fixed UAF in case of fast hex editing 2026-06-04 14:42:08 -08:00
HexDumpModel.h [BUGFIX] Fixed UAF in case of fast hex editing 2026-06-04 14:42:08 -08:00
HexView.cpp [BUGFIX] In HexView: keep track on the open editors. On dataSet: validate the index 2026-06-05 17:19:11 +02:00
HexView.h [BUGFIX] In HexView: keep track on the open editors. On dataSet: validate the index 2026-06-05 17:19:11 +02:00
main.cpp [BUFIX] Don't reset language to default if en_US selected (Issue #67) 2025-04-23 18:05:14 -08:00
main_ico.ico [FEATURE] Changes in the icon 2024-06-01 04:18:14 +02:00
main_ico_old.ico [FEATURE] Changed to a new logo 2024-04-03 19:22:42 +02:00
OffsetHeader.cpp Add Load multilingual function 2023-09-22 11:59:27 +08:00
OffsetHeader.h [REFACT] Renamed the Qt Compatibility header from PEBear.h to QtCompat.h 2024-04-06 14:55:01 +02:00
PEDockedWidget.cpp Add Load multilingual function 2023-09-22 11:59:27 +08:00
PEDockedWidget.h [REFACT] Renamed the Qt Compatibility header from PEBear.h to QtCompat.h 2024-04-06 14:55:01 +02:00
PEFileTreeModel.cpp Add Load multilingual function 2023-09-22 11:59:27 +08:00
PEFileTreeModel.h [REFACT] Renamed the Qt Compatibility header from PEBear.h to QtCompat.h 2024-04-06 14:55:01 +02:00
QtCompat.h [BUGFIX] Fixed Qt5 compatibility 2025-11-02 02:04:39 +01:00
REbear.h [BUGFIX] Consistent HexDump selection colors across systems 2026-06-03 07:33:44 -08:00
rebear_res.rc [VERSION] 0.7.2 2026-06-05 17:38:03 +02:00
rebear_ver_short.h [VERSION] 0.7.2 2026-06-05 17:38:03 +02:00
resources.h [REFACT] Cleaned up resource file 2022-09-23 00:49:11 +02:00
resources.rc [REFACT] Cleaned up resource file 2022-09-23 00:49:11 +02:00
SectionsDiagram.cpp Add Load multilingual function 2023-09-22 11:59:27 +08:00
SectionsDiagram.h [REFACT] Renamed the Qt Compatibility header from PEBear.h to QtCompat.h 2024-04-06 14:55:01 +02:00
TempBuffer.h [FEATURE] TempBuffer: allow to alloc empty buffer 2022-09-19 06:22:12 +02:00
ViewSettings.cpp [INIT] Added PE-bear code 2022-09-18 07:07:27 +02:00
ViewSettings.h [REFACT] Renamed the Qt Compatibility header from PEBear.h to QtCompat.h 2024-04-06 14:55:01 +02:00