Skip to content

Releases: womblee/instant_replay_patcher

v1.4.7

11 Jul 20:24

Choose a tag to compare

New changes

  • Fixed a bug with auto-patch, where if you already had a patch applied and launched the app, it would be stuck forever in an infinite loop trying to patch nvcontainer.exe

v1.4.6

09 Jul 23:10

Choose a tag to compare

New changes

  • The program now runs as administrator by default
  • The program refuses to run without administrator rights
  • The program refuses to run if there is already one instance running

v1.4.5.1

09 Jul 00:28

Choose a tag to compare

New changes

  • Removed GetFileVersionInfoA and GetFileVersionInfoSizeA patches due to instability

v1.4.5

08 Jul 20:02

Choose a tag to compare

New changes

  • Added support for patching out functions based on their signatures
  • Added NvD3DUmx_BrowserDetect patch
  • Improved patching code

v1.4.4

08 Jul 11:43

Choose a tag to compare

New changes

  • Added option to add program to Start Menu
  • Added option to toggle dark/light theme
  • Added option to hide log window
  • Improved existing patches
  • Added GetFileVersionInfoA patch
  • Added GetFileVersionInfoSizeA patch
  • Improved stability of config

v1.4.3

07 Jul 08:55

Choose a tag to compare

New changes

  • Added disclaimer in UI
  • Changed copyright in UI
  • Added tooltips in UI
  • Changed status bar in UI

v1.4.2

07 Jul 07:26

Choose a tag to compare

New changes

  • Program now tries to force-load the .dll it's trying to patch, if it doesn't find it in the nvcontainer.exe process

v1.4.1

06 Jul 17:56

Choose a tag to compare

New changes

  • We're now patching OpenProcess again, but this time returning false always (this doesn't break the recording functionality!)

v1.4.0

06 Jul 14:35

Choose a tag to compare

New changes

  • Improved patching process
  • Added GetModuleHandleA patch
  • Added GetModuleHandleW patch
  • Added GetModuleHandleExA patch
  • Added GetModuleHandleExW patch
  • Added GetModuleFileNameA patch
  • Added GetModuleFileNameW patch
  • Added K32GetModuleFileNameExA patch
  • Added K32GetModuleBaseNameA patch
  • Made logging less bloated

v1.3.3

05 Jul 05:56

Choose a tag to compare

New changes

  • Abandoned OpenProcess hook due to instability, blocked K32EnumProcessModules (which doesn't let them enumerate modules and find widevinecdm.dll)