首页
社区
课程
招聘
[求助].net MaxToCode、Dotfuscator双加壳混淆后字符串能恢复吗?
发表于: 2013-10-8 11:01 12654

[求助].net MaxToCode、Dotfuscator双加壳混淆后字符串能恢复吗?

2013-10-8 11:01
12654
软件加了双壳

用 de4dot 脱了几次 打开还是一堆乱七八糟的东西 ,请问这种状况该如何解决呢?
怎么能把代码替换成容易读懂的状态

[课程]Linux pwn 探索篇!

上传的附件:
收藏
免费 0
支持
分享
最新回复 (8)
雪    币: 40
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
这是女神联盟的辅助?
2013-10-8 11:03
0
雪    币: 2
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
哦 是的,没辅助玩不了游戏啊
2013-10-8 11:05
0
雪    币: 3
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
帮楼主顶一下贴子。
2013-10-24 13:28
0
雪    币: 7906
活跃值: (3086)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
脱壳没什么问题,只是脱壳后好像有些资源就丢失了,挂不能识别人物了,挂好像是可可验证
2013-11-10 23:35
0
雪    币: 240
活跃值: (222)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
混淆后是无法恢复的,如果你技术了,用软件处理一下还是可以看明白关键点
2013-11-11 10:48
0
雪    币: 183
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
很明显不是maxtocode加密的,Reactor v4.0
2013-11-15 17:16
0
雪    币: 183
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
.NET Reactor 4.6 + Dotfuscator,这个应该很容易搞定啊
2013-11-15 17:20
0
雪    币: 183
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
9
try
    {
        Hashtable hashtable = new Hashtable();
        hashtable.Add("uid", this.gclass5_0.method_44());
        string str = this.method_26();
        hashtable.Add("userid", this.gclass5_0.method_44() + "_");
        hashtable.Add("ts", str);
        IntPtr ptr = Marshal.StringToHGlobalAnsi(string_100);
        IntPtr ptr2 = Marshal.StringToHGlobalAnsi(this.gclass5_0.method_44() + "_");
        IntPtr ptr3 = Marshal.StringToHGlobalAnsi(str);
        string str2 = Marshal.PtrToStringAnsi(Class4.gokey(ptr, ptr2, ptr3));
        hashtable.Add("key", str2);
        hashtable.Add("version", string_113);
        Dictionary<string, object> content = (Dictionary<string, object>) this.method_119("UserMaze.change", "/1", new object[] { hashtable }).Bodies[0].Content;
        if (Convert.ToInt32(content["code"]) == 0)
        {
            Dictionary<string, object> dictionary1 = (Dictionary<string, object>) content["data"];
            GClass19.smethod_1(string_86, "【冥界】-遇到[" + this.hashtable_28[string_118].ToString() + "],使用[更改]特权!");
            return true;
        }
    }
    catch
    {
    }
    return false;
2013-11-15 17:23
0
游客
登录 | 注册 方可回帖
返回
//