At ollydbg’s Debugging Options, uncheck Registers -> Decode SSE Registers. This should fix the hang up when debugging multi-threaded apps. Sometimes the hang up is caused by the plugins, check if any causing it and remove it accordingly.
Archive for January, 2008

Patch for AppLocale
January 9, 2008Finally back in action.
My PC has broke down quite a while ago, spitting random BSOD and eventually met its uneventful death. Amen. Now I am starting a new year with a brand new laptop.
Yay! Okay lets get back to business.
I am a person who frequently use non-English application while running on the default system locale. The result ? Garbage characters in UI as the Microsoft puts it. This is where AppLocale come in, it allows you to run an application in a specific locale without messing around with the default system locale. Unfortunately, for no good reason Microsoft left an annoying message that kept reminds you about “AppLocale is just a temporary solution” whenever you launch AppLocale via shortcut.

So I made a patch to remove the nag. All you have to do is drop the patched AppLoc.exe into C:\Windows\AppPatch\AppLoc.exe and replace it.
Enjoy !
AppLoc.exe Patch
http://opcode0×90.googlecode.com/files/AppLoc.rar
