View Single Post
  #1  
Old 09-08-2020, 20:22
jonwil jonwil is offline
VIP
 
Join Date: Feb 2004
Posts: 387
Rept. Given: 2
Rept. Rcvd 21 Times in 9 Posts
Thanks Given: 2
Thanks Rcvd at 65 Times in 34 Posts
jonwil Reputation: 21
STL and IDA Pro/HexRays?

Does anyone have any tips for how to work with the STL (std::wstring, std:air, std::vector, std::deque, std::multimap in particular seem to be used by my target based on its symbols) in IDA? How to figure out what the actual layout of a given STL class looks like? (once you expand out the template parameters) How to recognize inlined STL functions? Or any other tips for worknig with the STL in IDA
Reply With Quote