Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinRPCResolver

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.

Build Instructions

  1. Clone the repository
git clone https://github.com/mendax0110/WinRPCResolver.git
  1. Change directory to the cloned repository
cd WinRPCResolver
  1. Initialize the submodules
git submodule update --init --recursive
  1. Create the build directory
mkdir build
  1. Change directory to the build directory
cd build
  1. Build CMake files
cmake ..
  1. Build the project
cmake --build .

Usage

WinRPCResolver.exe --gui

Supported Platforms

  • Windows

About

Tool to resolve RPC endpoints to their respective UUIDs.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages