1
0
mirror of synced 2025-02-08 15:08:11 +01:00

Commit Graph

  • 9023a54659 Add Math Expressions section to cheat sheet jam1garner 2021-08-02 00:14:04 -04:00
  • 08e6e45214 Add Built-in functions section to cheat sheet jam1garner 2021-08-01 23:56:46 -04:00
  • 2c71f61bfc git: Improve indexing performance of repo WerWolv 2021-07-31 18:33:55 +02:00
  • 68df6d37f7
    fix: Ensure projects have .hexproj extension on save (#274) jam1garner 2021-07-31 12:05:21 -04:00
  • 92bb852921 fix: Resource embedding not working on Windows WerWolv 2021-07-31 17:46:09 +02:00
  • 80f725b6ca fix: Ensure projects have .hexproj extension on save jam1garner 2021-07-31 11:44:16 -04:00
  • d345508195 fix: ImHex should crash less often now when exiting WerWolv 2021-07-31 17:11:10 +02:00
  • e8d77f8269 sys: Embed resources into rodata WerWolv 2021-07-31 17:10:19 +02:00
  • bca7f738a1 patterns: Fixed local member access not working WerWolv 2021-07-31 12:18:32 +02:00
  • f4046fb8fc fix: Keyboard shortcuts didn't work. Added Select all menu item WerWolv 2021-07-29 21:09:18 +02:00
  • c6bd6d4a3b ui: Added banner to welcome screen, improved laggy animations WerWolv 2021-07-29 00:39:58 +02:00
  • 330b4504dc sys: Updated curl, libfmt, nativefiledialog and yara to latest version WerWolv 2021-07-28 13:23:50 +02:00
  • 07ad9ed772 tools: Added UNIX permissions calculator WerWolv 2021-07-27 22:46:37 +02:00
  • fcb00292a5 fix: More invalid use of file io functions on Unix WerWolv 2021-07-27 22:04:46 +02:00
  • af1d687758 fix: ImHex using way too much resources still WerWolv 2021-07-27 21:50:49 +02:00
  • d4e484e982 fix: File creation on Unix caused compile errors WerWolv 2021-07-27 21:49:17 +02:00
  • 2ccf8e777c sys: Added create file and resize option WerWolv 2021-07-27 21:07:36 +02:00
  • 405b97e4d3
    fix: is_integral and is_signed causing errors on >= gcc 11 WerWolv 2021-07-19 01:11:28 +02:00
  • 35c7f826bc views: Added constants search view WerWolv 2021-06-26 01:18:33 +02:00
  • 1e1cdb0ef0 patterns: Fixed multiple parse and evaluate issues WerWolv 2021-06-22 16:04:47 +02:00
  • fde5b39495 patterns: Added function while loops WerWolv 2021-06-21 00:21:38 +02:00
  • c9fae32ddf patterns: Added function if statements, improved returns WerWolv 2021-06-20 23:46:13 +02:00
  • 7f0bdc95da patterns: Added support for declaring custom functions WerWolv 2021-06-20 21:22:31 +02:00
  • ac53b4bcab
    Add rpath to binary executable on macOS (#258) Foster Brereton 2021-06-18 11:09:36 -07:00
  • f8a7ba82e9 PR changes as per @WerWolv Foster Brereton 2021-06-18 10:56:08 -07:00
  • 0fbb0c8ac8 Merge branch 'master' into fosterbrereton/add-rpath-to-macos Foster Brereton 2021-06-17 16:03:05 -07:00
  • 1e5a9ac8d8 fall back on en-US if no language specified in prefs Foster Brereton 2021-06-17 16:02:36 -07:00
  • b3a45847b8 add a little error handling to dlopen Foster Brereton 2021-06-17 16:02:04 -07:00
  • 15450a4810 Add a necessary rpath to the imhex binary Foster Brereton 2021-06-17 16:01:48 -07:00
  • 8f72baabea removing superfluous slash from paths Foster Brereton 2021-06-17 16:00:15 -07:00
  • b4b2c41b34 patterns: Added hidden attribute WerWolv 2021-06-17 23:42:43 +02:00
  • 21f8fb4090 patterns: Added while statement for array sizing WerWolv 2021-06-17 23:13:58 +02:00
  • 3cef784f75
    Drop deployment target flag from libimhex plugin (#257) Foster Brereton 2021-06-17 11:26:12 -07:00
  • d681cf6158 Drop deployment target flag from libimhex plugin Foster Brereton 2021-06-17 11:09:03 -07:00
  • a7092ada08 fix: Parent keyword not working at all WerWolv 2021-06-16 21:13:54 +02:00
  • d7b591f1a2
    Setting an env var for macOS 10.15 support (#255) Foster Brereton 2021-06-15 23:05:28 -07:00
  • 006457e485 making the value a string Foster Brereton 2021-06-15 17:02:09 -07:00
  • 81156053ed Setting an env var for macOS 10.15 support Foster Brereton 2021-06-15 16:49:02 -07:00
  • 8b7583e628 fix: Save As command was never executed WerWolv 2021-06-08 23:04:28 +02:00
  • 7405302a15
    build: Remove extra whitespace after python library name WerWolv 2021-06-07 22:42:56 +02:00
  • 8ecd04cf5c
    build: Add debug to fix github action build error WerWolv 2021-06-07 22:34:42 +02:00
  • 35b92ac453 fix: Remove windows includes from built-in plugin files WerWolv 2021-06-07 20:11:24 +02:00
  • fff91d555b ui/ux: Allow ImHex to redraw the screen while moving and resizing WerWolv 2021-06-07 18:14:40 +02:00
  • e0112472d6 ui: Moved FPS counter to footer WerWolv 2021-06-07 18:13:54 +02:00
  • 7007fb53e7 ui: Added CPU usage to footer on windows WerWolv 2021-06-06 19:18:14 +02:00
  • 44000d2518 sys: Move windows-only footer items to the windows plugin WerWolv 2021-06-06 19:17:51 +02:00
  • 1843db91af fix: Drastically reduce CPU usage when using FPS limit WerWolv 2021-06-06 19:16:53 +02:00
  • eaacb4d102 ui: Added proper localization for TTY Console WerWolv 2021-06-06 18:19:17 +02:00
  • be81a6dc34 sys: Fixed disassembler selecting wrong region WerWolv 2021-06-06 18:01:52 +02:00
  • 73b5c8512d sys: Added default polynomial and inital value for CRC16 and CRC32 WerWolv 2021-06-06 18:00:14 +02:00
  • b1adfe38e1 sys: Fixed wrong region being selected in Hash view WerWolv 2021-06-06 17:59:54 +02:00
  • 639ae7be4d sys: Added CTRL + A to select all bytes in hex view WerWolv 2021-06-06 17:33:14 +02:00
  • 53c8f6ec74 sys: Fix crashes with TTY console, add sending of signals WerWolv 2021-06-05 22:39:47 +02:00
  • d1b942cea5 plugin/windows: Fixed scrolling and last line displaying in TTY console WerWolv 2021-05-29 23:47:08 +02:00
  • 8850d42246 build: Fix plugins not being compiled at all anymore WerWolv 2021-05-29 23:06:36 +02:00
  • c22d1033eb plugin/windows: Added TTY Console view WerWolv 2021-05-29 21:52:52 +02:00
  • c373174436 plugins: Added windows-only features plugin WerWolv 2021-05-29 21:52:18 +02:00
  • c42bd6008a sys: Fixed various issues related to plugins WerWolv 2021-05-29 21:51:00 +02:00
  • 00236de741 ui: Added spinner to splash screen WerWolv 2021-05-26 00:11:22 +02:00
  • 85ed93e67b ui: Fix vertical line separator in hex view not respecting horizontal scroll WerWolv 2021-05-25 23:54:23 +02:00
  • 6219743c82 ux: Fix a bunch of weird behaviour in the data information view WerWolv 2021-05-25 23:47:38 +02:00
  • 4de8990b5c fix: Update prompt button not appearing properly WerWolv 2021-05-24 23:34:17 +02:00
  • 0717d4a1b4 build: Bump version to 1.8.1 v1.8.1 WerWolv 2021-05-24 19:09:53 +02:00
  • 2fde4c7c98 build: Fix publisher name of windows installer WerWolv 2021-05-24 19:09:32 +02:00
  • 21525a7261 ui: Added ImHex directories table to about page WerWolv 2021-05-23 23:35:04 +02:00
  • c760ccb5bb ui: Fixed broken header text in about popup WerWolv 2021-05-23 23:07:49 +02:00
  • 7cca646e3f ui/ux: Put capstone into SKIPDATA mode to always disassemble everything WerWolv 2021-05-23 23:04:20 +02:00
  • 1aa21b8a2d ui: Display correct offsets in hex editor header when base address is not aligned WerWolv 2021-05-23 22:52:09 +02:00
  • 143cdbd44b ux: Update region setting after ticking "Match Selection" checkbox WerWolv 2021-05-23 22:46:33 +02:00
  • e688d34587
    build: Fix yara system lib detection and add support for fmt and curl (#241) Matthias Mailänder 2021-05-23 14:16:38 +02:00
  • 95191cb571 Flip/unify system library conditional Matthias Mailänder 2021-05-23 13:47:34 +02:00
  • 1ab35f4afb Use system fmt and curl. Matthias Mailänder 2021-05-23 12:31:41 +02:00
  • 2174166132 find yara with pkgconfig Matthias Mailänder 2021-05-23 12:26:11 +02:00
  • db5402dc09
    build: Use system libraries if so desired. (#210) Matthias Mailänder 2021-05-23 12:16:14 +02:00
  • d786c30d3a
    Merge branch 'master' into system-libs WerWolv 2021-05-23 12:15:51 +02:00
  • fe977f4ba9 ui: Improve confusing "Quit application" popup text WerWolv 2021-05-21 23:59:28 +02:00
  • 4ccd963037 ui: Properly display git info in help menu in release builds again WerWolv 2021-05-21 23:53:16 +02:00
  • b1c597e662 fix: ImHex crashing when default folders couldn't get created WerWolv 2021-05-21 23:46:36 +02:00
  • 16a0fe4281 build: Bump version to 1.8.0 v1.8.0 WerWolv 2021-05-18 21:25:59 +02:00
  • fee176dc72 nodes: Added data size node WerWolv 2021-05-18 21:24:33 +02:00
  • b6f76ad8ed ux: Fixed MIME-based pattern loading popup not working properly WerWolv 2021-05-18 18:27:36 +02:00
  • 0d11f4460f nodes: Allow data processor content to be stored in project files WerWolv 2021-05-18 18:06:47 +02:00
  • ee2b412a10 nodes: Added primitive saving and loading mechanism WerWolv 2021-05-17 23:17:58 +02:00
  • cf67adfa42 patterns: Added $ to keyword highlight list WerWolv 2021-05-17 23:17:00 +02:00
  • dd080d6f91
    Fix typo in Debian/Ubuntu dependencies script DrivebyCoding 2021-05-13 14:56:11 +02:00
  • 4029c333ed patterns: Added UTF-16 character type and string parsing WerWolv 2021-05-02 20:13:37 +02:00
  • 0c6bd73996 fix: After a init task failure, future tasks didn't run at all WerWolv 2021-04-22 00:20:16 +02:00
  • d91abb5eba build: No more liblibyara WerWolv 2021-04-21 23:38:37 +02:00
  • d177d69724 fix: ImHex no longer behaves weirdly or crashes when no plugins are loaded WerWolv 2021-04-21 23:31:51 +02:00
  • 64e35886b7 fix: Possibly fix crashes on macos WerWolv 2021-04-21 20:06:48 +02:00
  • 7f75f814e3 ui: Added some more icons in various places WerWolv 2021-04-21 19:27:05 +02:00
  • 6527c942c2 ui: Fixed FPS display not being visible WerWolv 2021-04-21 19:26:50 +02:00
  • 35da649896 Uses this-> to match project coding conventions ThisALV 2021-04-21 16:49:52 +02:00
  • ea71389982 fix: Invalid type in integer literal ast node on mac WerWolv 2021-04-21 10:37:14 +02:00
  • 32d47456de patterns: Added array index syntax to rvalues and turned addressof/sizeof into operators WerWolv 2021-04-21 10:17:42 +02:00
  • 407c13fcce build: Updated MacOS icon WerWolv 2021-04-20 22:39:52 +02:00
  • 39b935affe build: Fix tons of useless build artifacts to be included on install WerWolv 2021-04-20 22:11:50 +02:00
  • 1f2fe6b93d sys: Merge splash screen and ImHex into one application WerWolv 2021-04-20 21:46:48 +02:00
  • ac16ab75ef Fix: pattern editor prevents patterns popup to show up first time ThisALV 2021-04-20 18:38:06 +02:00
  • 4ac0d4c455 Fix: NoCollapse option causing popup to not show first time ThisALV 2021-04-20 17:55:05 +02:00