首页
社区
课程
招聘
[求助]一个.net程序, 不知道加的是什么壳, 请大神帮忙看下
发表于: 2016-11-11 14:32 4940

[求助]一个.net程序, 不知道加的是什么壳, 请大神帮忙看下

2016-11-11 14:32
4940
检测不出来是什么壳, 用NETUnpack不管用, 识别不了程序, 其他任何查壳的程序也识别不了程序

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

上传的附件:
收藏
免费 0
支持
分享
最新回复 (7)
雪    币: 3165
活跃值: (3278)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
一个文件运行不起来。。
2016-11-12 08:21
0
雪    币: 9
活跃值: (32)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
是的, 我只是想反编译出源码, 原来用ilspy可以直接反编译出源码, 现在不行了, ilspy识别不了程序,不知道加的什么壳
2016-11-14 09:00
0
雪    币: 225
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
// SysFrame.Frame
private void InitializeComponent()
{
   this.components = new Container();
   this.zcjsTimer = new Timer(this.components);
   this.toolTipText = new ToolTip(this.components);
   this.panelMain = new Panel();
   base.SuspendLayout();
   this.zcjsTimer.Enabled = true;
   this.panelMain.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
   this.panelMain.Location = new Point(6, 27);
   this.panelMain.Margin = new Padding(0);
   this.panelMain.Name = "panelMain";
   this.panelMain.Size = new Size(897, 715);
   this.panelMain.TabIndex = 11;
   base.AutoScaleMode = AutoScaleMode.None;
   base.ClientSize = new Size(910, 750);
   base.ControlBox = false;
   base.Controls.Add(this.panelMain);
   base.KeyPreview = true;
   base.Name = "Frame";
   base.StartPosition = FormStartPosition.CenterScreen;
   this.Text = "金网统一交易软件";
   base.FormClosing += new FormClosingEventHandler(this.Frame_FormClosing);
   base.FormClosed += new FormClosedEventHandler(this.Frame_FormClosed);
   base.Load += new EventHandler(this.Frame_Load);
   base.Shown += new EventHandler(this.Frame_Shown);
   base.SizeChanged += new EventHandler(this.Frame_SizeChanged);
   base.Controls.SetChildIndex(this.panelMain, 0);
   base.ResumeLayout(false);
   base.PerformLayout();
}
2016-11-18 13:43
0
雪    币: 1085
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
可否请教一下如何脱掉的啊?

2016-11-19 13:38
0
雪    币: 225
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
Dump
fix
de4dot
2016-11-19 14:44
0
雪    币: 1085
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
折腾了一番,还是没有搞定,
可否发一份脱好的到我邮箱呀,谢谢了。
xjojo@qq.com

2016-11-19 22:03
0
雪    币: 9
活跃值: (32)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
厉害, 能否讲下如何脱掉的
2016-11-21 09:10
0
游客
登录 | 注册 方可回帖
返回
//