-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
稳定性挂钩失败 #1
Comments
Appoligies for any miscommunication, I don't speak chinese and resorted to google translate. I hope I understand. Testing of any entry point hooks has been limited. However, I'd be happy to look into any specific examples if you could provide a PoC/more info. It might be some edge case I hadn't considered. |
https://github.com/july0426/tags_count_pngtree/raw/master/set.7z这是我测试的2个例子,都没有成功,我只是弹出一个提示框,有一个弹出了但是很快就退出,另外一个没有弹出 |
// dllmain.cpp : 定义 DLL 应用程序的入口点。 #include <Windows.h> DWORD WINAPI Thread(LPVOID lpParam) {
} void DoNothing() { void InstallHook(PVOID address, PVOID jump) {
} BOOL HookTheStack() {
} BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
} |
我尝试了一下稳定性挂钩的代码,执行一个新的线程,有些时候成功了,可以执行,但是好像并没有修改主进程的运行,还是像原来一样很快的就退出了,甚至没有执行新线程就退出了
The text was updated successfully, but these errors were encountered: