Detect idiom: deserializing little-endian 16-bit integer
Open
C-bin2llvmir
enhancement
- Dominant language
- C++
- Stars
- 8.6k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
```c++
NumericT<16> int16FromLEOffset(NumericT<8> * start){
return int16FromBytes(start[0], start[1]);
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue only provides a C++ snippet for deserializing a little-endian 16-bit integer and names no files, tests, or entry points. First locate the idiom-detection logic and its related tests; the work is done when this pattern is recognized consistently and the expected detection is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- reverse-engineering
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100