Wolfgang Richter
Wolfgang Richter
I was able to resolve this by copying two DLLs: ``` (pywin32test) C:\Users\WolfgangRichter\Desktop>copy C:\Users\WolfgangRichter\Desktop\pywin32test\Lib\site-packages\pywin32_system32\pythoncom37.dll C:\Users\WolfgangRichter\Desktop\pywin32test\Lib\site-packages\win32\ 1 file(s) copied. (pywin32test) C:\Users\WolfgangRichter\Desktop>copy C:\Users\WolfgangRichter\Desktop\pywin32test\Lib\site-packages\pywin32_system32\pywintypes37.dll C:\Users\WolfgangRichter\Desktop\pywin32test\Lib\site-packages\win32\ 1 file(s) copied. (pywin32test) C:\Users\WolfgangRichter\Desktop>python -c "import win32api"...
@VeNoMouS could you describe your attack model in more detail? Would the attacker have full root access to a system when you execute? Would they be able to do code...
Hey @varunsapre it is intentional as many things which assume `__file__` no longer work with the encrypted version. I will try and dig up the exact technical reason we didn't...
@VeNoMouS this is interesting. Is it within your custom / proprietary source code? Or is it from a third-party independent library? The recommendation is not to encrypt third-party, because sometimes...
I felt this code looked pretty good @mkai on my first read through. I think we need to bump major version as I don't think this is backwards compatible. I'll...
@mkai your content-based approach on looking up the key would be an excellent contribution. I can't imagine a scenario (right now) where we wouldn't want that. It has the added...
@dileep1996 I haven't deeply tested this or thought through all the corner cases yet. This summer I might have time to refresh the library though. I am slowly circling back...
Was there any progress on this? I might work on this tomorrow, I feel like it will be mostly within JavaScript client-side. This would be useful to create federated graphs.
@zonyitoo thanks for the tip, I'll let you know if it covers my use case and close this out. Yes, with your API and how things work it did feel...
NOT_IMPLEMENTED : Could not find an implementation for ConvInteger(10) node with name 'Conv_0_quant'
I just hit this issue too. I will skip quantizing Conv operators for now.