https://github.com/0x1f9f1/binja-pattern
https://github.com/0x1f9f1/binja-pattern
binary-ninja binaryninja binja memory-scanner memory-scanning
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0x1f9f1/binja-pattern
- Owner: 0x1F9F1
- License: mit
- Created: 2018-10-05T22:43:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T15:00:56.000Z (over 3 years ago)
- Last Synced: 2025-03-20T00:22:29.493Z (10 months ago)
- Topics: binary-ninja, binaryninja, binja, memory-scanner, memory-scanning
- Language: C++
- Size: 189 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Binja Pattern
Author: **Brick**
A Binary Ninja plugin to scan for and create patterns/array-of-bytes (e.g. `E8 ? ? ? ? 83 C4 ? 8D 84 24`)
## Compilation
binja-pattern uses CMake, and includes example build scripts `build.bat` (For Visual Studio 2017) and `build.sh`.
If you receive linking errors during compilation, you will need to switch to the appropriate git commit in `vendor/binaryninja-api`, corresponding to your build of Binary Ninja.
## Requirements
Required submodules should be installed by:
git submodule update --init --recursive