Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
13o-bbr-bbq committed Aug 16, 2019
1 parent 5e2d582 commit 4c12997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Following injection codes were generated by DeepGenerator.

![overview](./img/pygenerator_overview.png)

Please refer to this [blog](https://www.mbsd.jp/blog/20170921.html) for detail explanation of pyGenerator.
Please refer to this [blog](https://www.mbsd.jp/blog/20170921.html) for detail explanation of DeepGenerator.

## Processing flow
DeepGenerator consists of two algorithms that Genetic Algorithm (GA) and Generative Adversarial Networks (GAN).
Expand All @@ -27,7 +27,7 @@ The injection codes are generated in two steps.
3. Generate numerous injection codes using Generative Adversarial Networks.

## Installation
### Step.0 Git clone pyGenerator's repository.
### Step.0 Git clone DeepGenerator's repository.
```
PS C:\> git clone https://github.com/13o-bbr-bbq/machine_learning_security.git
```
Expand Down Expand Up @@ -64,7 +64,7 @@ Mode LastWriteTime Length Name
[!] I use the `tidy 5.4.0 win64` in this example.

You have to download the [`tidy 5.4.0 win64`](http://binaries.html-tidy.org/).
And you have to move tidy directory to pyGenerator root.
And you have to move tidy directory to DeepGenerator root.

```
PS C:\users\itaka\Downloads> mv tidy-5.4.0-win64 C:\machine_learning_security\Generator\
Expand Down Expand Up @@ -93,7 +93,7 @@ d----- 2018/09/13 15:19 __pycache__
```

## Usage
### Step.0 Execute pyGenerator
### Step.0 Execute DeepGenerator
```
PS C:\machine_learning_security\Generator> python generator.py
[+] Launched : chrome 68.0.3440.106
Expand Down

0 comments on commit 4c12997

Please sign in to comment.