TracNav menu
-
SETools
- Home
- Screenshots
- Download
- Contribute
- License
-
Documentation
- README
- KNOWN-BUGS
- apol Help
- seaudit Help
- sechecker Help
- sediff Help
-
Programming Guides
- libpoldiff
- sechecker modules
- sechecker profiles
- API Reference
Writing sechecker Modules
Instructions for using the template to add new modules
- copy the xx.c and xx.h files to the modules directory
- rename the files and replace the text xx with the module name in both files
- add the register function for your module xx_register to the register_list.h and register_list.c entries
- add options and any requirements or dependencies to the decription in the register function
- fill out TODO sections of the template with logic for your module
- recompile
