solved new crackme

This commit is contained in:
Chenx221 2024-10-01 17:27:10 +08:00
parent 10d72c53f9
commit 8da1b8f235
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021
6 changed files with 76 additions and 0 deletions

BIN
bfcrackme30/BFCrackMe30.exe Normal file

Binary file not shown.

View File

@ -0,0 +1,32 @@
==--__Boba Fetts CrackMe Version 3.0__--==
Hey, and welcome to another adventure of one of my CrackMe´s
The rules are similar (the same) as in the earlier realeses and those are:
1. No patching allowed (disassemblers are allow to get a overwiew, but no patching)
2. SoftIce is of course allowed and others similar debuggers like TRW2000...
3. When you succed (which shouldn´t take that long) send me the solution but with YOUR name and serial, so I know that you didn´t just rip the serial from a friend or anything...
Other kind of solutions are welcomed as are tutorials..The prize to the ten first people who makes it will be put in the next versions "Greet" section.
A tip:
Copy the systray.ocx to the system dir just in case...
Now have a good time now and remember:
"If there is a crack, make it a hole"
Probarly a little unclear for the most of the people but I think some of you know what the sentence meant?! ;)
Btw if you find any bugs please contact me as soon as you can so it can be fixed (I don´t have time for those kind of things, cuz you will find them for me). Those who finds a bug will also be in the next "Greet" section, so if you don´t make it don´t feel bad find a bug instead :)
My e-mail is as usual:
boba303@hotmail.com or you can visit http://www.lockless.com/ and send a mail from there.
Thats all for know...
Looking forward to hear from anyone of you who reads this letter....
This is Boba Fett for Lockless Cracking Crew saying: "Good day"

Binary file not shown.

BIN
bfcrackme30/SysTray.ocx Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

44
bfcrackme30/solve.md Normal file
View File

@ -0,0 +1,44 @@
打包工具: ASPack(2.000)
1. 先脱壳
2. 看起来这次不是pcode
3. 做三件事
```vb
loc_00408C3A: var_80 = 10
loc_00408C41: var_8004 = FreeFile(var_80)
loc_00408C5C: Open "C:\windows\sailor.hk" For Binary As #var_8004 Len = -1
loc_00408C72: var_80 = Space(FileLen("C:\windows\sailor.hk"))
loc_00408C87: var_28 = var_80
loc_00408C9C: Get #var_8004, var_28
loc_00408CA3: Close #var_8004
loc_00408CD6: var_5C = 121230302929#
loc_00408CFB: var_80 = var_5C - 100
loc_00408D06: var_4C = var_80
loc_00408D3F: var_8014 = CBool(Not((var_28 = var_4C)))
loc_00408D48: If var_8014 = 0 Then
loc_00408D81: var_38 = (var_28 + 100)
loc_00408DAD: If CBool(Not((var_4C = var_38))) Then
loc_00408DC1: Set var_70 = qw.ff
loc_00408DD1: var_A8 = var_70
loc_00408E20: If (var_70.Value = True) Then
loc_00408E79: var_80 = var_5C * 28
loc_00408E97: If (var_38 * 28 = var_80) Then
loc_00408EC3: qw.Caption = "Nice going"
loc_00408EF5: qw.ass.Visible = False
loc_00408F37: qw.lk.Visible = True
loc_00408F64: End If
loc_00408F64: End If
loc_00408F64: End If
```
- 新建文件: `C:\windows\sailor.hk`
- 编辑内容: `121230302829`
- 选中第二个radio
![](img/2024-10-01_172312.png)