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 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.1.tar.gz (6.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.1-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: malwareDetector-0.1.1.tar.gz
  • Upload date:
  • Size: 6.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.1.tar.gz
Algorithm Hash digest
SHA256 44a2f0dddee6d6f34b363d96169ba152a4b0d2689d809e9d418a1cc50d3ac36c
MD5 3cc9df281adfeb6d8394a2271462110e
BLAKE2b-256 472ac76f75665817ca0d82f37d2ac6932f4c8e2820e048da9c51b86b9957f75b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for malwareDetector-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f9f66ba6d605170ae9e79a8c481d9f0ddbe9911ea40b35bdca546ebea429b218
MD5 6e58b5bded524f952893c8020b74b762
BLAKE2b-256 42ee18ef57f11b5316d1a41e51c994fe7e56546e1fc713d51f8ebbac7e41beec

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