示例#1
0
文件: taint2.cpp 项目: chyyuu/panda
uint32_t __taint2_query_llvm(int reg_num, int offset) {
    LabelSetP ls = tp_query_llvm(shadow, reg_num, offset);
    return ls_card(ls);
}
示例#2
0
文件: taint.cpp 项目: Debug-Orz/panda
uint32_t __taint_query_llvm(int reg_num, int offset) {
  return tp_query_llvm(shadow, reg_num, offset);
}