Files
mooooonlight 9764cebcb1 Fix context setting errors in DetourEnumerateImports API (#266)
* fix context setting errors in DetourEnumerateImports API

* Fix SAL annotation on DetouerEnumerateImportThunk 

SAL annotation for VoidContext should just be In rather than In_opt (this is consistent with how the existing DetouerEnumerateImportThunk is structured).  

This was causing an error in the static analysis checks in the CI build.

* Update test_module_api.cpp

Comparison of BOOL vs. bool, this should fix it.

---------

Co-authored-by: g00356712 <guochenyang@huawei.com>
Co-authored-by: Jeff Bisset <43155345+BissetJ@users.noreply.github.com>
2025-06-20 18:29:16 -07:00
..