jstrosch / sclauncher

A small program written in C that is designed to load 32/64-bit shellcode and allow for execution or debugging. Can also output PE files from shellcode.
MIT License
121 stars 10 forks source link

Calculate shellcode entropy using shannon's algoriithm #2

Closed jstrosch closed 7 months ago

jstrosch commented 7 months ago

This adds a method to calculate overall shellcode entropy using Shannon's formulae. Calculated value is output in the terminal.