Reworked module system. Modules can now be individually set to be included in the agent. For example, it is possible to compile an agent only capable of executing BOFs and nothing else.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import core/server
|
||||
import ../modules/manager
|
||||
|
||||
# Conquest framework entry point
|
||||
when isMainModule:
|
||||
loadModules()
|
||||
import cligen; dispatch startServer
|
||||
Reference in New Issue
Block a user