https://github.com/accenture/nec850_architecture
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: Accenture
- License: other
- Language: C++
- Default Branch: main
- Size: 122 KB
Statistics
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
- Releases: 1
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
Renesas NEC850 Architecture Plugin
This Binary Ninja plugin provides a native implementation for the Renesas RH850/V850 architecture. The main reason for writing this from scratch instead of using existing plugin is that any Architecture plugin written in Python is not usable for large binaries as the analysis takes ages. Therefore, this is a complete coverage of this architecture written purely in C/C++.
Install
- Clone this repo:
git clone https://github.com/Accenture/NEC850_Architecture && cd NEC850_Architecture - Fetch submodules:
git submodule update --init --recursive - CMake things:
mkdir build && cd build && cmake .. -DBN_INSTALL_DIR=/opt/binaryninja(Replace the/opt/binaryninjastring at the end with an actual install path of your instance) - Make things and install plugin:
make -j4 && cp libnec850_arch.so ~/.binaryninja/plugins/(Replace the last part of the command with valid path to the plugins directory for your platform)
Owner
- Name: Accenture
- Login: Accenture
- Kind: organization
- Website: https://accenture.github.io
- Repositories: 185
- Profile: https://github.com/Accenture
Accenture Github site
GitHub Events
Total
- Watch event: 1
- Push event: 11
- Fork event: 1
Last Year
- Watch event: 1
- Push event: 11
- Fork event: 1
Dependencies
.github/workflows/build.yaml
actions
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- ilammy/msvc-dev-cmd v1 composite
- seanmiddleditch/gha-setup-ninja master composite