zhangmeng
2023-02-01 6443426f2a8b15cefe35556f13704292e3b52aed
shmparser.h
@@ -4,6 +4,7 @@
#include <stdint.h>
#include "std_target.h"
// struct image
struct stimg{
    uint64_t id;
    unsigned char* data;
@@ -21,6 +22,7 @@
//////////////////////////////////////////////
// sdk result
// struct rect
struct strc{
    int32_t left;
    int32_t top;
@@ -28,6 +30,7 @@
    int32_t bottom;
};
// struct target from analysis
struct sttgt{
    uint64_t id;
    char* type;
@@ -40,6 +43,7 @@
    uint32_t attribute_size;
};
// struct sdk analysis run
struct stsdk{
    char* sdktype;
    uint32_t sdktype_size;
@@ -55,6 +59,7 @@
    struct sttgt* tgt;
};
// struct rule message for rule server
struct strule{
    char* handletrack;
    uint32_t handletrack_size;