View Single Post
  #8  
Old 04-17-2005, 03:05
FKMA
 
Posts: n/a
Use IDA. It may recognize standart ?and C++ functions by signatures.
In Name window (after analizyng) you will see std::cin and will may look for
all calls to it.
Reply With Quote