Skip to content

Commit acad2e6

Browse files
authored
update readme file about Usage, replace sc-combiner to x96-combiner.
1 parent 553e1ee commit acad2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A tool to merge x86 and x64 shellcode to one that can run on x86/x64 at the same
33
This technique is referenced from DoublePulsar, it added some obfuscation instructions to circumvent the feature.
44
## Usage
55
```bash
6-
sc-combiner -x86 x86.bin -x64 x64.bin -o x96.bin
6+
x96-combiner -x86 x86.bin -x64 x64.bin -o x96.bin
77
```
88
## Development
99
```go

0 commit comments

Comments
 (0)