Thread
:
C++ Console Application
View Single Post
#
8
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.
FKMA