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

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 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
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