Vector35 / Vector35/binaryninja-api
Deprecate DataBuffer.`__len__`
オープン
まだ誰も着手していません。
Component: API
Effort: Trivial
Impact: Low
- 主要言語
- C++
- スター
- 1.3k
- フォーク
- 298
- 平均マージ
- 5日 5時間
- マージ済み PR(30日)
- 19
説明
When a DataBuffer is really large, len(DataBuffer) can cause Python to complain about overflow.
Although this is not easy to trigger now -- a large enough DataBuffer that triggers the issue will crash BN first. Since we are allocating a concrete buffer for the DataBuffer.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
The issue names DataBuffer.len but does not identify a file or test. Locate that entry point, inspect how DataBuffer is exposed to Python, and search for related references or compatibility documentation. Done means the deprecation is represented consistently and relevant checks pass.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- api, reverse-engineering
- issue の種類
- リファクタリング
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100