Skip to content

added support for exception directories (x64)#327

Merged
erocarrera merged 1 commit intoerocarrera:masterfrom
Auscitte:master
Aug 31, 2021
Merged

added support for exception directories (x64)#327
erocarrera merged 1 commit intoerocarrera:masterfrom
Auscitte:master

Conversation

@Auscitte
Copy link
Copy Markdown
Contributor

Expection directories are parsed in PE::parse_exceptions_directory().

New classes:
- StructureWithBitfields
- ExceptionsDirEntryData
- UnwindInfo
- PrologEpilogOp
- PrologEpilogOpPushReg
- PrologEpilogOpAllocLarge
- PrologEpilogOpAllocSmall
- PrologEpilogOpSetFP
- PrologEpilogOpSaveReg
- PrologEpilogOpSaveRegFar
- PrologEpilogOpSaveXMM
- PrologEpilogOpSaveXMMFar
- PrologEpilogOpPushFrame
- PrologEpilogOpEpilogMarker
- PrologEpilogOpsFactory

Implementation notes can be found in
https://auscitte.github.io/systems%20blog/Exception-Directory-pefile#implementation-details

Expection directories are parsed in PE::parse_exceptions_directory().

New classes:
        - StructureWithBitfields
        - ExceptionsDirEntryData
        - UnwindInfo
        - PrologEpilogOp
        - PrologEpilogOpPushReg
        - PrologEpilogOpAllocLarge
        - PrologEpilogOpAllocSmall
        - PrologEpilogOpSetFP
        - PrologEpilogOpSaveReg
        - PrologEpilogOpSaveRegFar
        - PrologEpilogOpSaveXMM
        - PrologEpilogOpSaveXMMFar
        - PrologEpilogOpPushFrame
        - PrologEpilogOpEpilogMarker
        - PrologEpilogOpsFactory

Implementation notes can be found in
https://auscitte.github.io/systems%20blog/Exception-Directory-pefile#implementation-details
@erocarrera erocarrera merged commit ac59c52 into erocarrera:master Aug 31, 2021
@erocarrera
Copy link
Copy Markdown
Owner

Thanks for this mighty work! this is really great!

erocarrera added a commit that referenced this pull request Aug 31, 2021
erocarrera added a commit that referenced this pull request Aug 31, 2021
Updated the dump files for x64 PEs for which their exception directories are now parsed after merging #327
@Auscitte
Copy link
Copy Markdown
Contributor Author

Auscitte commented Sep 6, 2021

Thank you! I hope, people will find it useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants