omg it's a hard, key: 6J5HYU-UG6211-LJ1LJB-591UU0
Help: https://github.com/primolord/time/releases/download/time/help.png |
==> |
Everything is easy, put a breakpoint at this address "00007FF6388E153B" and enter any ID there will pop up a password, but you can also patch replace "jne" with "je" in the address "00007FF6388E153E" and save patches, after saving run cmd in the folder where you saved the patch and write "As named program.exe" and all you can write anything) |
==> |
https://imgur.com/efSQIsk, patched |
==> |
Before "Enter the password:" there are 3 jne, leave the first jne and replace the rest with je and you get a password patch, easy crackme, add some protection... |
==> |
Debugger check and patch check can be bypassed by changing "je" to "jmp" and password check replace "je" to "nop", I also advise to do "sleep" for 2 seconds at the end of the code because the program can not display a string with a correct or incorrect password, so I have to run through "cmd", but crackme very simple |
==> |
Well done, good crackme I really liked it I wanted to know the password but still I patched, it was necessary before "if (this.textBox1.Text == b)" to put "this.textBox1.Text = b;" which means that "textBox1" is equal to the variable "b" and after entering any password the password is displayed! and the password itself is "Uy0xLTUtMjEtNjE1MzMwMDAxLTg3OTQxODMwOS0yMDczMDEwMzk1LTEwMDE=" if decoded from base64 it turns out "S-1-5-21-615330001-879418309-2073010395-1001
" but unfortunately it doesn't work with decrypted password... |
==> |
795855 |
==> |
Easy, 1 patch, change "bool boolean_ = new Class0(this.class2_0.Int32_0, new GClass2().method_0(Class1.smethod_1(this.richKriptoKodu.Text))).Boolean_0;" to "bool boolean_ = true;" and you are done, just enter username and any crypto code |
==> |
Patch was very easy, it was necessary in the function "check" to change "return s1 == this.Key3(name) & s3 == this.Key2(name) & s2 == this.Key1(name);" to "return true;" and all, of course I tried to change the code generator but it did not work, crackme was very exciting thanks for the experience! |
==> |