Hello!
I'm working on an executable that apparently contains multiple instances of the same libraries: The _memcpy function, for example, can be found in three different places. FLIRT does recognize these and names them _memcpy, _memcpy_1, memcpy_2.
But when it comes to functions that depend on _memcpy IDA does only recognize those, which are using _memcpy, not those making use of _memcpy_1...
Has anybody experienced similar problems?
Thanks for your help!
Schmallon







