Brian Gianforcaro

Results 73 comments of Brian Gianforcaro

Yea it's on my backlog of things to do. Since the author doesn't seem available, I'm planning on cherry-picking their commits and then fixing them up, and pushing it once...

> Preferably we should use a single build system for the entire project, because maintaining several is a maintenance burden more than anything else. Since CMake can generate Visual Studio...

Yea, the vcpkg that @sylveon contributed is a good option. See: https://github.com/microsoft/vcpkg/tree/master/ports/detours

No updates as of yet, sorry. @DrusTheAxe Do you or the WindowsAppSDK team have cycles to help contribute the Nuget creation automation? That would certainly help move the needle here.

I think we can cut a new release. There are a few PRs I would like to get time to merge before we do so. @dtarditi Do you have any...

I created a new github project to the [Next Major Release](https://github.com/microsoft/Detours/projects/1). @dtarditi can you add the PR you would like to merge to the board, so we can tracked them...

To keep the thread updated, we are making progress on the release, we are finalizing the changes / PRs / issues to make sure we get everything we need.

Thanks for the bug report, and patch @sylveon! Another possible way to fix this is to duplicate the thread handle, and check the duplicated handle. So we know we never...

> The problem is specifically in regards to things that aren't a pseudo handle though. Ah, sure. Wasn't thinking straight. There is a possible compromise, GetThreadId is defined as: ```cpp...

> We should at least document this behavior in the wiki, saying that passing a non-pseudo handle to the current thread is > unsupported and will result in freezing. >...