Skip to content

Releases: c3rb3ru5d3d53c/binlex

v1.1.1

04 Mar 02:52
1aa0278
Compare
Choose a tag to compare

Features:

  • Refactored decompiler to disassembler
  • Dependencies compiled separately using find_package #130
  • WebAPI with Docker
  • WebAPI Python Wrapper
  • CI/CD Python Wheel Build Fixes
  • Compiled Python .whl files for Python 3.8, 3.9 and 3.10 for Windows, MacOS and Linux

Thanks to:

v1.1.1-rc1

07 May 03:03
Compare
Choose a tag to compare
v1.1.1-rc1 Pre-release
Pre-release

We are pleased to make this pre-release due to efforts by many at GeekWeek 2022. 🥳 🎉

Videos:

Features:

  • .NET PE Traits
  • Auto Mode
  • HTTP API/MongoDB
  • Tagging
  • Improved ELF/PE x86/x64 Coverage
  • Code Cleanup

Special Thanks:

NOTE: Windows supported dropped, will return in v1.1.1

v1.1.0

29 Nov 21:23
d62d7cc
Compare
Choose a tag to compare
  • Faster Decompiler upto 30%
  • Cyclomatic Complexity
  • Average Instructions Per Block
  • Byte Strings
  • Byte String sha256
  • Trait Strings
  • Trait String sha256
  • Block Counts
  • Instruction Counts
  • Byte Sizes
  • JSON Output
  • Documentation Builds
  • blyara tool to generate yara signatures on the fly

Initial Release + Bug Fixes

18 Nov 21:58
Compare
Choose a tag to compare

v1.0.1

  • Fixed Issue #2 with Capstone decompiler for recursion
  • Updated docs
wget https://github.com/c3rb3ru5d3d53c/binlex/releases/download/v1.0.0/binlex-1.0.1
mv binlex-1.0.1 binlex
chmod +x binlex
sudo mv binlex /usr/bin/

Initial Release

15 Nov 11:58
Compare
Choose a tag to compare

v1.0.0

Installing Binary:

wget https://github.com/c3rb3ru5d3d53c/binlex/releases/download/v1.0.0/binlex-1.0.0
mv binlex-1.0.0 binlex
chmod +x binlex
sudo mv binlex /usr/bin/