HyperDbg Debugger
Loading...
Searching...
No Matches
PlatformModuleInfo.h
Go to the documentation of this file.
1// PlatformModuleInfo.h
2
3#if defined(__linux__)
4
5# ifndef MODULE_INFO_H
6# define MODULE_INFO_H
7
8# include <linux/module.h>
9
10MODULE_LICENSE("GPL");
11MODULE_AUTHOR("Alish");
12MODULE_DESCRIPTION("Linux Kernel module Mock");
13MODULE_VERSION("0.1");
14
15# endif // _MODULE_INFO_H_
16
17#endif // defined(__linux__)
MODULE_AUTHOR("Alireza Moradi")
MODULE_LICENSE("GPL")
MODULE_DESCRIPTION("Cross-platform memory API test module")