Results 215 comments of Tavis Ormandy

Hmm, are you changing how `GetEnvironmentVariableW()` works? I think `MP_PERSISTEDSTORE_DISABLE` and `MP_METASTORE_DISABLE` might control that, but loadlibrary always sets them.

Ahh, I see. I would try setting those variables with SetEnvironmentVariable() somewhere in main and see if that fixes it! On Thu, May 24, 2018, 21:46 lengocthuong15 wrote: > Thank...

Did that work? e.g. something like ``` SetEnvironmentVariable("MP_PERSISTEDSTORE_DISABLE", "1"); SetEnvironmentVariable("MP_METASTORE_DISABLE", "1"); ```

It's 32bit only at the moment, 64bit support is on my radar but it's a big project. Sorry about that!

Hmm, what you're doing seems correct - I seem to remember there's a hard coded limit to how many symbols I could handle, and maybe it's been exceeded now. I...

Thanks for the bug report! It looks like you're not running it from the ctftool directory, and then the tool gets confused. I should add a check for that.

What OS is this on? 0xc0000041 is STATUS_PORT_CONNECTION_REFUSED, it might be caused by the recent changes Microsoft made if you applied the August security patches. I haven't had time to...

I'm told there are more changes planned for next Patch Tuesday to address the edit session attacks, so I'm reluctant to do too much work on this until the new...

Thanks for the bug report, can you paste the output you see? Also, can you find the version of `MSCTF.DLL`? I did test it on 1809, but it might be...

If you tell me the version of MSCTF.DLL you have, I can check.