Lucciefr
Lua code caving, injection and exploration framework
config.h
Go to the documentation of this file.
1 
3 #ifndef CONFIG_H
4 #define CONFIG_H
5 
7 #define PROJECT_NAME "Lucciefr"
8 
10 #define VERSION_STRING "0.0 pre-alpha"
11 
12 // this is used for automated build tagging - see "make -n commit-id"
13 #undef COMMIT_ID
14 
15 #endif // CONFIG_H