📄 getltime.txt
字号:
apihooks -o getltime explorer.exe
hooks GetLocalTime in explorer and then
time +1 hour is displayed in taskbar's
right corner. GetLTime unloads itself
after ~7 minutes. Then is the displayed
time normal.
You can unload GetLTime using
apihooks -u getltime explorer.exe
- it will try to unhook itself. Direct
unloading is not recommended - when the
hooked API is overhooked Hooks_DLL hans't
chance to properly unhook itself before
unmapping. Recommended method is to
call StopGLT via LoadAndCall - then
is unhooking done properly (remote thread
cycles as long as the API is not overhooked).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -