-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
46 lines (46 loc) · 1.42 KB
/
mkdocs.yaml
File metadata and controls
46 lines (46 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team
#
# SPDX-License-Identifier: CC0-1.0
site_name: MalwareTracesGenerator
site_url: https://frack113.github.io/MalwareTracesGenerator/
site_author: The MalwareTracesGenerator development team
site_description: Generate malware traces for detection tests
repo_name: frack113/MalwareTracesGenerator/
repo_url: https://github.com/frack113/MalwareTracesGenerator/
copyright: 2023 The MalwareTracesGenerator development team
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
features:
- content.code.copy
- content.code.annotate
- toc.follow
- header.autohide
- navigation.indexes
- navigation.sections
- navigation.tabs
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
nav:
- Documentation:
- Installation: ./installation.md
- Traces:
- ./traces/index.md
- Drivers:
- BYOVD: ./traces/drivers/byovd.md
- Files:
- Browser: ./traces/files/browser.md
- Memory:
- Dll: ./traces/memory/dll.md
- Processes:
- Spoofing: ./traces/processes/spoofing.md
- Generation file: ./generation-file.md