Skip to content

Commit

Permalink
Bump binaryninja-api to version v4.1.5747-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ergrelet committed Jul 28, 2024
1 parent 36b16d9 commit ebe500c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
25 changes: 14 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ rayon = "1.10"

[dependencies.binaryninja]
git = "https://github.com/Vector35/binaryninja-api.git"
tag = "v4.0.4911-stable"
tag = "v4.1.5747-stable"
features = ["rayon"]
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# themida-spotter-bn ![Static Badge](https://img.shields.io/badge/Binary_Ninja_API-v4.0.x-blue) [![rustc 1.79.0](https://img.shields.io/badge/rust-1.79.0%2B-orange.svg)](https://img.shields.io/badge/rust-1.79.0%2B-orange.svg)
# themida-spotter-bn ![Static Badge](https://img.shields.io/badge/Binary_Ninja_API-v4.1.x-blue) [![rustc 1.79.0](https://img.shields.io/badge/rust-1.79.0%2B-orange.svg)](https://img.shields.io/badge/rust-1.79.0%2B-orange.svg)

A Binary Ninja plugin that detects and tags obfuscated code entry patterns from
Oreans Technologies's software obfuscators (_i.e._, WinLicense, Themida and Code
Expand All @@ -25,6 +25,9 @@ cargo build --release
The plugin will then be available at `target/release/themida_spotter_bn.dll` if
you're on Windows for example.

Note: the plugin is build against `v4.1.5747-stable` by default but you can change
the version in `Cargo.toml` to build against your version of Binary Ninja if needed.

## How to Install

Check out the official Binary Ninja documentation to know where to copy the
Expand Down

0 comments on commit ebe500c

Please sign in to comment.