Support dataflow tracking that is wider than 64bit
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- cpp
- Domain
- reverse-engineering
Research direction
Start by locating the dataflow tracking implementation that currently uses uint64_t, then review how wider XMM-register operations such as copy and xor are represented. Evaluate whether the intx library fits the proposed 128-, 256-, and 512-bit range, and consider the linked debugger issue before defining completion as correct tracking for those widths.
Written by the indexing model from the issue text.
Description
Currently we are tracking dataflow using an uint64_t, which works great, but would break if the input is wider than that. Modern compilers, especially MSVC, tend to use XMM registers when it can, and the underlying operation is often times just trivial, i.e., copy, xor, etc. These would all be handled if we support up to 128-, 256-, 512- bit dataflow.
https://github.com/chfast/intx might be a helpful library for the purpose. Also we probably wouldn't need arbitrary precession integer arithmetic -- 512 bit is honestly wide enough for most practical usage scenario
Not super related, but worth linking together: https://github.com/Vector35/debugger/issues/184
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
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.
More from Vector35/binaryninja-api
-
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
Vector35/binaryninja-api#8540 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
Vector35/binaryninja-api#8516 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
Vector35/binaryninja-api#8503 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
Vector35/binaryninja-api#8446 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
Vector35/binaryninja-api#8444 ·
All issues in Vector35/binaryninja-api
Similar issues
-
Website Doc Typo Open
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 1/5 1-3 hours Newbie friendliness 92/100
autowarefoundation/autoware_universe#13413 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
automated-analysis bug memory-safety
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100