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

Using /ALIGN:0x10000 breaks Steam applications #2

Open
TheBrooster opened this issue Apr 20, 2022 · 2 comments
Open

Using /ALIGN:0x10000 breaks Steam applications #2

TheBrooster opened this issue Apr 20, 2022 · 2 comments

Comments

@TheBrooster
Copy link

TheBrooster commented Apr 20, 2022

My exe works fine straight out of VS 2019. However; once the exe has been wrapped in the Steam DRM it no longer works.

Is is possible to make changes that would work with the default section alignment of 0x1000, instead of 0x10000.

I guess this could be a sibling of RG_OPT_COMPAT_THERMIDA and RG_OPT_COMPAT_VMPROTECT

@chztbby
Copy link
Owner

chztbby commented Apr 29, 2022

I think so. it may occurs conflict when remapping sections.

Have you tried setting the drm_wrap flag to 38?

38 - compatibility mode and also skip debugger check (least protection)
https://partner.steamgames.com/doc/features/drm

@TheBrooster
Copy link
Author

Yes, I tried drm value of 38 :(

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

No branches or pull requests

2 participants