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 Crysis Warhead support (64-bit only) #36

Merged
merged 4 commits into from
Jan 19, 2024
Merged

Conversation

ccomrade
Copy link
Owner

Close #21

32-bit version of Crysis Warhead is still not supported because of SecuROM in its EXE.

64-bit version has a separate Bin64/Crysis64.exe without SecuROM because that garbage does not work in 64-bit code apparently. Bin64/Crysis.exe is a 32-bit SecuROM launcher, which we can safely ignore. This is not true for 32-bit version unfortunately, as it has only one Bin32/Crysis.exe. We would need some runtime SecuROM unpacker to support 32-bit version as well. This is starting to get shady.

@ccomrade ccomrade self-assigned this Jan 15, 2024
@ccomrade ccomrade marked this pull request as ready for review January 19, 2024 00:22
@ccomrade ccomrade merged commit 482a411 into master Jan 19, 2024
2 checks passed
@ccomrade ccomrade deleted the feature/warhead branch January 19, 2024 00:23
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.

Crysis Warhead support
1 participant