Skip to content

v0.0.3

Compare
Choose a tag to compare
@jstrosch jstrosch released this 01 Feb 21:59
· 10 commits to main since this release

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.