Skip to content

Commit

Permalink
update others.go,readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fdx-xdf committed Apr 10, 2024
1 parent a644466 commit 966dd9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
24 changes: 10 additions & 14 deletions Others/others.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,16 @@ type FlagOptions struct {
}

func PrintVersion() {
darkPluse := `
_ _ _____ _
| | | | | __ \| |
__| | __ _ _ __| | _| |__) | |_ _ ___ ___
/ _' |/ _' | '__| |/ / ___/| | | | / __|/ _ \
| (_| | (_| | | | <| | | | |_| \__ \ __/
\__,_|\__,_|_| |_|\_\_| |_|\__,_|___/\___|
author fdx_xdf
version 1.0
2024.04
`
fmt.Println(darkPluse)

fmt.Println(" _ _ _____ _ ")
fmt.Println(" | | | | | __ \\ | | ")
fmt.Println(" __| | __ _ _ __| | _| |__) | _| |___ ___ ")
fmt.Println(" / _` |/ _` | '__| |/ / ___/ | | | / __|/ _ \\")
fmt.Println(" | (_| | (_| | | | <| | | |_| | \\__ \\ __/")
fmt.Println(" \\__,_|\\__,_|_| |_|\\_\\_| \\__,_|_|___/\\___|")
fmt.Println(" ")
fmt.Println(" author fdx_xdf ")
fmt.Println(" version 1.0 ")
fmt.Println(" 2024.04 ")
}

func PrintUsage() {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
darkPluse是一个用go编写的shellcode Packer,用于生成各种各样的shellcode loader。
darkPulse是一个用go编写的shellcode Packer,用于生成各种各样的shellcode loader。

目前只实现了c语言的模板。

Expand Down Expand Up @@ -40,7 +40,7 @@ Usage:
示例:

```
darkPluse.exe -i calc_shellcode.bin -f 32 -sandbox -unhook
darkPuse.exe -i calc_shellcode.bin -f 32 -sandbox -unhook
_ _ _____ _
| | | | | __ \| |
Expand Down

0 comments on commit 966dd9d

Please sign in to comment.