From c6cae74ea73e55929f89640efdaedb8ca72c7d8a Mon Sep 17 00:00:00 2001 From: EgeBalci Date: Sat, 15 Dec 2018 17:30:50 +0300 Subject: [PATCH] Typo fix --- README.md | 2 +- vars.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f744bb..affbb07 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ USAGE: OPTIONS: -k, -keysize Size of the encryption key in bytes (Max:255/Min:8) -r, -reflective Generated a reflective payload - -a, -anti-analysis Add anti-analysis masures + -a, -anti-analysis Add anti-analysis measures -i, -iat Use import address table entries instead of export address table -s, -scrape Scrape the PE header info (May break some files) -no-resource Don't add any resource data (removes icon) diff --git a/vars.go b/vars.go index 9069d15..600d71f 100644 --- a/vars.go +++ b/vars.go @@ -87,7 +87,7 @@ USAGE: OPTIONS: -k, -keysize Size of the encryption key in bytes (Max:255/Min:8) -r, -reflective Generated a reflective payload - -a, -anti-analysis Add anti-analysis masures + -a, -anti-analysis Add anti-analysis measures -i, -iat Use import address table entries instead of export address table -s, -scrape Scrape the PE header info (May break some files) -no-resource Don't add any resource data (removes icon)