We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553e1ee commit acad2e6Copy full SHA for acad2e6
README.md
@@ -3,7 +3,7 @@ A tool to merge x86 and x64 shellcode to one that can run on x86/x64 at the same
3
This technique is referenced from DoublePulsar, it added some obfuscation instructions to circumvent the feature.
4
## Usage
5
```bash
6
-sc-combiner -x86 x86.bin -x64 x64.bin -o x96.bin
+x96-combiner -x86 x86.bin -x64 x64.bin -o x96.bin
7
```
8
## Development
9
```go
0 commit comments