Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shikataganaii authored Jan 30, 2025
1 parent 0b3c818 commit e3b24f6
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# x64dbg-rpc
Discord Rich Presence for x64dbg
# x64dbg-rpc

<p align="center"><img src="https://github.com/user-attachments/assets/21206cd5-4828-49a7-aa00-764f6225ee05" /></p>

## About
A simple x64dbg plugin to show your current debugging session on Discord.

## How to Install
1. Download the latest [release](https://github.com/shikataganaii/x64dbg-rpc/releases).
2. Open the directory where **x64dbg** is located.
3. Navigate to the **x64** folder and move **x64dbg-rpc.dp64** to **x64/plugins**.
4. Repeat step 3 for **x86** (move **x86dbg-rpc.dp86** to **x86/plugins**).

> **Note:** If the **plugins** folder doesn't exist, simply create it.
## How to Build
1. Open the solution in **Visual Studio 2022**.
2. Set the configuration:
- **Release | x64** for **x64dbg**
- **Release | x86** for **x86dbg**
3. Compile the project.
4. Rename the file extension for the compiled DLL:
- **.dp64** for **x64dbg**
- **.dp86** for **x32dbg**
5. Test it out!

0 comments on commit e3b24f6

Please sign in to comment.