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.4.tar.gz (7.0 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.4-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: malwareDetector-0.1.4.tar.gz
  • Upload date:
  • Size: 7.0 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.4.tar.gz
Algorithm Hash digest
SHA256 defa7489fc354a945520f7ec264eedb4eea1b58b2d18c100fbffc31085cd7619
MD5 bb84c84dbe3d5af94e686f927e3127d5
BLAKE2b-256 6232181273651955fa415eef0fbae8c9b7df9b5b6aaa5ff756fbc026ddc57bc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for malwareDetector-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 db87e31f0f4b6969638f97878eb6bab73f1a247fa2bea837ee678997bef4aa10
MD5 ffdc919ec1dac69264ab1eaa20f9c170
BLAKE2b-256 30b00c1a6287dc89a0fb78585a9edb82245910d1596ff9e6399a0ae924fb538d

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