1. Copy ODBG_pyth.py and ollylib.py to \Python25\Lib 2. Copy _ODBG_pyth.pyd to \Python25\DLLs 3. Copy Python_Int.dll to your OllyDbg plugin directory
An example binary is included to test out the functionality of the plugin with example Python scripts. Load "example.exe" in to OllyDbg and run any of the example Python scripts found in the examples directory.
1. Functions Disasminbyopcode and Disasmbackbyopcode are added
2. The example of use assembly function is added (asm.py)
3. The example of use Searchfileoffset is added (find_file_offset.py)
4. And some small corrections....