Skip to content

Commit

Permalink
Add installation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vphuongdd committed Jan 18, 2022
1 parent cfa703e commit db27306
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit db27306

Please sign in to comment.