Skip to content

Releases: codexgigassys/daas

DaaS release-2019-04-16

16 Apr 14:25
Compare
Choose a tag to compare

New features:

  • Added java (*.jar) decompiler

Improvements:

  • Send sample id instead of binary (memory usage reduced a lot!)
  • Better detection for file types
  • Option to set extension of samples (needed for some decompilers)

Bug fixes:

  • Fixed decompiler_class not found error
  • Fixed broken downloads after latest updates

Others:

  • Added logs to make debugging easier

DaaS release-2019-04-04

04 Apr 19:17
Compare
Choose a tag to compare

Bug fixes:

  • Output too long.

Others:

  • Updated dependencies

DaaS release-2019-04-01

01 Apr 19:57
Compare
Choose a tag to compare

New features:

  • Added nginx.
  • Replaced HTTP with HTTPS
  • Advanced search
  • Now is possible to add custom logic to subprocess based decompilers
  • Added users system

Improvements:

  • Removed debug settings.
  • Installed zlib to ensure that shutil uses deflated mode when zipping.
  • Increased security.
  • Better statistics pages style.
  • Minor CSS and HTML changes
  • relation between redis job and sample simplified: one to many -> one to one
  • Do not expose any ports besides nginx ones.

Bug fixes:

  • Fixed vcrun2010 (visual c++ 2010) installation on wine
  • Fixed error creating containers
  • Fixed Nginx refusing big zip files ("body size too large")
  • Removed my computer's username from csharp decompilation errors.
  • Removed my name from C# Decompilation errors.

Others:

  • Updated "DaaS Thanks" section.

DaaS release-2018-12-07

07 Dec 22:12
Compare
Choose a tag to compare

New features and improvements:

  • C# Decompiler: updated wine and winetricks, uninstalled winbind.
  • Added cache to charts to avoid high server overload under a big database.
  • Minor changes to statistics page

Bug fixes:

  • Fixed error downloading source code.
  • Fixed 'bool object not callable' error

Others:

  • Added thanks section to the documentation.

DaaS release-2018-12-06

06 Dec 18:17
Compare
Choose a tag to compare

New features and improvements:

  • Better state recognition for tasks
  • Added APK classifier
  • Support to cancel a task while it's on queue
  • Now you are able to delete samples before they are processed.
  • Added options to disable saving the samples or their download.
  • Icon for every sample type.
  • Sample reprocessing.
  • More and better statistics graphics.
  • Setting for decompilers which use subprocess now accepts a whole bash command as string.
  • Option to use XVFB on decompilers.
  • Decompress ZIP files and upload their samples as new files.
  • Modified models (fields, structure, database constraints and indexes) for more performance and less space usage.
  • Custom message when classifier can't find a suitable decompiler for a file.
  • Steeps to add a new decompiler significantly simplified!
  • C# decompiler updated: Updated wine, winetricks and installed winbind.

Bug fixes:

  • Tasks failing due to Redis queue timeout being lower than the decompiler timeout set on the configuration.
  • Upload date not correctly displayed on Chrome.

Others:

  • Added coverage to the API container.
  • Added index to documentation.
  • Documentation updated.
  • PEP8 compliant.

DaaS release-2018-09-24

24 Oct 20:00
Compare
Choose a tag to compare

New features and improvements:

  • Better support for managing queues of plugins different than C#
  • Added flash plugin
  • Added option to change "current working directory" of decompilers launched using subprocess
  • Minor GUI improvements

Bug fixes:

  • Null constraint error on "result.errors"

Others:

  • Documented how to crete a plugin easily

Release v1.0.0

23 Oct 14:08
3351c8c
Compare
Choose a tag to compare

First release.