From 4991bd646bb983dc841e80334eaeb55f3d090f46 Mon Sep 17 00:00:00 2001 From: ergrelet Date: Fri, 12 Jul 2024 23:53:47 +0200 Subject: [PATCH] Bump projection to 0.2.0, add CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- plugin.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..226d85b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.0] - 2024-07-12 + +### Added + +- Add an action that allows users to deobfuscate code locations tagged by [themida-spotter-bn](https://github.com/ergrelet/themida-spotter-bn) + +## [0.1.0] - 2024-07-06 + +Initial release diff --git a/README.md b/README.md index 68f8b54..6cbdc1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# themida-unmutate-bn (v0.1.0) +# themida-unmutate-bn (v0.2.0) Author: **Erwan Grelet** diff --git a/plugin.json b/plugin.json index 0733796..ff28e4d 100644 --- a/plugin.json +++ b/plugin.json @@ -18,7 +18,7 @@ "dependencies": { "pip": ["miasm", "themida-unmutate"] }, - "version": "0.1.0", + "version": "0.2.0", "author": "Erwan Grelet", "minimumbinaryninjaversion": 3164 }