RpcView
RpcView copied to clipboard
RpcView is a free tool to explore and decompile Microsoft RPC interfaces
I followed the build instructions to the letter and have all prerequisites installed. After building, when I run RpcView.exe I get this error: "The application failed to start because no...
According to the README, the only option to download a built release is through AppVeyor. Problem is, in AppVeayor artifacts older than 1 month are automatically deleted. So 1 month...
Very good tool, but I've got a lot of trouble building it from sources. Future researches should use exactly Qt 5.15.1 _msvc_2015_64_ compiler. It has _Qt5WidgetsConfig.cmake_ file and does not...
DLLs: [rpcrt4-dlls.zip](https://github.com/silverf0x/RpcView/files/7981307/rpcrt4-dlls.zip) Version 10.0.22000.434 found on Windows 11 in Q1 2022.
Hi, My RPCRT4.dll version is 10.0.18362.1237, 0xA000047BA04D5LL. Added it myself and re-compiled but it seems to crash. Not sure what's causing it (my compiling or the rpc runtime version).
Hello Please add 0xA00004A610276LL for build 10.0.19041.630.
Hey there, I'm too lazy to make a pull request. In order to make this work with VS2019, the following should be added to `CMakeLists.txt` in `./RpcCore`: https://github.com/silverf0x/RpcView/blob/60569c6e6d1ed8f19af61df918e133d6c2c009b1/RpcCore/CMakeLists.txt#L26 to: ```...
The following knowledge is just my own understanding and may be wrong. In the simple Oi style parameter descriptor, FC_IGNORE is one of the type values used. Currently in RpcView,...
Hi, I wanted to extract and decompile some RPC interfaces from `MIDL_STUB_DESC` structures embedded in a binary. However the binary in question is the client side, and `RpcView` don't decompile...
From *RpcCore2* on, the `_RPC_INTERFACE_T` structure layout seems to be incorrect regarding the security callback. I recently encountered a 32bit RPC server utilizing security callbacks and they were not displayed...