Skip to content

Releases: RevEngAI/creait

Improvements, Sync With Plugins

24 Apr 14:00

Choose a tag to compare

This release is just to be in sync with plugin releases. It does include some improvements however as well.

Full Changelog: v1.1...v1.2.0

New v2 Endpoints

15 Apr 16:16
77785de

Choose a tag to compare

What's Changed

  • AI Decompilation Support by @brightprogrammer in #3
  • New endpoints to
    • Get analysis logs
    • Do collection search
    • Get basic collection info
    • Do Function search
    • Do Binary search

Full Changelog: v1.0...v1.1

v1.0

20 Dec 04:31
3412096

Choose a tag to compare

What's Changed

  • Add Required v1 API Features With Tests & CI by @brightprogrammer in #2
  • All required v1 API endpoints supported.
  • Removed local database.
  • Logging is now available globally, this means generated logs will capture messages from creait as well as programs where it's used.
  • Config is now easier, just two values required (host, api_key)
  • Model selection and usage is done using string values instead of enum values.
  • Basic CI tests added.
  • Mock API for testing.

Full Changelog: v0.1.1...v1.0

[PATCH] v0.1.1

13 Aug 15:45

Choose a tag to compare

  • Improved build system experience.
  • No git setup is required locally for building this release.
  • Removed usage of git submodules
  • Automatically fetch and build dependencies if not present on host.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Aug 19:07

Choose a tag to compare

Current release supports basic API endpoints and features required to just make the Rizin plugin's v0.1.0 work.

Features :

  • Logging (ReaiLog)
  • Automatic sqlite based local database management (ReaiDb, integrated within the library)
  • API endpoints for creation, deletion, batch rename, batch analysis etc...