0xFFFF Posted January 21, 2015 Posted January 21, 2015 (edited) Hello, this is my first CrackMe, but I think is very hard because I haven't seen this method yet.Sorry for 2mb file, but linking is very much size. There is a function which returns true/false for Login, patch it to true and you did it. Might be super easy or super hard, idk! Good luckCrackMe.zip Edited January 21, 2015 by 0xFFFF
kao Posted January 21, 2015 Posted January 21, 2015 @GIV: Because it requires WinVista+? See PE header: 00000140: OS version major 0006/6 00000142: OS version minor 0000/0 00000144: Image version major 0000/0 00000146: Image version minor 0000/0 00000148: Subsystem version major 0006/6 0000014A: Subsystem version minor 0000/0 1
atom0s Posted January 21, 2015 Posted January 21, 2015 Very very easy to crack / patch. Uses Javascript internally to handle the checks and such. Search for the following text in the file, in a hex editor: Change false to true. Done. ;} ;function tryLogin(){return false;} ;for(;{} ;}, 4
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now