Vector35 / Vector35/binaryninja-api
Motorola M-CORE TODOs
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
Version and Platform (required):
- Binary Ninja Version: 4.3.7101-dev
- Any Platform/Architecture
Bug Description:
As of the above version...
...we currently do not disassemble the following instructions for Motorola M-CORE:
-
h_call -
h_exec -
hld.w -
hld.h -
h_ret -
hst.w -
hst.h -
loopt
..and we currently do not lift the following instructions for Motorola M-CORE:
-
abs -
bgenr -
ff1 -
mfcr -
mtcr -
rfi -
rte -
stop -
sync -
wait -
xsr
We also do not implement any relocations other than 0, 1, 9, 11, and 12.
Additional Information:
If anyone has samples that contain any of these things, or have issues with anything not listed above (which should work!), please let me know.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin by locating the Motorola M-CORE disassembly, lifting, and relocation implementations in the repository. Compare their current coverage with the listed instructions and relocation support, then use representative samples to verify that the requested instructions disassemble or lift correctly and the missing relocations work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- reverse-engineering
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100