Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
97b21d3
PE: Add resource parser
kkent030315 Oct 29, 2024
37422dd
Simplify expression
kkent030315 Oct 31, 2024
eae687e
Add doc comment
kkent030315 Oct 31, 2024
e68f7f9
alloc compatible
kkent030315 Oct 31, 2024
1c785df
Fix doc comment
kkent030315 Oct 31, 2024
6735a20
Simplify expressions
kkent030315 Oct 31, 2024
ca4f4d7
add test
kkent030315 Nov 1, 2024
f169791
more stricter tests
kkent030315 Nov 2, 2024
1d29ab6
Fix docs, check malformed to prevent panics
kkent030315 Nov 2, 2024
1dcb1ba
Fix doc
kkent030315 Nov 2, 2024
475bf2e
Check malformed for iterator data
kkent030315 Nov 2, 2024
a7c3a84
Remove `pub` from `num_resources`
kkent030315 Dec 11, 2024
8d24f32
Remove `pub` from `data`
kkent030315 Dec 11, 2024
b783f79
Remove `pub` from `data`
kkent030315 Dec 11, 2024
80943fd
Remove unnecessary lifetime from impl `VsFixedFileInfo`
kkent030315 Dec 11, 2024
a65c91c
Remove `pub` from `VersionInfo::data`
kkent030315 Dec 11, 2024
65c9e5f
Simplify entry id identification
kkent030315 Dec 11, 2024
8bd5837
try impl `ResourceEntryIterator::find_by_id`
kkent030315 Dec 11, 2024
834a6ab
adjustment for with or without alignments
kkent030315 Jan 4, 2025
2a03ef6
move `align_up` to `utils`
kkent030315 Jun 16, 2025
03347fe
add `Utf16String<'a>` for parsing utf16 strings
kkent030315 Jun 16, 2025
e1a1b2b
fix comment
kkent030315 Jun 16, 2025
31c68d2
make `StringFileInfo` fields private
kkent030315 Jun 16, 2025
947f923
make `next_iter` safe
kkent030315 Jun 16, 2025
1fd5b79
use `pread_with::<&[u8]>` for simplifying code
kkent030315 Jun 16, 2025
caab4f2
remove noop offset alignment
kkent030315 Jun 16, 2025
3198e67
use scroll for slicing bytes
kkent030315 Jul 7, 2025
63ed4bf
make `Utf16String::to_string` safe
kkent030315 Jul 7, 2025
92cf2d8
fix obsolated doc comment
kkent030315 Jul 7, 2025
56f0c08
use `alloc::string::ToString`
kkent030315 Jul 7, 2025
6c88ba0
make `to_utf16_string` simpler
kkent030315 Jul 18, 2025
7edb2f8
repr c
kkent030315 Jul 18, 2025
20a9f46
make key pub(crate)
kkent030315 Jul 18, 2025
e6ebca6
final fix
kkent030315 Jul 21, 2025
18ffb15
fix invalid surrogate pair test
kkent030315 Jul 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading