A simple x64dbg plugin to show your current debugging session on Discord.
- Download the latest release.
- Open the directory where x64dbg is located.
- Navigate to the x64 folder and move x64dbg-rpc.dp64 to x64/plugins.
- Repeat step 3 for x86 (move x86dbg-rpc.dp86 to x86/plugins).
Note: If the plugins folder doesn't exist, simply create it.
- Open the solution in Visual Studio 2022.
- Set the configuration:
- Release | x64 for x64dbg
- Release | x86 for x86dbg
- Compile the project.
- Rename the file extension for the compiled DLL:
- .dp64 for x64dbg
- .dp86 for x32dbg
- Test it out!