Comments on: New Weekly Challenge http://thelegendofrandom.com/blog/archives/2813 Programming and Reverse Engineering Thu, 19 Sep 2013 09:42:54 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: R4ndom http://thelegendofrandom.com/blog/archives/2813#comment-4691 R4ndom Sat, 29 Sep 2012 01:21:14 +0000 http://thelegendofrandom.com/blog/?p=2813#comment-4691 That’s the encryption algorithm. The goal was to create a code cave. Creating the code cave was the hard part :)

]]>
By: robin http://thelegendofrandom.com/blog/archives/2813#comment-4689 robin Sat, 29 Sep 2012 00:47:37 +0000 http://thelegendofrandom.com/blog/?p=2813#comment-4689 for (int i = 9; i >= 0; i–) {
szKey[i] = szUserName[i] ^ 0×9;
}
*szUserName = *szUserName ^ 0×9;
*szKey = *szUserName;

]]>
By: R4ndom http://thelegendofrandom.com/blog/archives/2813#comment-4608 R4ndom Thu, 27 Sep 2012 14:53:20 +0000 http://thelegendofrandom.com/blog/?p=2813#comment-4608 In the forum. There is a forum created for it now.

]]>
By: R4ndom http://thelegendofrandom.com/blog/archives/2813#comment-4607 R4ndom Thu, 27 Sep 2012 14:52:52 +0000 http://thelegendofrandom.com/blog/?p=2813#comment-4607 So where’ your code cave?

]]>
By: robin http://thelegendofrandom.com/blog/archives/2813#comment-4606 robin Thu, 27 Sep 2012 14:25:27 +0000 http://thelegendofrandom.com/blog/?p=2813#comment-4606 wow~~~crack#4 is so easy!
it’s just encrypt password with username xor 0×9~~the password and username must equals ten length!

]]>
By: Gaurav http://thelegendofrandom.com/blog/archives/2813#comment-4604 Gaurav Thu, 27 Sep 2012 13:31:46 +0000 http://thelegendofrandom.com/blog/?p=2813#comment-4604 Where to submit the Solution.??

]]>