solved new crackme
This commit is contained in:
parent
a1b861b87a
commit
5f2813c0a2
BIN
ac178_cm1/Crackme_01.exe
Normal file
BIN
ac178_cm1/Crackme_01.exe
Normal file
Binary file not shown.
BIN
ac178_cm1/Crackme_01_Patched.exe
Normal file
BIN
ac178_cm1/Crackme_01_Patched.exe
Normal file
Binary file not shown.
16
ac178_cm1/Readme First please.txt
Normal file
16
ac178_cm1/Readme First please.txt
Normal file
@ -0,0 +1,16 @@
|
||||
YoYo Dwed..
|
||||
|
||||
This are my first crackme that are written in Win 32 Assembler (MASM)
|
||||
|
||||
I hace quitted Hellforge, The Cracking Answer and The Norwegioan Underground E-Zine Yesterday only for learning Win 32 Assembler and it are a good choice for mee. Since my tutorials sux too much atm. and I'm are not good in cracking so i will instead learn Codin, and the best part, it are in Win 32 Assembler :)
|
||||
|
||||
So, U will only need one "Bpx MessageBoxa" on this little crackme.. It suc alot but it are still mine so don't mess it up please.. Try tu use so many tools as you can and learn to crack in new ways, that are the coolest thing to do...
|
||||
|
||||
But now, it are time to work on a GFX to my girlfriend, cya dweds...
|
||||
|
||||
Greeting's goes to: LaZaRuS, Mercution, Dark wolf, Falcon, Eternal-Bliss, Birna Janes, MagicRalph, EP-180, ^AlX^, Cobb, Potsmoke, Acidfusion, Marton, Andd all who have helped me directly or indirectly....
|
||||
|
||||
U can fun this crackme from AcidCool.cjb.net and Crackmes.cjb.net
|
||||
|
||||
Acid_Cool_178 Design Company For crackers And Coder's.. :) (LOL)
|
||||
Acid_Cool_178@hotmail.com
|
35
ac178_cm1/solve.md
Normal file
35
ac178_cm1/solve.md
Normal file
@ -0,0 +1,35 @@
|
||||
只有三个弹窗
|
||||
|
||||
```
|
||||
00401000 | 6A 00 | push 0 |
|
||||
00401002 | 68 00304000 | push crackme_01.403000 | 403000:"Acid_Cool_178's"
|
||||
00401007 | 68 10304000 | push crackme_01.403010 | 403010:"Win32Asm Crackme 1"
|
||||
0040100C | 6A 00 | push 0 |
|
||||
0040100E | E8 2D000000 | call <JMP.&_MessageBoxA@16> |
|
||||
00401013 | 6A 00 | push 0 |
|
||||
00401015 | 68 23304000 | push crackme_01.403023 | 403023:"Greetings goes too all my friends.."
|
||||
0040101A | 68 47304000 | push crackme_01.403047 | 403047:"Hellforge, tCA, FHCF, DQF and the rest..."
|
||||
0040101F | 6A 00 | push 0 |
|
||||
00401021 | E8 1A000000 | call <JMP.&_MessageBoxA@16> |
|
||||
00401026 | 6A 00 | push 0 |
|
||||
00401028 | 68 71304000 | push crackme_01.403071 | 403071:"Remove Me!"
|
||||
0040102D | 68 7C304000 | push crackme_01.40307C | 40307C:"NAG NAG"
|
||||
00401032 | 6A 00 | push 0 |
|
||||
00401034 | E8 07000000 | call <JMP.&_MessageBoxA@16> |
|
||||
00401039 | 6A 00 | push 0 |
|
||||
0040103B | E8 06000000 | call <JMP.&ExitProcess> |
|
||||
00401040 | FF25 08204000 | jmp dword ptr ds:[<MessageBoxA>] |
|
||||
00401046 | FF25 00204000 | jmp dword ptr ds:[<ExitProcess>] |
|
||||
```
|
||||
|
||||
|
||||
|
||||
1. 去掉第三个NAG弹窗,patch
|
||||
|
||||
```
|
||||
00401026 | 6A 00 | push 0 |
|
||||
|
||||
00401026 | EB 11 | jmp crackme_01.401039 |
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user