File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.18 )
22
3- project ("triton-bn" LANGUAGES CXX )
3+ project ("triton-bn" VERSION 0.2.0 LANGUAGES CXX )
44
55option (TRITON_BN_BUILD_TESTS "Build test executables" OFF )
66
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments