WerWolv
|
21f8fb4090
|
patterns: Added while statement for array sizing
|
2021-06-17 23:13:58 +02:00 |
|
Foster Brereton
|
3cef784f75
|
Drop deployment target flag from libimhex plugin (#257)
|
2021-06-17 20:26:12 +02:00 |
|
WerWolv
|
a7092ada08
|
fix: Parent keyword not working at all
|
2021-06-16 21:13:54 +02:00 |
|
Foster Brereton
|
d7b591f1a2
|
Setting an env var for macOS 10.15 support (#255)
* Setting an env var for macOS 10.15 support
* making the value a string
|
2021-06-16 08:05:28 +02:00 |
|
WerWolv
|
8b7583e628
|
fix: Save As command was never executed
|
2021-06-08 23:04:28 +02:00 |
|
WerWolv
|
7405302a15
|
build: Remove extra whitespace after python library name
|
2021-06-07 22:42:56 +02:00 |
|
WerWolv
|
8ecd04cf5c
|
build: Add debug to fix github action build error
|
2021-06-07 22:34:42 +02:00 |
|
WerWolv
|
35b92ac453
|
fix: Remove windows includes from built-in plugin files
|
2021-06-07 20:11:24 +02:00 |
|
WerWolv
|
fff91d555b
|
ui/ux: Allow ImHex to redraw the screen while moving and resizing
|
2021-06-07 18:14:40 +02:00 |
|
WerWolv
|
e0112472d6
|
ui: Moved FPS counter to footer
|
2021-06-07 18:13:54 +02:00 |
|
WerWolv
|
7007fb53e7
|
ui: Added CPU usage to footer on windows
|
2021-06-06 19:18:14 +02:00 |
|
WerWolv
|
44000d2518
|
sys: Move windows-only footer items to the windows plugin
|
2021-06-06 19:17:51 +02:00 |
|
WerWolv
|
1843db91af
|
fix: Drastically reduce CPU usage when using FPS limit
|
2021-06-06 19:16:53 +02:00 |
|
WerWolv
|
eaacb4d102
|
ui: Added proper localization for TTY Console
|
2021-06-06 18:19:17 +02:00 |
|
WerWolv
|
be81a6dc34
|
sys: Fixed disassembler selecting wrong region
|
2021-06-06 18:01:52 +02:00 |
|
WerWolv
|
73b5c8512d
|
sys: Added default polynomial and inital value for CRC16 and CRC32
|
2021-06-06 18:00:14 +02:00 |
|
WerWolv
|
b1adfe38e1
|
sys: Fixed wrong region being selected in Hash view
|
2021-06-06 17:59:54 +02:00 |
|
WerWolv
|
639ae7be4d
|
sys: Added CTRL + A to select all bytes in hex view
|
2021-06-06 17:33:14 +02:00 |
|
WerWolv
|
53c8f6ec74
|
sys: Fix crashes with TTY console, add sending of signals
|
2021-06-05 22:39:47 +02:00 |
|
WerWolv
|
d1b942cea5
|
plugin/windows: Fixed scrolling and last line displaying in TTY console
|
2021-05-29 23:47:08 +02:00 |
|
WerWolv
|
8850d42246
|
build: Fix plugins not being compiled at all anymore
|
2021-05-29 23:06:36 +02:00 |
|
WerWolv
|
c22d1033eb
|
plugin/windows: Added TTY Console view
|
2021-05-29 21:52:52 +02:00 |
|
WerWolv
|
c373174436
|
plugins: Added windows-only features plugin
|
2021-05-29 21:52:18 +02:00 |
|
WerWolv
|
c42bd6008a
|
sys: Fixed various issues related to plugins
|
2021-05-29 21:51:00 +02:00 |
|
WerWolv
|
00236de741
|
ui: Added spinner to splash screen
|
2021-05-26 00:11:22 +02:00 |
|
WerWolv
|
85ed93e67b
|
ui: Fix vertical line separator in hex view not respecting horizontal scroll
|
2021-05-25 23:54:23 +02:00 |
|
WerWolv
|
6219743c82
|
ux: Fix a bunch of weird behaviour in the data information view
|
2021-05-25 23:47:38 +02:00 |
|
WerWolv
|
4de8990b5c
|
fix: Update prompt button not appearing properly
|
2021-05-24 23:34:17 +02:00 |
|
WerWolv
|
0717d4a1b4
|
build: Bump version to 1.8.1
|
2021-05-24 19:09:53 +02:00 |
|
WerWolv
|
2fde4c7c98
|
build: Fix publisher name of windows installer
|
2021-05-24 19:09:32 +02:00 |
|
WerWolv
|
21525a7261
|
ui: Added ImHex directories table to about page
|
2021-05-23 23:35:04 +02:00 |
|
WerWolv
|
c760ccb5bb
|
ui: Fixed broken header text in about popup
|
2021-05-23 23:07:49 +02:00 |
|
WerWolv
|
7cca646e3f
|
ui/ux: Put capstone into SKIPDATA mode to always disassemble everything
If invalid data is reached, instead of stopping it will now insert a `.byte 0x00, 0x00, 0x00, 0x00` "instruction"
|
2021-05-23 23:04:20 +02:00 |
|
WerWolv
|
1aa21b8a2d
|
ui: Display correct offsets in hex editor header when base address is not aligned
|
2021-05-23 22:52:09 +02:00 |
|
WerWolv
|
143cdbd44b
|
ux: Update region setting after ticking "Match Selection" checkbox
|
2021-05-23 22:46:33 +02:00 |
|
Matthias Mailänder
|
e688d34587
|
build: Fix yara system lib detection and add support for fmt and curl (#241)
* find yara with pkgconfig
* Use system fmt and curl.
* Flip/unify system library conditional
|
2021-05-23 14:16:38 +02:00 |
|
Matthias Mailänder
|
db5402dc09
|
build: Use system libraries if so desired. (#210)
Co-authored-by: WerWolv <werwolv98@gmail.com>
|
2021-05-23 12:16:14 +02:00 |
|
WerWolv
|
fe977f4ba9
|
ui: Improve confusing "Quit application" popup text
This fixes #234
|
2021-05-21 23:59:28 +02:00 |
|
WerWolv
|
4ccd963037
|
ui: Properly display git info in help menu in release builds again
This fixes #233
|
2021-05-21 23:53:16 +02:00 |
|
WerWolv
|
b1c597e662
|
fix: ImHex crashing when default folders couldn't get created
This fixes #238
|
2021-05-21 23:46:36 +02:00 |
|
WerWolv
|
16a0fe4281
|
build: Bump version to 1.8.0
|
2021-05-18 21:25:59 +02:00 |
|
WerWolv
|
fee176dc72
|
nodes: Added data size node
|
2021-05-18 21:24:33 +02:00 |
|
WerWolv
|
b6f76ad8ed
|
ux: Fixed MIME-based pattern loading popup not working properly
Fixed issues addressed in #225
|
2021-05-18 18:27:36 +02:00 |
|
WerWolv
|
0d11f4460f
|
nodes: Allow data processor content to be stored in project files
|
2021-05-18 18:06:47 +02:00 |
|
WerWolv
|
ee2b412a10
|
nodes: Added primitive saving and loading mechanism
Not fully integrated yet. Also doesn't yet save any node settings, just nodes and links
|
2021-05-17 23:17:58 +02:00 |
|
WerWolv
|
cf67adfa42
|
patterns: Added $ to keyword highlight list
|
2021-05-17 23:17:00 +02:00 |
|
WerWolv
|
4029c333ed
|
patterns: Added UTF-16 character type and string parsing
|
2021-05-02 20:13:37 +02:00 |
|
WerWolv
|
0c6bd73996
|
fix: After a init task failure, future tasks didn't run at all
|
2021-04-22 00:20:16 +02:00 |
|
WerWolv
|
d91abb5eba
|
build: No more liblibyara
|
2021-04-21 23:38:37 +02:00 |
|
WerWolv
|
d177d69724
|
fix: ImHex no longer behaves weirdly or crashes when no plugins are loaded
|
2021-04-21 23:31:51 +02:00 |
|