AlphaModder
Results
2
issues of
AlphaModder
Would it be safe to add a way to mutate the value if it were only possible through a &mut reference?
1
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