Jump to content

dartraiden

Member
  • Posts

    149
  • Joined

  • Last visited

Reputation Activity

  1. Informative
    dartraiden reacted to daltroaugusto in Hacking Nvidia's Drivers!   
    I know I might be late (just created an account right now, and my p106-100 is still arriving). However, how it can be useful for other Linux users... I see some guy in Arch Linux forums saying that the GPU performance isn't affected even using the latest drivers if you run nvidia-xrun methoad instead of the official NVIDIA Prime. So I think that for some reason is not the driver exactly that was broken, but the Prime software that it's used by default in Linux. You can find more information about nvidia-xrun in Arch Wiki (idk if external links are allowed here). I will test P106-100 in my setup (8gb DDR3/E3-1225v2) in three different OSs (Win10 LTSC, Win11 and openSUSE Linux) as soon as I get the card.
  2. Like
    dartraiden got a reaction from Erill93 in P106 NOW SUPPORT DirectX (Not Official)   
    The certificate was banned by Microsoft. It was used, among other things, to sign all kinds of malware.
     
    Grab the latest driver from here.
  3. Like
    dartraiden got a reaction from ogel2 in Hacking Nvidia's Drivers!   
    1. Improved compatibility with CMPxx cards (thx chenmoyu for idea).
    2. Fully automatic install (you no longer need to install a certificate manually and select video card manually).
    3. Certificate is automatically removed after installation.
     
    https://github.com/dartraiden/NVIDIA-patcher/releases/tag/536.99
     

  4. Informative
    dartraiden got a reaction from andresukma in Hacking Nvidia's Drivers!   
    CPU integrated video is not needed anymore
    iGPU is disabled, first PCI-E = 6700XT, second PCI-E = P106-100
    P106-100 is selected and used. But this option is worse than iGPU, because both PCI-E slots work as x8.
     


  5. Like
    dartraiden got a reaction from Kitsios in Hacking Nvidia's Drivers!   
    1. Improved compatibility with CMPxx cards (thx chenmoyu for idea).
    2. Fully automatic install (you no longer need to install a certificate manually and select video card manually).
    3. Certificate is automatically removed after installation.
     
    https://github.com/dartraiden/NVIDIA-patcher/releases/tag/536.99
     

  6. Like
    dartraiden got a reaction from andresukma in Hacking Nvidia's Drivers!   
    1. Improved compatibility with CMPxx cards (thx chenmoyu for idea).
    2. Fully automatic install (you no longer need to install a certificate manually and select video card manually).
    3. Certificate is automatically removed after installation.
     
    https://github.com/dartraiden/NVIDIA-patcher/releases/tag/536.99
     

  7. Informative
    dartraiden reacted to WanWan in Hacking Nvidia's Drivers!   
    Here you go

  8. Informative
    dartraiden got a reaction from WhiskeyDelta in Hacking Nvidia's Drivers!   
    If the iGPU and the motherboard output support such frequencies - no problems.
  9. Agree
    dartraiden got a reaction from arrprayudhi in Hacking Nvidia's Drivers!   
    Ryzen 5xxx without G suffix does not have integrated video.
    You need 5600G or 7xxx (all 7xxx CPU have igpu)
  10. Like
    dartraiden got a reaction from arrprayudhi in Hacking Nvidia's Drivers!   
    All files are taken from trusted sources. You can download them yourself and compare the hashes.
     
    JREPL.bat - https://www.dostips.com/forum/viewtopic.php?t=6044
    7z.dll, 7z.exe - https://www.7-zip.org/a/7z2201-x64.exe
    HookSigntool.dll, CSignTool.exe - https://github.com/Jemmy1228/HookSigntool/releases/tag/v2.1
    vcruntime140.dll, signtool.exe - have valid Microsoft digital signature (this guarantees their safety)
    inf2cat, Microsoft.UniversalStore*.dll - taken from Windows Driver Kit
     
  11. Like
    dartraiden reacted to chenmoyu in Hacking Nvidia's Drivers!   
    Hi, I brought the 531.41 patch driver that I made. It can work in secure boot, it can make p106,p104,p102,30hx,40hx,50hx,70hx,90hx work. It can pass anti-cheat programs such as eac, and it can also make VALORANT work on windows11. I have been distributing patches for free in China. Not always online. Please let me know if any anti-cheat programs fail. thank you all
  12. Like
    dartraiden got a reaction from Ridwan99 in Hacking Nvidia's Drivers!   
    Since the leaked certificates are freely available, they can be used to sign any binary, both malicious and useful.
     
    Yes, it is safe. Only 10 files are differ from original driver package
     

     
    You can remove signature from binaries with FileUnsigner then compare them with a hex editor. You will see that there are not many changes and they are all related to the card PIDs.
  13. Like
    dartraiden got a reaction from AngryShark in Hacking Nvidia's Drivers!   
    $300
  14. Like
    dartraiden got a reaction from AngryShark in Hacking Nvidia's Drivers!   
    Patched dlls signed with leaked NVIDIA certificate. This makes anticheats happy. Otherwise, if the dlls are signed by some other certificate (not from nvidia), anti-cheats will refuse to load them and 3D acceleration will not work in these games.
     
    .cat file signed with leaked Chinese certificate. This certificate has not been revoked, but has expired. Therefore, the signature must have a timestamp. The timestamp is a kind of confirmation from a third party that the driver was signed in the past, when the certificate has not yet expired.
     
    https://comodosslstore.com/resources/what-is-a-timestamp-in-code-signing-how-does-timestamping-work/
     
    If you're a hardware manufacturer, the timestamp saves you from having to re-release the driver for your entire fleet of hardware (including very old graphics cards) when the certificate expires. In simple terms, the timestamp server acts as a notary. It certifies that the document (file) was signed at a certain point in time.
     
    But we are signing our cracked driver not in the past (when the certificate was valid), but now (when it expired). If we ask for a timestamp from servers that Windows trusts, those servers will honestly respond with today's date. Windows will see that the driver is signed today and the certificate expired in 2016. Windows will refuse to load such a driver.
     
    https://gist.github.com/Manouchehri/fd754e402d98430243455713efada710
     
    These servers value their reputation and will not lie, giving us a "date in the past".
     
    That is why we ask https://pki.jemmylovejenny.tk for the timestamp This server will give us a timestamp with any date we want. It's designed that way on purpose. Since Windows does not trust this server, we add its root certificate EvRootCA.crt to the trusted ones. After that, Windows starts to trust this server, perceives the timestamp as valid. Windows sees that the certificate expired in 2016 and the driver was signed in 2015 (which is lie, but Windows trusts the timestamp), so Windows will load that driver.
  15. Like
    dartraiden got a reaction from excel21 in Hacking Nvidia's Drivers!   
    Nice find 🙂
     
    I tried to sign the dll with different third-party ones, but it didn't occur to me to use the nvidia certificates, because they are revoked. But, apparently, anti-cheats do not pay attention to this 😄
     
    I think this is my last post here because I bought a Radeon 6700XT from Aliexpress. P106-100 served me well, but its performance is no longer enough for modern games.
  16. Like
    dartraiden got a reaction from tarkh in Hacking Nvidia's Drivers!   
    Disable Secure Boot (BIOS option) Enable test mode bcdedit /set testsigning on Reboot Edit nvacig.inf Install driver Disable test mode bcdedit set testsigning off Enable Secure Boot  
    P.S. My patcher also updated
  17. Like
    dartraiden got a reaction from CAPSBOY in Hacking Nvidia's Drivers!   
    It's impossible to reflash it into 1060. We already tried. nvflash contains some software checks, but even if they are bypassed, the final decision is made by the GPU itself, and the GPU will not accept firmware from another chip.
  18. Agree
    dartraiden reacted to jbcgames in Hacking Nvidia's Drivers!   
    ok, i solve the problem changing WindowsProtectedFIles.xml to this
    WindowsProtectedFiles.xml

  19. Like
    dartraiden got a reaction from AngryShark in P106 NOW SUPPORT DirectX (Not Official)   
    You need a hardware programmer; nvflash cannot flash bios designed for different GPU. Even if you patch the checks inside nvflash, the GPU itself will not accept the firmware.
  20. Like
    dartraiden got a reaction from AngryShark in Hacking Nvidia's Drivers!   
    Teaser: modded driver with VALID signature Maybe this will make the anti-cheats happy.
     

     
    It can be installed without testsigning mode.
     
    Some things still don't work, need more tests...
  21. Like
    dartraiden got a reaction from AngryShark in Hacking Nvidia's Drivers!   
    Yes, GPU is hardcoded by PCI straps
    See these
    https://www.tomshw.de/community/threads/flashen-unmöglich-die-2-klassen-gesellschaft-bei-den-turing-chips-der-geforce-rtx-2070.471/page-4#post-6206
     
    We can patch all software checks (inside nvflash.exe): PCI device ID, PCI subsystem ID, Board ID, but GPU also doing PCI device ID check on hardware level. during firmware flashing.
     
    So:
    - we still able flash BIOS from 1066 via CH341A hardware programmer
    - this will change the speed of the coolers / frequency / power limit, but the card will still be P106
  22. Like
    dartraiden got a reaction from AngryShark in Hacking Nvidia's Drivers!   
    Successfully patched "GPU mismatch", "PCI subsystem ID mismatch" (occurs in case of successful completion of the previous step). But now I encountered NV_UCODE_ERR_CODE_DEVID_MATCH_LIST_DEVID_MATCH_FAILED error:
    Storing updated firmware image... PMU command complete with error, Error code = 0x005A Device ID in the rom image does not match the device ID in the chip. Update aborted, please use a rom image that supports device ID 0x1C07 Seems like current GPU firmware performs this check? if so, it cannot be bypassed at the program level
  23. Like
    dartraiden got a reaction from Kitsios in Hacking Nvidia's Drivers!   
    473.47
    https://www.techpowerup.com/294913/nvidia-releases-security-update-473-47-whql-driver-for-kepler-gpus
  24. Like
    dartraiden got a reaction from WhitetailAni in Hacking Nvidia's Drivers!   
    Teaser: modded driver with VALID signature Maybe this will make the anti-cheats happy.
     

     
    It can be installed without testsigning mode.
     
    Some things still don't work, need more tests...
  25. Agree
    dartraiden got a reaction from chenmoyu in Hacking Nvidia's Drivers!   
    Teaser: modded driver with VALID signature Maybe this will make the anti-cheats happy.
     

     
    It can be installed without testsigning mode.
     
    Some things still don't work, need more tests...
×