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

Add support for reading / writing hacked PE files #40

Open
xoofx opened this issue Oct 1, 2024 · 0 comments
Open

Add support for reading / writing hacked PE files #40

xoofx opened this issue Oct 1, 2024 · 0 comments
Labels
enhancement New feature or request Help Welcome A pull-request is welcome to fix this issue

Comments

@xoofx
Copy link
Owner

xoofx commented Oct 1, 2024

It would be nice to be able to read/write hacked PE files like Tiny PE file here or the one described in http://www.phreedom.org/research/tinype/

This test was working at some point during the development of PR #34 but I removed support for it.

The problem is that it requires to manage overlapping data (e.g. the content of PE Section stored in Dos Header) and it complicates significantly corner cases to handle when loading/writing. Not worth considering that I don't plan to hack around PE but manipulate/create fairly standard PE files.

@xoofx xoofx added enhancement New feature or request Help Welcome A pull-request is welcome to fix this issue labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Help Welcome A pull-request is welcome to fix this issue
Projects
None yet
Development

No branches or pull requests

1 participant