Releases: womblee/instant_replay_patcher
Releases · womblee/instant_replay_patcher
v1.4.7
v1.4.6
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
New changes
- Removed GetFileVersionInfoA and GetFileVersionInfoSizeA patches due to instability
v1.4.5
New changes
- Added support for patching out functions based on their signatures
- Added NvD3DUmx_BrowserDetect patch
- Improved patching code
v1.4.4
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
New changes
- Added disclaimer in UI
- Changed copyright in UI
- Added tooltips in UI
- Changed status bar in UI
v1.4.2
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
New changes
- We're now patching OpenProcess again, but this time returning false always (this doesn't break the recording functionality!)
v1.4.0
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
New changes
- Abandoned OpenProcess hook due to instability, blocked K32EnumProcessModules (which doesn't let them enumerate modules and find widevinecdm.dll)