Tags: NevermindExpress/TimeDefuser
Tags
1.8.4 - 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.6 - Total unification of driver - 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. - Visual Studio 2013 configuration updated to cover both variants at every Windows version. - Now it can compile both variants with corresponding project configurations. - Minimum subsystem versions are set so that compiled drivers will work at all Windows versions. - With this update, support for old WDKs (7.1 and older) are removed. - They had very outdated toolchains and lacked support for many things such as: - Project configurations (literally) - C language support newer than C89 - Automatic driver signing - Paths with spaces - They don't work well on modern Windows hosts. - Due to these inferiorities, they were creating a big unnecessary hassle for supporting them and separating binaries by hand after compiling. - Now source files are moved to a folder named "src" so the source tree looks better.
1.5.2 - Searching now starts from PAGELK and includes next 4 sections, instead of starting from PAGE and searching next 3 sections. (a.k.a. search now starts from 1 section prior.), solves #1 (comment) - Service startup mode is now set to demand start, permanently solves #4 and other problems with signature enforcement.
1.5 Code cleanup - Code is now much cleaner (both standard and legacy) - Converted to C89 style (variables at top) - Removed ExNtExpirationDate/a clearing code on standard version because it is absolutely unnecessary and useless work for modern Windows NT. - Definitions such as structs and typedefs are moved to new header file TimeDefuser.h and is shared on both versions of project. - Some more work in regards of tidying and etc.
PreviousNext