Releases: RevEngAI/creait
Releases · RevEngAI/creait
Improvements, Sync With Plugins
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
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
What's Changed
- Add Required
v1API Features With Tests & CI by @brightprogrammer in #2 - All required
v1API endpoints supported. - Removed local database.
- Logging is now available globally, this means generated logs will capture messages from
creaitas 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
- Improved build system experience.
- No
gitsetup 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
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...