Reputation: 1605
I was playing with a pdb generated by Visual Studio when I saw memcpy
in the list of symbols so I used dumpbin to inspect the import table in the executable but there was no reference to memcpy
there.
Isn't memcpy
a function exported from crt library? If so, why don`t I see it in the output of dumpbin?
Upvotes: 1
Views: 267