Skip to content

Commit a766e12

Browse files
committed
Bump project version to 0.2.0, update CHANGELOG
1 parent eaa5376 commit a766e12

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

33
## [Unreleased]
44

5+
## [0.2.0] - 2024-07-17
6+
57
### Added
68

79
- Add support for ARM64 binaries
10+
- Add new "Patch" commands that modifies original function/basic block after simplification
11+
- Add a new NOP-like instruction removal pass
12+
13+
### Changed
14+
15+
- Previous simplification actions are now under the "Preview" subsection
816

917
## [0.1.1] - 2024-04-06
1018

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22

3-
project("triton-bn" LANGUAGES CXX)
3+
project("triton-bn" VERSION 0.2.0 LANGUAGES CXX)
44

55
option(TRITON_BN_BUILD_TESTS "Build test executables" OFF)
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ files:
3434

3535

3636
## Know Limitations
37-
* Instructions that use RIP/PC-relative addressing aren't relocated properly after simplification
37+
* Instructions that use RIP/PC-relative addressing aren't relocated properly in preview mode

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
33
"name": "triton-bn",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"description": "Binary Ninja plugin that can be used to apply Triton's dead store eliminitation pass on basic blocks or functions.",
66
"homepage": "https://github.com/ergrelet/triton-bn",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)