solved new crackme?

This commit is contained in:
Chenx221 2024-09-16 13:10:44 +08:00
parent 1dcef7541d
commit 4af70f9253
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021
4 changed files with 48 additions and 0 deletions

BIN
Crackme #4#/Crackme #4#.exe Normal file

Binary file not shown.

Binary file not shown.

11
Crackme #4#/Readme.txt Normal file
View File

@ -0,0 +1,11 @@
Autor: bbidhan
Date: 09 December 2005
Platform: Windows
Compiler: Flash 5
Packer: No
Level: 2 (No so hard)
Patching: Not allowed
Hope you'l enjoy!

37
Crackme #4#/Solve.txt Normal file
View File

@ -0,0 +1,37 @@
dump swf from exe file (5C000~63A84)
https://github.com/jindrapetrik/jpexs-decompiler
if(Response1.toLowerCase() eq submitField.toLowerCase())
{
if(Response1_value eq "Correct")
{
Response1_results = "correct";
}
else if(Response1_value eq "Incorrect")
{
Response1_results = "incorrect";
}
}
onClipEvent(load){
correctFeedback = "Yes that is correct.";
incorrectFeedback = "U can do nothing in my improved version.";
numOfTries = 2e+201;
Interaction_ID = "FillInTheBlank_01";
question = "";
Response1 = "bbidhan-ThE-GreaT"; <---answer
Response1_value = "Correct";
Response2_value = "Incorrect";
Response3_value = "Incorrect";
OtherResponses = "Incorrect";
CaseSensitive = "On";
ExactMatch = "On";
feedback = "On";
tracking = "Off";
navigation = "Off";
Weighting = 1;
Response2 = "";
Response3 = "";
Objective_ID = "";
}