你好,我運行pin toll itrace.cpp文件來獲取代碼的跟蹤。 #include <stdio.h>
#include "pin.H"
FILE * trace;
// This function is called before every instruction is executed
// and prints the IP
VOID printip(VOID *ip
由於某些原因,我想強制PLT部分輸入一些條目。我已經設法爲一些條目做到這一點,但是某些功能從未插入到PLT中。 因此,可以說,我有main.c: int main(){
// some code
strcmp(a,b); //suppose a, b strings
// more code
// suppose that result of strcmp is used, so it w