Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PE: Support multiple debug directories and VCFeature, Repro, ExDllCharacteristics, POGO parsers #403

Merged
merged 28 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4a432f4
PE: Support multiple debug directories and VCFeature metadata
kkent030315 Apr 12, 2024
e0b325f
Import `alloc::vec::Vec;`
kkent030315 Apr 12, 2024
f817a0f
Use `core::mem` instead of `std::mem`
kkent030315 Apr 12, 2024
b4c19ed
Merge remote-tracking branch 'upstream/master' into tls
kkent030315 Oct 27, 2024
22e1a3a
Refactor `DebugData` with TE compatibility
kkent030315 Oct 28, 2024
04dad2d
Add `ReproInfo` and `ExDllCharacteristicsInfo` parsers
kkent030315 Oct 28, 2024
bfa48ca
Remove impl `ImageDebugDirectory`
kkent030315 Oct 28, 2024
9f6254f
Fix docs
kkent030315 Oct 28, 2024
44bb522
Fix doc comments
kkent030315 Oct 28, 2024
7ebb036
add more `IMAGE_DLLCHARACTERISTICS_EX_` fields
kkent030315 Oct 28, 2024
b86b0b8
Merge branch 'tls' of /~https://github.com/kkent030315/goblin into tls
kkent030315 Oct 28, 2024
a0d22ce
Merge remote-tracking branch 'upstream/master' into tls
kkent030315 Oct 28, 2024
f2af2f6
Fix doc
kkent030315 Oct 28, 2024
10fc043
Format
kkent030315 Oct 28, 2024
b4c2672
Update doc comment
kkent030315 Oct 28, 2024
96ae98f
Add validation for scoped slice bytes
kkent030315 Oct 28, 2024
c5ff9c7
Add tests for codeview/pdb70
kkent030315 Oct 28, 2024
1be8826
Add test case for binaries with no debug directories
kkent030315 Oct 28, 2024
50bdcc8
Fix doc
kkent030315 Oct 28, 2024
2186578
Fix doc
kkent030315 Oct 28, 2024
24879d6
Add parser for `IMAGE_DEBUG_TYPE_POGO`
kkent030315 Oct 28, 2024
60c1430
Fix doc
kkent030315 Oct 28, 2024
ddca65d
Format
kkent030315 Oct 28, 2024
3651bd7
Simplify `POGOEntryIterator::next`
kkent030315 Oct 28, 2024
3b3d5d4
backwards compatible
kkent030315 Dec 19, 2024
2cc6035
remove unnecessary `pub`s
kkent030315 Dec 20, 2024
737cc6a
improve string slice exprs
kkent030315 Dec 20, 2024
d0be14a
remove unused `Option<T>`s
kkent030315 Jan 10, 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