How to develop an unsafe function replacement plugin based on Intel PIN framework?
For instance, replace strcpy
with strcpy_s
. I tried RTN_FindByName(img,"strcpy")
to find strcpy and used PIN_UndecorateSymbolName
, however, it seemed not work, I can't find strcpy
to replace.
Asked
Active
Viewed 49 times
0

Peter Cordes
- 328,167
- 45
- 605
- 847

Mike Lin
- 1
-
How do you plan to get the value for dstsz parameter? – nitzanms Oct 11 '22 at 09:53
-
Anyway please provide a minimal reproducible example https://stackoverflow.com/help/minimal-reproducible-example so you can get help – nitzanms Oct 11 '22 at 09:55