Comments on: R4ndom’s Tutorial #12: A Tougher NOOBy Example http://thelegendofrandom.com/blog/archives/1042 Programming and Reverse Engineering Wed, 18 Sep 2013 02:04:37 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Reaper http://thelegendofrandom.com/blog/archives/1042#comment-24962 Reaper Fri, 15 Mar 2013 12:33:57 +0000 http://thelegendofrandom.com/blog/?p=1042#comment-24962 Well, technically it can be 43 with anything after it.

]]>
By: Danny http://thelegendofrandom.com/blog/archives/1042#comment-11156 Danny Thu, 27 Dec 2012 23:58:06 +0000 http://thelegendofrandom.com/blog/?p=1042#comment-11156 Thanks for all these tutorials, they are great, I’ve learned a lot already and just can’t get enough ^^

Btw. If someone missed that… The password comparison is at 0040111D and the password itself is 43 (33 34 <-HEX & Little Endian = Swap = 34 33) if we want to do this without patching.

]]>
By: R4ndom http://thelegendofrandom.com/blog/archives/1042#comment-949 R4ndom Mon, 09 Jul 2012 22:48:46 +0000 http://thelegendofrandom.com/blog/?p=1042#comment-949 Hey! I’m the one writing tutorials around here!

but, yes, that would work. I guess I was kind of thinking a lot of cool stuff could also be added like if you started typing the ascii code, the window would jump to that entry, and maybe the header would stay on the top of the screen instead of scrolling off. You know- dream world stuff.

]]>
By: Unbelievr http://thelegendofrandom.com/blog/archives/1042#comment-948 Unbelievr Mon, 09 Jul 2012 22:00:57 +0000 http://thelegendofrandom.com/blog/?p=1042#comment-948 You can open the AsciiTable DLL in resource hacker, go to Dialog -> 101 -> 1037 and then and ES_READONLY to the ES_* parameters inside the control.

For resizable window it’s a bit trickier, but you could and WS_THICKFRAME to the line starting with STYLE and then add WS_THICKFRAME again to the CONTROL to make the outer and inner frames resizable. I’m sure there’s an option to make the inner frame auto-maximizing depending on the parent, but you can probably figure out that by yourself :)

]]>