# offensive-rpc **Repository Path**: pwn2security/offensive-rpc ## Basic Information - **Project Name**: offensive-rpc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-09 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README To translate the IDL file: > midl.exe /app_config RemotePrivilegeCall.idl To compile the client/server: > cl.exe RemotePrivilege_c.c client.cpp > cl.exe RemotePrivilege_s.c server.cpp Don't forget to switch hardcoded IP's in the server.cpp and client.cpp files :) Happy hacking :) !