Pin tools to get the API Name

PIN_LockClient();
IMG img = IMG_FindByAddress(ins_ip);
string imgName = (IMG_Valid(img) ? IMG_Name(img) : “InvalidImg”);
RTN rtn = RTN_FindByAddress(ins_ip);
string newName = (RTN_Valid(rtn) ? RTN_Name(rtn) : “InvalidRtn”);
PIN_UnlockClient();

此条目发表在Computers and Internet分类目录。将固定链接加入收藏夹。

留下评论