能力值:
( LV7,RANK:110 )
|
-
-
2 楼
32位的你有?分享下
|
能力值:
( LV3,RANK:30 )
|
-
-
3 楼
http://www.ntcore.com/files/netint_injection.htm#Other_Injection/Ejection_Approaches
这里面有啊
以下貌似是 注入代码 但是注入之后启动不了目标exe求解答:
namespace Loader
{
class Program
{
[DllImport("lgcoree.dll", CallingConvention = CallingConvention.Cdecl)]
static extern void HookJIT();
[STAThread]
static void Main(string[] args)
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
OpenFileDialog openFileDialog = new OpenFileDialog();
openFileDialog.Filter = "Exe Files (*.exe)|*.exe|Dll Files (*.dll)|*.dll|All Files (*.*)|*.*";
if (openFileDialog.ShowDialog() == DialogResult.OK)
{
HookJIT();
AppDomain ad = AppDomain.CreateDomain("subAppDomain");
ad.ExecuteAssembly(openFileDialog.FileName);
MessageBox.Show(openFileDialog.FileName);
Console.ReadLine();
}
}
}
}
|
能力值:
( LV3,RANK:30 )
|
-
-
4 楼
就是想问下 怎么向一个运行的.Net中注入 非托管Dll????????????
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
工具superspy附带了个dll库可以用
作者cstod,百度去吧。不开源的。原理就是用c++/cli包装一个dll /clr,这个dll中又包装一个传统的dll。
.net->dll/clr->dll
|
能力值:
( LV3,RANK:20 )
|
-
-
6 楼
|
能力值:
( LV3,RANK:30 )
|
-
-
7 楼
谢谢 debiangrub兄 留着
|
能力值:
( LV3,RANK:30 )
|
-
-
8 楼
虽然最近没在研究.Net了
也谢谢 tease兄
|
能力值:
( LV9,RANK:140 )
|
-
-
9 楼
又见tease浮出来了,搂眼有没新帖就看到你了,问个好,大家也都好!
|
能力值:
( LV2,RANK:10 )
|
-
-
10 楼
哦,不懂。。。。
|
能力值:
( LV3,RANK:20 )
|
-
-
11 楼
惊现 grassdrago !!!牛人啊!!
我这几年工作上都转到业务部门了。几年都没怎么写代码, 前几天又把你以前写的精华文章拜读了一遍,温故知新啊。有空加个Q啊,不搞逆向,聊聊人生也好,我一上岁数就容易怀旧。.NET不好混,正在转android手机开发/业务,这是何等的悲哀......
居然发现我发不起私信.....有机会留个Q号 chengchencici@163.com
|
|
|