能力值:
( LV2,RANK:10 )
|
-
-
2 楼
这是女神联盟的辅助?
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
哦 是的,没辅助玩不了游戏啊
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
帮楼主顶一下贴子。
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
脱壳没什么问题,只是脱壳后好像有些资源就丢失了,挂不能识别人物了,挂好像是可可验证
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
混淆后是无法恢复的,如果你技术了,用软件处理一下还是可以看明白关键点
|
能力值:
( LV2,RANK:10 )
|
-
-
7 楼
很明显不是maxtocode加密的,Reactor v4.0
|
能力值:
( LV2,RANK:10 )
|
-
-
8 楼
.NET Reactor 4.6 + Dotfuscator,这个应该很容易搞定啊
|
能力值:
( 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;
|
|
|