能力值:
( LV7,RANK:110 )
|
-
-
2 楼
32位的你有?分享下
|
能力值:
( LV3,RANK:30 )
|
-
-
3 楼
ed5K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6h3&6@1j5$3!0J5k6g2)9J5k6h3y4G2L8g2)9J5c8X3k6A6L8r3g2K6i4K6u0r3L8X3g2@1K9h3&6@1i4K6g2X3K9h3&6B7k6h3y4@1K9h3!0F1i4K6u0W2K9s2c8E0i4K6t1K6e0%4c8Z5k6i4u0Q4y4h3k6u0L8X3A6W2j5%4c8A6L8$3&6Q4x3V1k6q4K9X3g2U0N6r3W2G2L8W2)9#2k6V1q4H3M7s2u0G2j5h3y4Z5k6i4x3`.
这里面有啊
以下貌似是 注入代码 但是注入之后启动不了目标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
|
|
|