本文介绍了在目标过程中运行注入的dll!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!

成功将.dll文件注入目标进程后,我想运行它,但我怎么能这样做!!

我知道如何通过添加dllMain()函数将其添加到我的应用程序中......

但是在目标进程中如何才能实现?

我读了许多文章说话关于Windows Hook但我想了解方法!

Thnx:)

Hi !
After successfully inject .dll file into a target process, i' would like to run it but how can i do this !!
I' know how to do it into my application by adding the dllMain() function ...
But in the target process how can it be achived ??
I read many articles talking about windows Hook but i would like to understand the method !
Thnx :)

推荐答案


这篇关于在目标过程中运行注入的dll!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-26 20:53