SmartAudio/lichee/linux-4.9/drivers/char/oases/inlinehook_const.h

13 lines
338 B
C
Raw Permalink Normal View History

2018-12-29 07:13:35 +00:00
#ifndef _OASES_INLINEHOOK_CONST_H_
#define _OASES_INLINEHOOK_CONST_H_
#define PLACE_HOLDER_MAGIC 0xdead1001
#define FILTER_ADDR_MAGIC 0xdead1002
#define ORIGIN_ADDR_MAGIC 0xdead1003
#define ERRNO_MAGIC 0xdead1004
#define PATCH_INFO_CTX_MAGIC 0xdead1005
#define ATTACK_LOGGER_MAGIC 0xdead1006
#define RETURN_ADDR_MAGIC 0xdead1007
#endif