能力值:
( LV2,RANK:10 )
|
-
-
2 楼
一个文件运行不起来。。
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
是的, 我只是想反编译出源码, 原来用ilspy可以直接反编译出源码, 现在不行了, ilspy识别不了程序,不知道加的什么壳
|
能力值:
( 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();
}
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
可否请教一下如何脱掉的啊?
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
Dump
fix
de4dot
|
能力值:
( LV2,RANK:10 )
|
-
-
7 楼
折腾了一番,还是没有搞定,
可否发一份脱好的到我邮箱呀,谢谢了。
xjojo@qq.com
|
能力值:
( LV2,RANK:10 )
|
-
-
8 楼
厉害, 能否讲下如何脱掉的
|
|
|