WerWolv
c7fc39ac19
git: Make sure test data is always treated as binaries
2024-06-26 20:59:41 +02:00
WerWolv
b540ead0ae
includes/std: Added std::IIndexed as a nicer wrapper around std::core::array_index()
2024-06-25 22:52:57 +02:00
Nik
26878548f0
includes/std: Fixed NullString not including null terminator and not checking for string end correctly
2024-06-23 18:45:13 +02:00
C3pa
e4c9d86755
includes/std: Add some fixes from the WerWolv/Documentation repo ( #262 )
...
* Escape backslash in DOSPath docs
* Spelling correction for std\sys.pat
---------
Co-authored-by: Nik <werwolv98@gmail.com >
2024-06-22 10:59:36 +02:00
WerWolv
2a3de1b705
includes: Tabs -> Spaces
2024-06-22 10:46:30 +02:00
WerWolv
e02280f9ee
includes/type: Added arbitrarily formattable type
2024-06-20 21:21:42 +02:00
WerWolv
bbba68cef7
includes/std: Added null-terminated strings to the strings library
2024-06-20 21:21:30 +02:00
Joachim Schiele
28b281b403
patterns/pe: Added .didata section support ( #257 )
2024-06-16 15:23:01 +02:00
Kirill Gladkikh
c807959d75
patterns/jpeg: Support EOF in the middle of JPEG ( #240 )
...
* Support EOF in the middle of file
* Changed to eoi marker searching
2024-06-16 15:16:01 +02:00
Francisco J. Solis
3416d30f2b
pattern/dds: Fix bitfield PixelFormatFlags ( #259 )
...
* Fix bitfield PixelFormatFlags
The padding names should not repeat
Comments should be added to each field for clarification
Padding should be corrected for luminance.
* Re-work of PixelFormatFlags
Add more information considering current GIMP repository structure
https://gitlab.gnome.org/GNOME/gimp/-/blame/master/plug-ins/file-dds/dds.h\#L145
2024-06-09 22:15:05 +02:00
iTrooz
10bf1c76cf
chore: mention description pragma in PR template
ImHex-v1.34.0
2024-05-20 01:05:48 +02:00
iTrooz
5b7c212029
git: use ccache ( #253 )
2024-05-20 01:01:59 +02:00
iTrooz
1c2e948940
test: Make description pragma mandatory ( #251 )
2024-05-20 00:35:24 +02:00
iTrooz
7ea34e410a
fix: add missing ; to core.pat
2024-05-20 00:13:52 +02:00
iTrooz
56950e44d8
fix: use renamed PatternRuntime::getEvalError() ( #252 )
2024-05-20 00:10:34 +02:00
iTrooz
ed42452fc1
chore: remove old coverage code
2024-05-20 00:01:36 +02:00
iTrooz
a68ecb8888
fix: run tests concurrently
2024-05-20 00:01:00 +02:00
WerWolv
8d4cf59497
patterns/ffx: Updated submodule
2024-05-19 17:05:56 +02:00
Benjamin Gilbert
3c2fed22e4
patterns: Add Windows animated cursor ( #242 )
...
* patterns: Add Windows animated cursor
* Added readme entry
* Added mime type to readme
---------
Co-authored-by: Nik <werwolv98@gmail.com >
2024-05-19 16:58:03 +02:00
Christoph Koehler
ff550bd105
patterns: Add Digital Terrain Elevation Data (DTED) pattern file ( #243 )
...
Tested on DTED0 and DTED2, will likely work with DTED1 as well.
2024-05-19 16:55:30 +02:00
Rebuild
0ad6e3abde
patterns/mp4: Use FixedPoint32 instead of u32 for width and height ( #248 )
...
Update mp4.hexpat
* Use FixedPoint32 instead of u32 for width and height
* Add formatting for displaying fixed point 16.16 and 8.8 numbers
2024-05-19 16:55:04 +02:00
Marijn Kneppers
891968db53
includes/std: Add create_directories to std ( #250 )
2024-05-19 16:46:05 +02:00
Marijn Kneppers
5799d1d7ea
includes/std: Make std::file::flush not delete files ( #246 )
2024-05-12 23:39:49 +02:00
Marijn Kneppers
9c6bfeb50f
includes/hex: Added hex::core::add_virtual_file ( #247 )
2024-05-12 23:38:57 +02:00
AdventureT
9f7cdded6a
Crashlvl: Added support for version 0.95 ( #245 )
...
* Working on new Version
* Needs testing
* Updated CrashLvl script to support version 0.94c
* Update README.md
* Added TestData and author to script
* Delete tests/patterns/test_data/CrashLvl.hexpat.bin
* CrashLvl.hexpat: Added support for version 0.95
2024-05-12 23:38:25 +02:00
Claudius Coenen
03298b0b0c
patterns: Added Wintec TES file pattern ( #238 )
2024-04-21 12:33:19 +02:00
LolHacksRule
5f2738872e
patterns: Added XGSPak and XGSTexture patterns ( #237 )
...
* Add XGSPak and XGSTexture patterns
* Whoops forgot proper pointers
* Fix typo
* Whoops
* Proper start
* Update xgstexture.hexpat
2024-04-21 12:32:26 +02:00
nazDridoy
63585e6de7
patterns/7z: Added MIME type ( #241 )
2024-04-21 12:25:00 +02:00
Sabhya Raj Mehta
cb6caafa64
patterns/refs: Added Structure for MinStoreB+ node, missing GlobalRootNode Names & parses all Superblocks ( #236 )
...
[+] Added Structure for MinStoreB+ node, Missing GlobalRootNode Names
2024-03-29 11:55:01 +01:00
Leon Jacobs
236fadee47
patterns: Added gguf pattern ( #235 )
...
* (feat) add gguf parser
* (chore) cleanup empty struct
* (tests) add sample gguf for tests and update readme
* (feat) update type enum
2024-03-28 21:55:18 +01:00
GlorifiedPig
0549e62a14
patterns/tar: Fixed minor typo ( #230 )
...
changes "if" to "id"
ImHex-v1.33.2
2024-03-21 22:16:37 +01:00
Sabhya Raj Mehta
b4bf2b946f
patterns/refs: Added filesystem Checking, comments, Renamed REFS_HEADER, and Fixed typo. ( #231 )
...
Added FileSystem Checking and comments && renamed struct ReFSHeader to VolumeBootRecord && Fixed Typo
2024-03-21 22:16:15 +01:00
Zwip-Zwap Zapony
5e82bfadac
includes/std: Replace get_attribute_value with get_attribute_argument ( #233 )
...
Update get_attribute_argument/get_attribute_value
Replace std::core::get_attribute_value with std::core::get_attribute_argument
Mark optional arguments with square brackets in the documentation comments, and list their default values
2024-03-21 21:48:53 +01:00
Sabhya
a5c9f3b18a
patterns: Added ReFS filesystem pattern ( #229 )
...
Added Pattern File For Parsing ReFS filesystem Header, SuperBlock and CheckPoint && updated README.md
2024-03-17 10:19:18 +01:00
Nik
38262e6bb9
tests/patterns: Moved xilinx bootgen test file to correct folder
2024-03-16 10:24:09 +01:00
Nik
0a37b60d70
git: Mark all test files as binary
2024-03-16 10:22:51 +01:00
Shadlock0133
345e264ff8
patterns: Add .bgcode file ( #222 )
...
Support for binary G-code files, used by 3d printers
2024-03-15 21:54:58 +01:00
syuuha
ba2c396534
patterns: Added pattern for ADTS files ( #223 )
2024-03-15 21:54:41 +01:00
paxcut
439f04e19b
includes/std: Fixed "unknown function fm" error was shown in pattern data. ( #225 )
2024-03-15 21:54:03 +01:00
ogmini
eaeea8d093
patterns: Added pattern for Windows 11 Notepad Window State bin file ( #228 )
...
* Add files via upload
* Update README.md
* Update README.md
* Add files via upload
* Update Notepad-WindowState.hexpat
* Update and rename Notepad-WindowState.hexpat to notepadwindowstate.hexpat
* Rename Notepad-WindowState.hexpat.bin to notepad-windowstate.hexpat.bin
* Update README.md
2024-03-15 21:53:40 +01:00
Nik
9af8d7e693
includes/std: Added back #pragma once to mem library
ImHex-v1.33.1
2024-02-27 20:28:02 +01:00
WerWolv
dac2e0f786
patterns: Fixed a few errors
ImHex-v1.33.0
2024-02-25 22:59:32 +01:00
Nik
f70b7066b9
includes: Switch over to import statements ( #224 )
...
* Update includes and patterns to new import system
* Update namespaces to new syntax
2024-02-25 22:04:41 +01:00
WerWolv
3f44a743e8
yara: Added advanced analysis rules
2024-02-25 11:29:59 +01:00
WerWolv
834e5261b3
tests: Fixed tests not building
2024-02-18 13:07:04 +01:00
Nik
0e2966f10d
includes/std: Added missing std::core::set_pattern_comment function
2024-02-09 13:23:51 +01:00
Nik
b2bc248447
includes/hex: SectionId -> Section
2024-01-31 08:24:03 +01:00
Nik
e6589ecba1
includes/std: Make std::mem::read_string take in a larger size
2024-01-31 08:22:25 +01:00
apewo
f75ba4b6ee
patterns/pe: Add extra MIME Type ( #220 )
...
add pe mime
Co-authored-by: John Doe <bla@bla.bla >
2024-01-29 18:36:21 +01:00
Nik
cf18580960
includes/hex: Added decompress functions
2024-01-27 17:05:08 +01:00