Dear lord I cannot deobfuscate no matter what I try. I've opened this thread; hopefully someone helps with the process https://stackoverflow.com/questions/63123013/deobfuscate-net-crackme as I've tried every single tut on youTube. |
==> |
Thanks Soufiane Tahiri, I'm suprised to see such comments that it's so easy? What exactly do people classify as cracking a program; are you just reading the value of the string "p@55w0rd!", entering that & calling that a crack?
I consider cracking altering the flow of the program, by changing the msg box to accept any value other than that of the password. Which I haven't managed to do yet.
This is better written than one I just completed on Lv3 so thank you again Soufiane. I've tried altering the bool as false, & ==0 with different permutations but no luck yet. I've noticed that the Password var = p@55w0rd! so maybe the alert box has this set from other areas & runs a comparisson on not just the alert box var? |
==> |
Thanks Rreis, I loved it.
There would probably be far more elegant solutions, but:
1 - On the first username conditional statement I just set the value of num to 1 before the if(num != -1) statement. This still allowed the flow to the password entry as it managed to breach the -1 conditional gate to enter a password.
2 - Just inversed the 2 conditional gates for array 2 a not to equal array2[j] & num != j.
Really enjoyed your well crafted test, thank you very much, hope to see more.
|
==> |
Entering any username & any password just completes the subroutine. Is this intended? Can't really see any challenge here? |
==> |