Releases: wetw0rk/Sickle
Releases · wetw0rk/Sickle
Sickle v2.0.2-Beta Release
- Windows coloring now supported
- Diff module improved
- Improved module layout
- Formatting is now a module, and other modules can thus call formats
- Documentation updated
- Badchar module added
Sickle v2.0.2 Release
Taking version v2.0.2 out of beta, there's been a lot of changes this release with an emphasized focus on code readability and overall layout of the tool / framework. Some of the changes this release include:
- "Sickle" subdirectory is now sickle
- All bad characters are now detected off same input line (e.g -b"\x00\x0a\x0d")
- Format "module()" classes are now FormatModule() classes
- Re-focusing supported architectures (x86, x64, ARM)
- Improved Code Base & Documentation
- Improved module loading and handling
- Added registry key for Windows users
Sickle v2.0.1 Release
- None object bug fix (disassemble functionalities)
- raw.py format module added by Joseph McPeters (liquidsky)
Sickle v2.0 Release
Sickle v2.0
The structure of Sickle has been completely redesigned in order to allow drop in modules. This will allow users to easily implement new formats and development modules. All supported architectures have remained the same as v1.6, and 2 new modules have been added. Documentation has also been added for those looking to implement their own formats or modules.
Sickle v1.6 Release
Merge pull request #3 from luoyeah/master for python x64
Sickle v1.5 release
Compare function has been improved.