Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Mangle.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type FlagOptions struct {

func options() *FlagOptions {
outFile := flag.String("O", "", "The new file name")
inputFile := flag.String("I", "", "Path to the orginal file")
inputFile := flag.String("I", "", "Path to the original file")
CertCloner := flag.String("C", "", "Path to the file containing the certificate you want to clone")
GoStrip := flag.Bool("M", false, "Edit the PE file to strip out Go indicators")
size := flag.Int("S", 0, "How many MBs to increase the file by")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Usage of ./Mangle:
-C string
Path to the file containing the certificate you want to clone
-I string
Path to the orginal file
Path to the original file
-M Edit the PE file to strip out Go indicators
-O string
The new file name
Expand Down