摘要:
暴力破解 OD载入程序(VC++写的无壳), 智能搜索界面直接看到了成功失败关键词一个成功两个失败分别定位到对应的入口00401600, 00401390, 004016A0三处下断~ 随便输入伪码点注册, 程序成功在00401600处停下, F8向下单步跟踪, 0040162E处获取名称, 004 阅读全文
posted @ 2024-07-15 09:11
hankerstudio
阅读(4)
评论(0)
推荐(0)
摘要:
这个跟上一个一模一样, 也是直接用VB Decompiler搞定 Private Sub Command1_Click() '401D50 'Data Table: 401838 loc_401CF6: If (CVar(Me.Text1.Text) = 982) Then loc_401D12: 阅读全文
posted @ 2024-07-15 08:34
hankerstudio
阅读(1)
评论(0)
推荐(0)
摘要:
这个跟上个差不多, 都是VB, P-code模式的程序, 同样的操作VB Decomipler 按钮事件代码, Decomipler: Private Sub Command1_Click() '401E30 'Data Table: 4019F0 Dim var_94 As String loc_ 阅读全文
posted @ 2024-07-15 08:27
hankerstudio
阅读(2)
评论(0)
推荐(0)
摘要:
这个很简单, 直接用VB Decompiler反编译就搞定了: Private Sub Command2_Click() '401DD0 'Data Table: 4018B4 loc_401D75: If ("ExDec_Roxx" = Me.Text1.Text) Then loc_401D91 阅读全文
posted @ 2024-07-15 08:27
hankerstudio
阅读(2)
评论(0)
推荐(0)