From db27306815ddcdd58d8bde6b3465fa5f3c3dac03 Mon Sep 17 00:00:00 2001 From: phuongdd Date: Tue, 18 Jan 2022 11:34:44 +0700 Subject: [PATCH] Add installation to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4526000..78c9483 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ x64dbg python is a x64dbg plugin allow you to run python script to interactive with x64dbg in python3. x64dbg python provide script api similar to `_scriptapi_*.h` header in plugin SDK. You can look at folder "example script" for example +# Installation + +- Install both python3 32 bit and 64 bit. Don't forget to add to path environment. +- Copy plugin to x32dbg and x64dbg plugin folder + + # Wrapper x64dbg python made some wrapper for easy to use in python language. If you're going to using one of those function below, look at wrapper definition instead.