Skip to content

Releases: NevermindExpress/TimeDefuser

1.8.4.2

Choose a tag to compare

@NevermindExpress NevermindExpress released this 06 Jun 16:45
6f86fcb

fixes 21390

1.8.4.1

Choose a tag to compare

@NevermindExpress NevermindExpress released this 02 Mar 21:21
1173d02
- Fixes a bug caused by a small syntax error
- Fixes VS2022 configs

1.8.4

Choose a tag to compare

@NevermindExpress NevermindExpress released this 11 Feb 23:20
eaefb20
  • Fixed offline patcher architecture conflicts
    • Now all builds of offline patcher can patch all kernel images
    • Previously it was same patcher/kernel due to preprocessor definitions and a bug in code.
  • Fixed build errors caused by freestanding memset.

1.8.3

Choose a tag to compare

@NevermindExpress NevermindExpress released this 23 Jan 17:09
bcbb0af

This release replaces the broken 1.8.2 release.

  • INF installition method is deprecated. Instead the driver is now installed as a service with a bundled installer script.
  • Registry caching is now fixed
  • (1.8.1) Now drivers are compiled in a self made environment instead of WDK.
  • (1.8.1) Legacy drivers are now merged to normal drivers, sp there are no more *-Legacy.sys drivers.

1.8.1

Choose a tag to compare

@NevermindExpress NevermindExpress released this 18 Jan 20:22
2578b95

This is the first build that is compiled with a self made environment instead of Microsoft WDK, thus removing dependency on it. It also fixes bugchecks (0x7F) caused by stack smashing.

This release does not have legacy drivers, but next release will merge them to a single driver.

1.7 - Memory offsets caching

Choose a tag to compare

@NevermindExpress NevermindExpress released this 04 Dec 19:06
de1eab6

Starting with this version, memory offsets of things to patch are cached, so the driver won't search for them at each boot.

1.6 - Total unification of driver

Choose a tag to compare

@NevermindExpress NevermindExpress released this 02 Dec 21:33
397fae4
  • Now driver uses a single INF file for both legacy and standard variants, along with both architectures.
    • No more separate INF for legacy version.
    • All configurations are separated with their respective device names.
    • Compiled with more modern Visual Studio 2013 and Windows 8.1 WDK compared to older releases that used 7.1 WDK

Full Changelog: 1.5.2...1.6

1.5.2

Choose a tag to compare

@NevermindExpress NevermindExpress released this 10 Nov 10:08
0237f3b

Full Changelog: 1.5.1...1.5.2

1.5.1

Choose a tag to compare

@NevermindExpress NevermindExpress released this 14 Oct 21:44

Full Changelog: 1.4.1.1...1.5.1

1.4.1.1

Choose a tag to compare

@NevermindExpress NevermindExpress released this 12 Oct 19:41
9b7a93e

Full Changelog: 1.3.1...1.4.1.1