首页
社区
课程
招聘
[求助]DNGuard的保护原来这么烂,晕死.
发表于: 2009-5-11 10:02 9478

[求助]DNGuard的保护原来这么烂,晕死.

2009-5-11 10:02
9478
今天下了个DNGuard3.22来看看强度 没想到。
public sealed class ZYXDNGuarder
{
    // Fields
    private static bool m_bStartup;
    private static IntPtr m_bStartup;

    // Methods
    static ZYXDNGuarder();
    [DllImport("HVMRuntm.dll")]
    private static extern bool CheckRuntime();
    internal static bool CheckRuntime2();
    [DllImport("HVMRun64.dll", EntryPoint="CheckRuntime")]
    private static extern bool CheckRuntime64();
    internal static IntPtr CheckString(int, int);
    [DllImport("HVMRuntm.dll")]
    private static extern IntPtr GetUserString(IntPtr, int, int);
    [DllImport("HVMRun64.dll", EntryPoint="GetUserString")]
    private static extern IntPtr GetUserString64(IntPtr, int, int);
    [DllImport("HVMRuntm.dll")]
    private static extern IntPtr RunHVM();
    [MethodImpl(MethodImplOptions.NoInlining)]
    internal static IntPtr RunHVM2();
    internal static void Startup();
}

  internal static void Startup()
    {
        if (!m_bStartup)
        {
            try
            {
                bool flag1 = (IntPtr.Size != 4) ? CheckRuntime64() : CheckRuntime();
            }
            catch
            {
            }
            m_bStartup = RunHVM2();
            m_bStartup = true;
        }
    }
}

太长了 就贴个大概!哎~~
maxtocode新版的壳 又被脱了 怎么都这么脆弱啊!
没想到 我认为比较好的DNGuard 居然能看到内容!哎~~还是用SLP算了 只能保护3个 我哭啊

[课程]Linux pwn 探索篇!

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 193
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
发现一个问题 这2款国产软件 共同点好像都是Remotesoft Protecter的变种!
2009-5-11 10:30
0
雪    币: 193
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
希望作者们赶紧改进吧
2009-5-11 10:42
0
雪    币: 236
活跃值: (59)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
你下载的是试用版?用正式版的试试呢。

试用版和正式版的功能区别:
没有HVM 保护技术.
加密算法和运行库自我保护强度低。
命令行工具无效.
加密后的程序只能运行30天.
2009-5-11 11:33
0
游客
登录 | 注册 方可回帖
返回
//