Skip to content

Commit f6a5b4a

Browse files
2 parents ae8736b + 412b3e8 commit f6a5b4a

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,19 @@ The driver can either work correctly, crash the system, fail or work but not eno
4949
In all cases the usage of kernel debugger is required to tell which one of those cases happen, and also for why exactly the system crashes.
5050

5151
Driver logs will look like this when it works:
52-
![image](https://github.com/user-attachments/assets/c141ba8e-38ac-4d14-8c85-71b0edd127bd)
52+
```
53+
[*] TimeDefuser: version 1.5 loaded | Compiled on Oct 13 2025 01:44:57 | https://github.com/NevermindExpress/TimeDefuser
54+
[+] TimeDefuser: SystemExpirationDate is 0x10B72980
55+
[+] TimeDefuser: Kernel Base address is 0x81090000 and size is 5038080
56+
[+] TimeDefuser: PAGE Section found at 0x81090478 with size 2164706
57+
[+] TimeDefuser: searching at 0x8123C000 in 2164706 bytes
58+
[+] TimeDefuser: searching at 0x8144D000 in 18976 bytes
59+
[+] TimeDefuser: searching at 0x81452000 in 77340 bytes
60+
[+] TimeDefuser: Potential TimeRef found at 0x81463037
61+
[+] TimeDefuser: ExGetExpirationDate found at 0x813DE8F9
62+
[*] TimeDefuser: Patch completed successfully.
63+
```
64+
[(same thing as an image)](https://github.com/user-attachments/assets/cc475da5-e624-45e3-aaf2-cd22a7e65a8b)
5365

5466
Builds with debug symbols are recommended to try, due to symbols making debugging much easier.
5567

0 commit comments

Comments
 (0)