We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
0x1000
0x10000
I guess this could be a sibling of RG_OPT_COMPAT_THERMIDA and RG_OPT_COMPAT_VMPROTECT
RG_OPT_COMPAT_THERMIDA
RG_OPT_COMPAT_VMPROTECT
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Yes, I tried drm value of 38 :(
No branches or pull requests
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 of0x10000
.I guess this could be a sibling of
RG_OPT_COMPAT_THERMIDA
andRG_OPT_COMPAT_VMPROTECT
The text was updated successfully, but these errors were encountered: