
1 x66 2022 年 1 月 13 日 把软件装到虚拟机里面去 |
2 0o0O0o0O0o 2022 年 1 月 13 日 via iPhone hook 吧,类似 Locale Emulator 的做法 https://github.com/xupefei/Locale-Emulator-Core 有个现成的闭源给出了需要 hook 的 API https://www.nirsoft.net/utils/run_as_date.html > How does it work ? > RunAsDate intercepts the kernel API calls that returns the current date and time (GetSystemTime, GetLocalTime, GetSystemTimeAsFileTime, NtQuerySystemTime, GetSystemTimePreciseAsFileTime), and replaces the current date/time with the date/time that you specify. |
3 byasm32 2022 年 1 月 13 日 RunAsDate 应该能满足需求了 |
4 xuc 2022 年 1 月 13 日 就是楼上说的 RunAsDate Web http://www.nirsoft.net |
6 jones2000 2022 年 1 月 13 日 把这个软件获取系统时间的函数勾掉, 换成自己的函数就行了 |