Crate malwaredb_server

source ·

Modules

  • Postgres is the database used by MalwareDB. However, SQLite will be used for unit testing. This option can be allowed by using the sqlite feature flag. When using SQLite, any similarity functions must be calculated by MalwareDB.
  • All functionality related to processing the data. Essentially, translating requests for data into formats which are used to save the data, or to query the database. This is the midpoint between database communication and WWW requests/responses.

Structs

  • State & configuration of the running server instance

Constants