Skip to content

Releases: wetw0rk/Sickle

Sickle v2.0.2-Beta Release

25 Nov 07:18
Compare
Choose a tag to compare
  • 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

14 Aug 00:57
Compare
Choose a tag to compare

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

18 Sep 17:22
692e56a
Compare
Choose a tag to compare
  • None object bug fix (disassemble functionalities)
  • raw.py format module added by Joseph McPeters (liquidsky)

Sickle v2.0 Release

22 May 03:04
Compare
Choose a tag to compare

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

23 May 01:06
9c4a56d
Compare
Choose a tag to compare
Merge pull request #3 from luoyeah/master

for python x64

Sickle v1.5 release

12 Feb 00:11
Compare
Choose a tag to compare

Compare function has been improved.