Skip to content

Deviare

changwu edited this page Mar 10, 2016 · 1 revision

Deviare

Deviare runtime runs on any computer with Microsoft Windows XP or later OS installed. It supports COM, such as C/C++, VB, C#, Delphi, and Python.

Download the latests binaries and source code from here.

建議直接使用他們編好的 dll

Compile from source code

要 VS2012 才能編 source code

To compile Deviare and/or build samples you need:

  • Visual Studio 2012 with Update 4 or later.
  • .NET Framework 4.
  • Windows SDK 8 with all .NET Framework components installed.

Tutorial

Hooking in Python

  1. Install Python 2.7.3 for Windows
  2. Register DeviareCOM.dll and DeviareCOM64.dll if the script should under an x64 platform: open a command prompt with administrator rights, navigate to the folder where the Deviare’s *.dll files are located, execute “regsvr32 DeviareCOM.dll” and "regsvr32 DeviareCOM64.dll" Here
  3. Download and install Python Win32 Extensions

Sample Code

Clone this wiki locally