WerWolv
|
c4f3ea901a
|
feat: Added more yara detection rules for languages, compilers and envs
|
2024-02-25 11:20:35 +01:00 |
|
WerWolv
|
58ad9f2ca8
|
impr: Small code layout improvements for diagrams
|
2024-02-25 11:20:04 +01:00 |
|
WerWolv
|
3fa06cc7c0
|
build: Remove compression from sdk again
|
2024-02-25 01:57:42 +01:00 |
|
WerWolv
|
d551e39a1c
|
build: Handle install prefix being absolute when installing sdk package
|
2024-02-25 01:27:48 +01:00 |
|
WerWolv
|
afede0ff9c
|
fix: Yara rule matching not working properly with non-zero base addresses
|
2024-02-25 00:16:14 +01:00 |
|
WerWolv
|
d51b065723
|
fix: Yara information task not being interruptable
|
2024-02-25 00:09:06 +01:00 |
|
WerWolv
|
752a2d2e8d
|
fix: Magic information querying being wrong with non-zero base address
|
2024-02-24 23:53:34 +01:00 |
|
WerWolv
|
b57eaca365
|
build: Try to fix sdk packaging
|
2024-02-24 23:41:22 +01:00 |
|
WerWolv
|
859574c014
|
impr: .0f -> .0F
|
2024-02-24 23:34:29 +01:00 |
|
WerWolv
|
0505b123a0
|
impr: Remove weird spinner from data information view
|
2024-02-24 23:34:18 +01:00 |
|
WerWolv
|
00b3d7809c
|
fix: Various issues with the digram and layered distribution diagrams
|
2024-02-24 23:23:53 +01:00 |
|
Nik
|
ec69849749
|
feat: Added font picker to the settings (#1570)
|
2024-02-24 22:46:52 +01:00 |
|
WerWolv
|
8bf7aa9ceb
|
build: Respect DISTDIR env var when packing SDK
|
2024-02-24 22:46:16 +01:00 |
|
WerWolv
|
ca0b6f2c6d
|
fix: Digram sample size being too low and filter options inverted
|
2024-02-24 19:04:58 +01:00 |
|
WerWolv
|
5182a61fcc
|
fix: Interacting with popups that extend past the edge of the window
|
2024-02-24 18:59:01 +01:00 |
|
WerWolv
|
2f7b949bd1
|
impr: Split out digram and layered distribution in their own section
|
2024-02-24 18:54:35 +01:00 |
|
WerWolv
|
4100e48fe2
|
impr: Render digram and layered distribution to texture to improve frame rate
|
2024-02-24 18:07:20 +01:00 |
|
WerWolv
|
132b211796
|
impr: Add interactive tutorials button to the welcome screen
|
2024-02-24 16:10:05 +01:00 |
|
WerWolv
|
0d4d8efe4e
|
build: Compress SDK package
|
2024-02-24 16:09:48 +01:00 |
|
WerWolv
|
393bea6d4b
|
impr: Don't pass unique_ptr by const reference
|
2024-02-24 15:06:28 +01:00 |
|
WerWolv
|
b2edb0441a
|
build: Make external plugins build again
|
2024-02-24 15:06:10 +01:00 |
|
WerWolv
|
9d02379583
|
impr: Don't allow opening the same file twice
Fixes #1569
|
2024-02-24 12:06:06 +01:00 |
|
WerWolv
|
3c365d65a4
|
impr: Nicer looking logger output colors
|
2024-02-24 11:28:47 +01:00 |
|
WerWolv
|
2049852a80
|
impr: More consistent naming for information sections
|
2024-02-24 10:06:56 +01:00 |
|
WerWolv
|
be6a7490fd
|
build: Better formatting for main CMake file
|
2024-02-24 10:06:21 +01:00 |
|
WerWolv
|
222d0b74d0
|
patterns: Updated pattern language
|
2024-02-24 09:37:55 +01:00 |
|
WerWolv
|
cdde0dedc8
|
impr: Make crash restore popup not show up if there's nothing to restore
|
2024-02-24 00:37:17 +01:00 |
|
WerWolv
|
6b14facd29
|
impr: Cleanup task progress handling
|
2024-02-23 22:09:57 +01:00 |
|
WerWolv
|
a7d6a4968e
|
fix: Certain language strings not loading correctly
|
2024-02-23 20:33:39 +01:00 |
|
WerWolv
|
2173707925
|
fix: Building with older libyara versions
|
2024-02-23 20:20:27 +01:00 |
|
WerWolv
|
75c03d56d2
|
fix: Opening files on macOS through the Open with... option
Fixes #1070
|
2024-02-23 20:17:33 +01:00 |
|
WerWolv
|
85ec807417
|
fix: Localization issue with script loader
|
2024-02-23 18:57:29 +01:00 |
|
WerWolv
|
e7df0d201f
|
fix: Byte type distribution and entropy slider not updating
|
2024-02-23 18:44:41 +01:00 |
|
WerWolv
|
026713750d
|
impr: Implement better string limiting algorithm
|
2024-02-23 18:32:12 +01:00 |
|
WerWolv
|
d19d62b1fc
|
impr: Remember find popup input per provider
Closes #1567
|
2024-02-23 18:31:58 +01:00 |
|
WerWolv
|
1f9d0181c9
|
impr: Allow opening multiple files at once
Closes #1566
|
2024-02-23 18:03:37 +01:00 |
|
WerWolv
|
4d91e7f347
|
impr: Handle read-only files more gracefully
|
2024-02-23 17:59:37 +01:00 |
|
WerWolv
|
9bfdfa149e
|
feat: Added search bar to file chooser popup, allow for custom naming functions
|
2024-02-23 17:52:42 +01:00 |
|
WerWolv
|
214e542da4
|
impr: Make sure lots of yara matches doesn't lag out the editor
|
2024-02-23 17:49:20 +01:00 |
|
WerWolv
|
daf74347a3
|
fix: Try to make menu bar always appear
|
2024-02-23 17:48:56 +01:00 |
|
WerWolv
|
61fd327aa1
|
fix: Focus restoring not working correctly
|
2024-02-23 17:48:37 +01:00 |
|
WerWolv
|
91dcfefc5c
|
fix: Crash when recovering from a thrown exception in the main thread
|
2024-02-23 17:48:23 +01:00 |
|
WerWolv
|
8059f22a32
|
impr: Make sure that highlight invalidation doesn't happen more than once per frame
|
2024-02-23 17:47:59 +01:00 |
|
WerWolv
|
a271658154
|
impr: Added once execution and task progress increment helpers
|
2024-02-23 17:47:40 +01:00 |
|
WerWolv
|
e6854d6a6a
|
fix: String limiting slicing unicode characters
|
2024-02-22 23:44:49 +01:00 |
|
WerWolv
|
1ede41c778
|
fix: Compile issues using GCC
|
2024-02-22 23:11:59 +01:00 |
|
WerWolv
|
ed905aa0ff
|
build: Updated ImGui to v1.90.4
|
2024-02-22 22:32:18 +01:00 |
|
WerWolv
|
e28b72e356
|
feat: Added a basic C++ and MSVC detector yara signature
|
2024-02-22 21:31:53 +01:00 |
|
WerWolv
|
daf007fae7
|
fix: Added missing translations
|
2024-02-22 21:31:26 +01:00 |
|
WerWolv
|
684c339309
|
tests: Ignore files in plugins folder when checking languages
|
2024-02-22 21:31:05 +01:00 |
|