1
0
mirror of synced 2025-02-20 04:01:01 +01:00

Commit Graph

  • b3fffdf530 Fixed automatic pattern loading WerWolv 2020-11-22 23:06:17 +01:00
  • 8d6d959e17 No need to manually set table colors WerWolv 2020-11-22 20:41:54 +01:00
  • 43f5cc622e Allow loading of huge files efficiently WerWolv 2020-11-22 19:43:35 +01:00
  • 5f025bcbcc Fixed UTF-8 decoding to not work WerWolv 2020-11-22 16:22:23 +01:00
  • 8297e22f10 Added global big and little endian support to the pattern parser WerWolv 2020-11-22 16:22:02 +01:00
  • 989eade5d7 Added big and little endian support to inspector WerWolv 2020-11-22 15:32:37 +01:00
  • cd4de2ff96 Fixed data inspector to only show unsigned values WerWolv 2020-11-22 12:50:49 +01:00
  • 73d66365e9 Updated cheat sheet page WerWolv 2020-11-22 11:20:01 +01:00
  • fbd4e593d2 Make array and pointer pattern data display more consistent with other types WerWolv 2020-11-22 02:25:25 +01:00
  • 033ef3889a Fixed enums failing to validate WerWolv 2020-11-22 02:25:03 +01:00
  • 0ce1b5d40b Added simple pointer type inside structs WerWolv 2020-11-21 23:00:09 +01:00
  • ed4ed6b433 Added array sizes based on other local variables WerWolv 2020-11-21 20:19:33 +01:00
  • 4cd18b8358 Added auto loading patterns based on MIME types WerWolv 2020-11-21 14:39:16 +01:00
  • fb85f272a1 Added pragmas to pattern language WerWolv 2020-11-21 14:39:01 +01:00
  • 28bb28b79c Also rename data inspector window WerWolv 2020-11-21 14:37:09 +01:00
  • e3b6cfd54f Fixed compile on Linux v1.2.0 WerWolv 2020-11-21 00:36:38 +01:00
  • bf6ed3d540 Added proper data inspector view WerWolv 2020-11-21 00:12:58 +01:00
  • 9c0a270d90 Made the built-in type hover popup more useful WerWolv 2020-11-20 22:21:59 +01:00
  • 5112c3aa1e Added unions and padding to cheat sheet WerWolv 2020-11-20 22:21:37 +01:00
  • 57dcf6cc93 Added padding type to pattern language WerWolv 2020-11-20 21:59:27 +01:00
  • 48296775ae Implemented union support into the pattern language WerWolv 2020-11-20 21:29:28 +01:00
  • e3cb078306 Implemented bitfield support into the pattern language WerWolv 2020-11-20 20:26:19 +01:00
  • 2f78a10e4c Replaced pattern editor with BalazsJako's ImGuiColorTextEdit WerWolv 2020-11-20 18:24:59 +01:00
  • f3e2e35533 Change icon id for GLFW to load it WerWolv 2020-11-20 16:50:21 +01:00
  • 0d9175dc15 Fixed built-in types to not work inside structs WerWolv 2020-11-20 15:52:06 +01:00
  • 302caba403 Added copy hex view as HTML option WerWolv 2020-11-20 15:15:43 +01:00
  • 920b32b432 Added top offset line to hex editor WerWolv 2020-11-20 13:51:27 +01:00
  • 81e5c945b4 Added copy hex view as string option WerWolv 2020-11-20 13:25:55 +01:00
  • 78ea4276ae Use constexpr for C++ array WerWolv 2020-11-20 11:58:40 +01:00
  • 12a36d08e2 Fixed hex editor selection to act weird on right click WerWolv 2020-11-20 11:57:40 +01:00
  • e4879f7546 Added copy programming language array to hex editor WerWolv 2020-11-20 11:57:14 +01:00
  • 34b8f481e1 Improved table rendering WerWolv 2020-11-20 11:56:37 +01:00
  • f36014194d Bring strings view and pattern data view in line with each other WerWolv 2020-11-20 00:16:50 +01:00
  • 763d1f0e2d Improved highlight drawing WerWolv 2020-11-20 00:10:55 +01:00
  • 5c6fb302d9 Allow characters to be highlighted in hex editor WerWolv 2020-11-19 23:56:17 +01:00
  • f748b75a19 Added begin, current and end goto offset modes WerWolv 2020-11-19 23:24:34 +01:00
  • 6a815d5ebb Allow mouse highlighting of bytes highlighted by pattern WerWolv 2020-11-19 22:34:56 +01:00
  • bfb079cb4f Fixed syntax errors at the end of the file to not be caught WerWolv 2020-11-19 22:06:38 +01:00
  • 89afbd1aef Fixed pattern data view not rendering at all WerWolv 2020-11-19 21:59:27 +01:00
  • ed9922c8a9 Only print 4 characters for type size by default WerWolv 2020-11-19 21:43:03 +01:00
  • 3fe231cdb0 Only print as many hex characters as the type is long WerWolv 2020-11-19 21:30:39 +01:00
  • 269af11eb4 Added enum support back WerWolv 2020-11-19 21:30:12 +01:00
  • 6ed3936424 Added imgui_demo because it told me so WerWolv 2020-11-19 21:19:27 +01:00
  • 24c8fc6957 Added back pattern data sorting WerWolv 2020-11-19 21:19:03 +01:00
  • 9965322505 Link winsock2 library on windows for htonl WerWolv 2020-11-19 11:37:50 +01:00
  • 9b04373809 Use htonl instead of bswap to technically support big endian systems WerWolv 2020-11-19 11:37:16 +01:00
  • 6fffc589bf Completely rewrite highlight and pattern evaluator WerWolv 2020-11-19 11:36:52 +01:00
  • 0889764bcc Updated credits WerWolv 2020-11-17 15:38:42 +01:00
  • e40bb5c498 Use ImGui-Addons by gallickgunner as file picker instead WerWolv 2020-11-17 15:38:24 +01:00
  • a255e062be Fixed 64 bit fseek and ftell on Linux WerWolv 2020-11-17 14:09:48 +01:00
  • 02c3821ea7 Allow loading of huge files WerWolv 2020-11-17 13:59:32 +01:00
  • e61dfa0927 Fixed about and cheat sheet window WerWolv 2020-11-17 13:59:16 +01:00
  • c8304eb497 Merge remote-tracking branch 'origin/master' WerWolv 2020-11-17 13:58:56 +01:00
  • 6e21f703ab Added file drag and drop support WerWolv 2020-11-17 13:58:50 +01:00
  • 7550cf394c
    Improved screenshot WerWolv 2020-11-17 03:32:16 +01:00
  • d05805595e Fixed copying when highlightEnd > highlightStart v1.1.0 WerWolv 2020-11-17 02:36:12 +01:00
  • 975c3a9276 Added byte color to pattern data table WerWolv 2020-11-17 02:33:15 +01:00
  • 43d5fe2f4d Improved byte highlight color palette WerWolv 2020-11-17 02:32:53 +01:00
  • a2fb9306c7 Disallow using declarations with invalid or not yet declared types WerWolv 2020-11-17 02:32:32 +01:00
  • 4c07983834 Added pattern preprocessor and #define and #include support WerWolv 2020-11-17 02:31:51 +01:00
  • b28d45df8a Fix //-style comments not working on last line WerWolv 2020-11-16 22:54:54 +01:00
  • c863b2f65b Added validator to catch more syntax errors in pattern code WerWolv 2020-11-16 22:54:39 +01:00
  • 896cad1fe0 Fix linux build WerWolv 2020-11-16 00:23:27 +01:00
  • 8b9b284ae9 Add more hex editor shortcuts WerWolv 2020-11-16 00:07:42 +01:00
  • 9ffd393a4a Added multi-byte selecting with mouse WerWolv 2020-11-15 23:27:46 +01:00
  • 559fd28036 Added hexadecimal search WerWolv 2020-11-15 23:04:46 +01:00
  • 4452f9754e Added regex replacer and color picker to tools window WerWolv 2020-11-15 21:31:04 +01:00
  • 983c1b4a90
    Merge pull request #1 from averne/master WerWolv 2020-11-15 16:06:33 +01:00
  • cd9d0bcf34 Show more information in data information window WerWolv 2020-11-15 16:06:10 +01:00
  • ec294228ae Simple configuration parsing for size scaling averne 2020-11-15 15:49:21 +01:00
  • bbfb0556a6 Only statically link on Windows averne 2020-11-15 15:48:30 +01:00
  • 0b8b887978 Make strings view less laggy WerWolv 2020-11-15 03:51:59 +01:00
  • 9320ffdbbd Add ASCII table to tools WerWolv 2020-11-15 02:50:56 +01:00
  • a955f522bd Added strings finder WerWolv 2020-11-15 01:42:43 +01:00
  • 2526eda0db Added tools window WerWolv 2020-11-15 00:46:38 +01:00
  • 5b2dc51c07 Use tables to display pattern data WerWolv 2020-11-15 00:46:18 +01:00
  • 30c0ce8d2c Updated ImGui to Docking + Table branch WerWolv 2020-11-15 00:45:37 +01:00
  • c758eb244b Added a help window WerWolv 2020-11-14 21:16:03 +01:00
  • d9f5a974cb Remove requirement for a comma after the last enum entry WerWolv 2020-11-14 15:06:27 +01:00
  • 658d4ec478 Revamped pattern data displaying to support per-type displaying WerWolv 2020-11-14 14:42:21 +01:00
  • 72f9da2a67 Display entropy by always creating 2048 blocks for every file WerWolv 2020-11-14 14:41:15 +01:00
  • 41c70bce44 Add enums WerWolv 2020-11-14 14:40:21 +01:00
  • 999db12a3a Added // and /* */ style comments to scripting language WerWolv 2020-11-13 14:35:52 +01:00
  • 7a30072fcb Removed useless pattern file size limitation WerWolv 2020-11-13 13:50:59 +01:00
  • 0cdacc4b9f Updated .gitignore WerWolv 2020-11-13 13:06:57 +01:00
  • a6b04e99f6 Added magic database for Nintendo console files WerWolv 2020-11-13 13:06:45 +01:00
  • 8aa4402f88 Don't show pattern editor when no file is loaded WerWolv 2020-11-13 13:06:22 +01:00
  • 295b32b890 Fixed handle leak when loading pattern file WerWolv 2020-11-13 12:07:30 +01:00
  • 0dcf02f891 Actually display signed and floating point data in the right format WerWolv 2020-11-13 12:07:05 +01:00
  • 15b91c1cac Show complete variable name in pattern data view WerWolv 2020-11-13 11:37:43 +01:00
  • 0bdc442bf0 Fixed pattern array highlighting offsets being wrong WerWolv 2020-11-13 11:15:34 +01:00
  • d44ffde2a9 Fixed color flickering after loading pattern WerWolv 2020-11-13 11:15:07 +01:00
  • 867b87415b Statically link all libs again to make it work on all Windows systems WerWolv 2020-11-13 00:43:04 +01:00
  • 761522a540 Fixed highlighting calculating sizes wrongly WerWolv 2020-11-13 00:42:29 +01:00
  • 00cf8ecb18 Set minimum window size to 720x480 v1.0.0 WerWolv 2020-11-12 23:58:31 +01:00
  • 06fe80dbd5 Removed Dockspace title bar again WerWolv 2020-11-12 23:58:16 +01:00
  • 83bb358427 Added arrays WerWolv 2020-11-12 23:57:43 +01:00
  • f0fe3a85d2 Fix window resizing WerWolv 2020-11-12 23:08:31 +01:00
  • 86fdd531da Fix crash if no magic folder is present WerWolv 2020-11-12 23:08:17 +01:00
  • 8172cf28db Add build support for Linux building WerWolv 2020-11-12 22:50:23 +01:00