shlomil

Results 2 comments of shlomil

You can create a complete windows installer (that contains the compiled dll) by adding the following line to setup.py setup( name='nanomsg', version=**version**, packages=[str('nanomsg'), str('_nanomsg_ctypes'), str('nanomsg_wrappers')], data_files=[('lib\site-packages\',["C:\Dev\external\nanomsg\x64\Release\nanomsg.dll"])], ... of course change...

I managed to hook VirtualProtect by using a flag that signals if the hooking engine is in the middle of the hooking process, exporting it from the lib and checking...