-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b3c818
commit e3b24f6
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |