Identifying crypto++ functions
Posted: Wed Aug 15, 2012 8:18 pm
my research covers a lot of encrypted data structures and i often i am stuck when it comes to identifying the actual encryption methods 
for a known compiler (vc++ 6.0), is it possible to create signatures for compiled functions to identify which ones are used?
else, general tips for identifying the algorithm functions? with so much data, i fallback on string references in my debugger and am not getting anywhere

for a known compiler (vc++ 6.0), is it possible to create signatures for compiled functions to identify which ones are used?
else, general tips for identifying the algorithm functions? with so much data, i fallback on string references in my debugger and am not getting anywhere