AlphaModder

Results 2 issues of AlphaModder

Sorry if this is not the place to ask this question, but I was wondering if a version of `LazyTransform` whose value could be mutated once initialized through an `&mut`...

I notice that both `DetourUpdateThread` and `DetourTransactionCommit` use `new` and `delete` in their code. Assuming these eventually translate to calls to `GlobalAlloc` and `GlobalFree`, isn't it possible for deadlock to...

bug