Skip to main content

Malware detector specification for NTUST isLab

Project description

malwareDetector

Description

This is a malware detector specification for NTUST isLab. The malwareDetector is a base class designed for malicious software detection. It enables straightforward utilization of Python's inheritance feature. By inheriting from malwareDetector and implementing the required functions, you can achieve your specific goals. Additionally, it offers convenient configuration management. For more detailed instructions, please refer to the GitHub Wiki.

Requirements

Tool Version Source
Python >= 3.10 https://www.python.org/downloads

Installation

Use the package manager pip to install malwareDetector.

  • Example: pip install malwareDetector

Usage

import

  • import class detector from malwareDetector.detector
    from malwareDetector.detector import detector
    

Examples:

from malwareDetector.detector import detector
from typing import Any
import numpy as np

class subDetector(detector):
    def __init__(self) -> None:
        super().__init__()

    def extractFeature(self) -> Any:
        return 'This is the implementation of the extractFeature function from the derived class.'

    def vectorize(self) -> np.array:
        return 'This is the implementation of the vectorize function from the derived class.'

    def model(self) -> Any:
        return 'This is the implementation of the model function from the derived class.'

    def predict(self) -> np.array:
        return 'This is the implementation of the predict function from the derived class.'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

malwareDetector-0.1.9.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

malwareDetector-0.1.9-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file malwareDetector-0.1.9.tar.gz.

File metadata

  • Download URL: malwareDetector-0.1.9.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for malwareDetector-0.1.9.tar.gz
Algorithm Hash digest
SHA256 1251a9500aad96f927af84546ecbf6401d9a482a664b3010e839e30aec104950
MD5 25b6d597646af991caee1372f8db60b0
BLAKE2b-256 c43df4c137056c08f40c2e2f958c5c557e9fe81412a43d959604b9567dbfce9d

See more details on using hashes here.

File details

Details for the file malwareDetector-0.1.9-py3-none-any.whl.

File metadata

File hashes

Hashes for malwareDetector-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 3b93c9a52eb999f9a43d07960400a304ab5e32ebf7f18cbb075d1c07462750a3
MD5 6c9b0f8b95bd9466a37a83f729410ca2
BLAKE2b-256 af8f76cc765f8d495f0eda99a89dde6d042769b77a6b05b314540bba2813a326

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page