Skip to content

gaunh0/malGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malware generate using GAN

Base on Generating Adversarial Malware Examples for Black-Box Attacks Based on GAN

Requirements

sklearn pytorch numpy progress

Running

Command

python main.py [-h] [--blackbox BLACKBOX] Z train_epoch retrain_epoch

positional arguments:
  Z                    Noise dimension
  train_epoch          Train epoch
  retrain_epoch        Retrain epoch

optional arguments:
  -h, --help           show this help message and exit
  --blackbox BLACKBOX  Blackbox model: RF: Random Forest LG: Logistic Regression DT: Decision
                       Tree (default) SVM: Support Vector Machine

Example

python  main.py [-h] [--blackbox BLACKBOX] Z train_epoch retrain_epoch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages