66
77## Features
88
9- ### Version 0.7.0
9+ ### Version 0.7.1
1010
1111- ** core**
1212 - `extract` - [extract](https://www.heckhausen.it/shencode/wiki/core/extract) from/to offset
13- - `formatout` - [display raw shellcodes](https://www.heckhausen.it/shencode/wiki/core/formatout) in `C++, C#` and more
1413 - `injection` - [inject shellcode](https://www.heckhausen.it/shencode/wiki/core/injection) into process (Windows only)
1514 - `msfvenom` - [create payloads](https://www.heckhausen.it/shencode/wiki/core/msfvenom) with msfvenom
15+ - `output` - [Inspect and display](https://www.heckhausen.it/shencode/wiki/core/output) files in different formats
1616- ** encoder**
1717 - `aes` - [Encrypt](https://www.heckhausen.it/shencode/wiki/encoder/aes) payload with AES
1818 - `bytebert` - advanced polymorphic encoder
2727- ** stager**
2828 - `meterpreter` - Initiate a `meterpreter/reverse_tcp` [stage](https://www.heckhausen.it/shencode/wiki/stager/meterpreter)
2929 - `sliver` - Initiate a `https` [sliver stage](https://www.heckhausen.it/shencode/wiki/stager/sliver)
30+ - ** archive**
31+ - `formatout` - [display raw shellcodes](https://www.heckhausen.it/shencode/wiki/core/formatout) in `C++, C#` and more
3032
3133## How to use
3234
@@ -45,14 +47,11 @@ Check out the [ShenCode Docs](https://heckhausen.it/shencode/wiki/) for more inf
4547
4648## Release Notes
4749
48- - ` general ` - setup routine, which handles the different packages and modules for Windows and Linux
49- - ` general ` - new module parser
50- - ` general ` - new start-up banners
51- - ` core/inject ` - Suspend and Resume Technique
52- - ` core/inject ` - VirtualProtectEx Technique
53- - ` encoder/bytebert ` - advanced polymorphic encoder
54- - ` stager/meterpreter ` - a reverse TCP Meterpreter stager
55- - ` stager/sliver ` - a HTTPS Sliver stager
50+ - ` general ` - duplicated header fix
51+ - ` general ` - optimized header code
52+ - ` general ` - optimized help output
53+ - ` core/output ` - Rewritten output module, replaces ` formatout `
54+ - ` archiv/formatout ` - deprecated module, use ` output ` instead
5655
5756## References
5857
0 commit comments