-
The Lazy Guide To Reverse RPC
This post is not going to cover in depth details of RPC implementation,for that read the resources mentioned in the Further Reading section. Also RPC programming is not in the scope of this post. We will only discuss concepts needed to reverse RPC client and a server. You might encounter RPC calls in malware code…