Releases: jstrosch/sclauncher
Releases · jstrosch/sclauncher
v0.0.6
FEATURES
- Adds the ability to load additional content during debugging or PE file creation. During debugging, content loaded from an additional file can be simply copied into memory or memory mapped. When creating a PE file, additional content is added in a new section named .content
BUG FIXES
- PE files did not contain proper data directory entries, which caused some PE parsing utilities to fail. This release adds empty data directories to the produced PE file.
SPECIAL THANKS
- @BugfireIO for QA testing!
v0.0.5
v0.0.4
FEATURE
- Disables ASLR for PE files produced by this utility.
ERRATA
- Fixes typos in help information.
SPECIAL THANKS
- @BugfireIO for testing and reporting issues found!
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.
v0.0.2
v0.0.1
INITIAL RELEASE
Simple C program to execute or debug shellcode initial release. Please report any bugs or feature requests :)
SHA256:
- da7871bab3ca2c232a805b808a011adbb1a8227100285b34a34042e48c984eb5 sclauncher-x64-v0.0.1.exe
- 151781eb9f1e2b3e50b97be35ee748e74ba064975bc71ec52ace6eeff0305ae5 sclauncher-x86-v0.0.1.exe