I have an application that uses the Crypto++ library for all its crypto. I am trying to figure out the network protocol of this application, however this is very hard as Crypto++ is heavily templated and in addition, in this exe, its statically linked. Since Crypto++ is open source, is there any way i could compile it myself, and import the symbols into the exe so that i could see when Crypto++ functions are being called ? This is further complicated by the fact that i would have to compile the exact version they used to make the exe, however i have no idea what they used, but it seems to be an older version (4.x). Thanks in advance







