Nik
8f1f4911a0
includes/std: Fixed value display error with std::string::NullString
2024-08-07 22:12:25 +02:00
Eldred Habert
1d7cc537ed
patterns: Added RGBDS object file format ( #287 )
2024-08-07 22:11:29 +02:00
qux-bbb
62ceaae09b
patterns/lua54: Add a Lua 5.4 test file ( #286 )
2024-08-04 21:54:24 +02:00
Nik
4a8a6cba1b
patterns/flipper_settings: Removed #pragma magic as they would give too many false positives
2024-08-03 20:14:27 +02:00
Nik
c3eb9e4126
patterns: Improved pattern descriptions
2024-08-03 17:44:37 +02:00
WerWolv
a263347414
tests: Added StuffIt5 archive
2024-08-03 15:16:48 +02:00
qux-bbb
204599a70b
patterns: Added Lua 5.3 bytecode pattern ( #285 )
2024-08-03 14:47:07 +02:00
Jan Wiesemann
bf6ee6d02f
patterns: Added pattern for Flipper Zero settings ( #281 )
...
* Added pattern for Flipper Zero settings
* Added readme entry
---------
Co-authored-by: Nik <werwolv98@gmail.com >
2024-08-03 14:11:02 +02:00
qux-bbb
0125ec2c57
patterns: Added Lua 5.2 bytecode pattern ( #284 )
2024-08-03 14:07:50 +02:00
applecuckoo
c5aaac25dd
patterns/uf2: Added Family ID enum to uf2.hexpat, Added missing description pragmas and other minor fixes ( #282 )
...
* patterns/uf2: add family ID enum
* patterns/uf2: Fix enum spacing
* patterns: add missing description pragmas and README entries, etc.
* patterns/uf2: add reference for Family ID enum
2024-08-03 10:47:40 +02:00
qux-bbb
196011ead9
patterns: Added Lua 5.1 bytecode pattern ( #283 )
2024-08-03 10:46:25 +02:00
xtex
5b15136ea4
patterns: Add HSDT pattern ( #280 )
...
Co-authored-by: Nik <werwolv98@gmail.com >
2024-07-27 08:38:44 +02:00
qux-bbb
59c954ae28
patterns/lua54: Removed empty line ( #278 )
...
Remove an empty line.
2024-07-26 19:52:24 +02:00
Hikodroid
8a5cb1061b
patterns/fbx: Simplified the fbx hexpat ( #277 )
2024-07-26 19:52:01 +02:00
Hikodroid
120bc84548
patterns/fbx: Fixed the fbx hexpat ( #276 )
...
* patterns: FBX - revised hexpat for fbx files but still broken
* patterns: FBX - implemented a workaround for the previously broken hexpat
* Disable ImHex-specific functions outside of ImHex
---------
Co-authored-by: Nik <werwolv98@gmail.com >
2024-07-25 00:00:11 +02:00
WerWolv
0e17355db0
tests: Added more test files
2024-07-23 21:03:17 +02:00
WerWolv
6aee524d1a
patterns: Fix various patterns, added more test files
2024-07-23 20:31:43 +02:00
WerWolv
b42c571d4d
patterns: Fixed run problems with some patterns
2024-07-23 18:39:05 +02:00
xndcn
71e1ad8df7
patterns/jpeg: Simplify EOI marker search ( #272 )
...
Co-authored-by: Nik <werwolv98@gmail.com >
2024-07-23 18:37:03 +02:00
WerWolv
5c7d77b50f
patterns: Added Kaydara FBX Binary format
...
Credit to @Hikodroid
2024-07-23 18:29:02 +02:00
WerWolv
a746ecb164
tests: Moved/Renamed some test files
2024-07-23 18:24:05 +02:00
Dexrn ZacAttack
569e5c4c1a
patterns: Added Minecraft LCE save format ( #256 )
...
* Add Minecraft LCE save format
* Add files to the pattern
took forever lol cuz weird syntax
* NBT parsing n stuff
* Minecraft Xbox 360 Edition saves, read description
TU033 is a pre-release version, which has a slightly different file format that I documented myself [here](https://github.com/Team-Lodestone/Documentation/blob/main/LCE/Pre-Release%20Save%20Format.md )
TU5 is a release version which uses the same file format used all the way up to latest TU (aka the last version released)
All of these saves have been decompressed from XMemCompress (iirc modified LZX)
Chunk data however is still compressed, because it's not meant to be uncompressed in the scope of reading the save.
https://github.com/Team-Lodestone/Documentation/blob/main/LCE/LCE%20File%20Versions.md
* Support Pre-Release files, JANKY file type detection, min and cur version.
* fix top comment
* LCE saves to readme
2024-07-23 18:17:02 +02:00
applecuckoo
0316f2b667
patterns: Add PKM pattern + add BCC checksum verification to ntag pattern ( #274 )
...
* patterns/ntag: add BCC checksum verification
* patterns: add PKM file pattern
* Add entry to README
* Added missing import
---------
Co-authored-by: Nik <werwolv98@gmail.com >
2024-07-23 08:30:05 +02:00
WerWolv
196695e37b
includes/std: Allow std::print() and std::format() to take any value as format argument again
2024-07-12 21:19:43 +02:00
WerWolv
bced518508
includes/std: Added std::mem::reached() for use with while-sized arrays
2024-07-10 21:32:55 +02:00
WerWolv
2f795fc23c
includes/std: Added attrs library
2024-07-10 21:32:35 +02:00
C3pa
5ff783d571
includes: Fix various spelling errors ( #270 )
...
docs: fix some spelling errors
Related issue:
https://github.com/WerWolv/ImHex/issues/1139
2024-07-10 21:09:15 +02:00
WerWolv
4299243e95
includes/std: Added hex::dec::lz4_decompress()
ImHex-v1.35.4
2024-07-07 15:51:40 +02:00
Surasia
23b3c2b5d0
git: Fix hinf_tag and hinf_module links in readme ( #268 )
2024-07-07 13:44:04 +02:00
Surasia
da1c2687e8
patterns/hinf_*: Add Halo Infinite tag and module file patterns ( #267 )
...
* patterns/hinf: Add Halo Infinite Tag and Module patterns
* patterns/hinf_bitmap: remove pattern
2024-07-06 17:33:03 +02:00
WerWolv
18f968df5b
includes/std: Drastically improved std::mem::MagicSearch, added find_string and find_string_in_range
2024-07-04 20:47:39 +02:00
WerWolv
f797c711ca
includes/std: Optimize std::bit::popcount
2024-07-04 17:58:12 +02:00
WerWolv
5380877da4
tests: Added error message when no description is used
2024-07-04 08:28:20 +02:00
Marc Butler
bb46276bde
patterns: Added Password Safe Version 3 pattern ( #266 )
...
* Add password safe V3
* Added description pragma
---------
Co-authored-by: Nik <werwolv98@gmail.com >
2024-07-04 08:27:51 +02:00
Nik
4242869ac1
patterns/zlib: Cast bitfield enums to integers before doing math with them
2024-07-03 22:48:15 +02:00
WerWolv
8bdcd814a9
includes/std: Added std::unimplemented()
2024-07-02 18:00:52 +02:00
WerWolv
d7811ff5e9
patterns: Replaced old bitfield order attributes with new ones
...
Fixes #265
2024-07-02 18:00:41 +02:00
WerWolv
4d0b3e21bc
includes/std: Added better documentation to std::mem::current_bit_offset()
2024-07-02 18:00:05 +02:00
WerWolv
acd6903b21
includes/std: Added crc8, crc16 and crc64 functions
...
Fixes #226
2024-07-02 17:59:40 +02:00
WerWolv
8d2a39f7d4
git: Added build folders to gitignore
2024-07-02 17:58:47 +02:00
Nik
65ef3a7783
includes/std: Removed cyclic dependency between std.mem and std.string
2024-07-01 23:47:09 +02:00
Nik
21a0b99eac
includes/std: Added missing string include to std::mem
2024-06-29 23:25:58 +02:00
Rebuild
a33b68921d
patterns: Added ttf/otf format ( #263 )
...
* Add ttf/otf format
* ttf: Put cff to preprocessing
2024-06-29 22:52:21 +02:00
Nik
a0bb71be58
includes/std: Added std::core::execute_function()
ImHex-v1.35.0
ImHex-v1.35.3
ImHex-v1.35.2
ImHex-v1.35.1
2024-06-29 11:53:43 +02:00
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