v0.0.3
BUGFIX
- Fixed a bug in inserting breakpoint from entry point argument
FEATURE
- Adds ability to pause program before executing shellcode, allowing for a debugger to be attached
- Adds entropy calculation using Shannon's formulae of the shellcode blob
IMPROVEMENTS
- Removes ability to handle an internal char array to execute shellcode. This was done to simplify program logic.