A simple tool to resolve RPC endpoints to their respective UUIDs. This tool is useful for reverse engineering and debugging RPC services on windows based machines.
- Clone the repository
git clone https://github.com/mendax0110/WinRPCResolver.git- Change directory to the cloned repository
cd WinRPCResolver- Initialize the submodules
git submodule update --init --recursive- Create the build directory
mkdir build- Change directory to the build directory
cd build- Build CMake files
cmake ..- Build the project
cmake --build .WinRPCResolver.exe --gui- Windows