So, I think I found the problem.
michael cardenas wrote:
08d10f38:Call kernel32.WideCharToMultiByte(00000000,00000000,405b54f4 L"Internet Explorer_Hidden",ffffffff,405b52a0,00000207,00000000,00000000) ret=70bd1cbf 08d10f38:Ret kernel32.WideCharToMultiByte() retval=00000019 ret=70bd1cbf
It seems that WideCharToMultiByte thinks it can't translate _ to the ascii codepage. I'm trying to dig in and fix this now.