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.3.tar.gz (7.2 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.3-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: malwareDetector-0.1.3.tar.gz
  • Upload date:
  • Size: 7.2 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.3.tar.gz
Algorithm Hash digest
SHA256 dfa607818714983af8b5f6b43e353f0b294a64825fb4f617d447cd8a554b99d8
MD5 f4b49db8be3f93c02c84c2a05b1e97de
BLAKE2b-256 5bc2a9b345bafd115e3b6d385f5b196ee6e4f94105be49b424ba1155850ae6d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for malwareDetector-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 761d64f7762ab640d77140c0e2798a5d96e9d6b40398cfea00fe0cd54466202b
MD5 de7a8a6e5c9693551f9511b345090408
BLAKE2b-256 681a9d754dd3e1e9aac8671df879ae3b3a8f6fb84faf9fb249d04eb277177127

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