Doug Shikashio
Doug Shikashio
A lot of the underlying methods in the various COM objects initially only supported ascii strings and later added wide string variants. Unfortunately Pybag is only using the ascii versions....
This requires adding a new context_XXX.py file for each missing architecture (in this case ARM64). This should only matter if you are using GetThreadContext from IDebugAdvanced.
Switched to using py-win32more which has a definition for ARM. Untested change (for ARM) since I don't have an ARM test environment. Get thread context works fine on amd64. Adding...