Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ForensicArtifacts/artifacts-kb
/ types & classes
Types & classes
15 in github.com/ForensicArtifacts/artifacts-kb
⨍
Functions
76
◇
Types & classes
15
↓ 2 callers
Class
TestWrcResourceItem
Windows Resource Compiler (WRC) resource item for testing. Attributes: identifier (int]): identifier. sub_items (list[TestWrcResource
tests/resource_file.py:45
↓ 2 callers
Class
TestWrcStream
Windows Resource Compiler (WRC) stream for testing. Attributes: resources (dict[int|str, object]): resources per identifier.
tests/resource_file.py:94
↓ 1 callers
Class
CheckResults
Check results. Attributes: data_formats (set[str]): data formats that were found. number_of_file_entries (int): number of file entrie
artifactsrc/volume_scanner.py:25
↓ 1 callers
Class
DependencyDefinition
Dependency definition. Attributes: dpkg_name (str): name of the dpkg package that provides the dependency. is_optional (bool): True i
utils/dependencies.py:8
↓ 1 callers
Class
DependencyDefinitionReader
Dependency definition reader.
utils/dependencies.py:54
↓ 1 callers
Class
IndexRstOutputWriter
Index.rst output writer.
tools/generate_docs.py:16
↓ 1 callers
Class
MarkdownOutputWriter
Markdown output writer.
tools/generate_docs.py:59
↓ 1 callers
Class
TestWrcResource
Windows Resource Compiler (WRC) resource for testing. Attributes: items (list[TestWrcResourceItem]): resources items.
tests/resource_file.py:11
Class
ArtifactDefinitionsVolumeScanner
Artifact definitions volume scanner.
artifactsrc/volume_scanner.py:40
Class
BaseTestCase
The base test case.
tests/test_lib.py:17
Class
DependencyHelper
Dependency helper. Attributes: dependencies (dict[str, DependencyDefinition]): dependencies.
utils/dependencies.py:111
Class
MarkdownLinkFixer
Transform definition to parse .md references to internal pages.
docs/conf.py:114
Class
MessageResourceFile
Windows Message Resource file. Attributes: windows_path (str): Windows path of the message resource file.
artifactsrc/resource_file.py:9
Class
MessageResourceFileTest
Tests for the Windows Message Resource file object.
tests/resource_file.py:131
Class
TempDirectory
Class that implements a temporary directory.
tests/test_lib.py:51