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 XBE->Exe Functionality #626

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

mariaWitch
Copy link

There are numerous analysis tools which are compatible with Windows PE files, but do not work with XBE files even though they are functionally compatible. Adding this functionality would allow for the conversion of Xbe files to a dummy Exe file allowing for the use of these tools. There is no need in needing these exe files to be executable or even functionally correct, as long as the correct header information is maintained between both files.

Overall, the produced Exe file is not meant to be executed on actual systems, but only meant as a way to further additional analysis.

@mariaWitch
Copy link
Author

I welcome any additions that Maintainers may have, as most of the information that I am using is coming from the Exe->Xbe conversion process that already exists in Cxbe, and EmuExe.cpp from Cxbx.

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

Successfully merging this pull request may close these issues.

None yet

1 participant