GithubHelp home page GithubHelp logo

kagikn / exeintegritybypassagainstrgl Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 4.0 13 KB

A Version Check Bypass ASI for Grand Theft Auto V for older versions that use Rockstar Games Launcher

License: BSD Zero Clause License

C++ 91.54% C 8.46%

exeintegritybypassagainstrgl's Introduction

kagikn's GitHub Stats Top Langs The repo that someone else owns and I contributed most

exeintegritybypassagainstrgl's People

Contributors

kagikn avatar michael21107 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

exeintegritybypassagainstrgl's Issues

Some clarification

Hi there, just wanted to provide useful info to clarify some things.

The check that you're patching doesn't have anything to do with RGL, nor with the game version.
There are essentially two reasons for the failed check:

  1. R* have changed their SC DLL code signing once again.
    image
    new vs old

  2. Older game builds expect that the Issuer is either Entrust Code Signing Certification Authority - L1D, Entrust Code Signing CA - OVCS1, or DigiCert SHA2 Assured ID Code Signing CA. But as you can see, this is no longer the case with the new SC DLL. New game builds actually don't check the Issuer at all anymore, so the checks are even less strict now.

This means that new SC DLLs will fail that check in older game builds. You can find the same checks in RDR3, just look at the xrefs for WinVerifyTrust (the checks aren't even encrypted there).

Question

does this simply allow use of older gtav versions and use of SHV (and therefor SHVDN) without the need to backup any files file and revert them later?

Chance of allowing this to work in reverse?

So with the release of 1.0.3179.0, now users on non-Windows-10 builds have no viable bypass strategy for the version check. This is because we are stuck on an older version of RGL, and while this bypass works fine to allow that version to run 3095 and older, the check against 3179 (a newer EXE than the RGL version) fails.

Any chance there's a way to allow this to make newer executables pass their check with older versions of RGL?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.