More accurate x86 flag writes tracking now that we have the parity flag

オープン
#8,340 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
静か
技術スタック
cpp

調査の方向性

Start in arch/x86/il.cpp around the XOR handling at line 4560, then read the linked pull-request review for the parity-flag context. Scan the x86 lifting code for other broad flag-write markers that can be narrowed. Done means affected instructions track only the flags they actually write, including parity where applicable.

索引モデルが issue の本文から書いたものです。

説明

Now that we have proper handling of the parity flag, we should scan the x86 lifting and find those instructions whose flag writes can be made more precise. For example, for XOR, https://github.com/Vector35/binaryninja-api/blob/a09ee8d47d6bb923a8ad6eccea9980dcf8bc35fe/arch/x86/il.cpp#L4560, we use IL_FLAGWRITE_ALL which is too broad.

More details: https://github.com/Vector35/binaryninja/pull/1680#pullrequestreview-4745933861

主要言語
C++
スター
1.3k
フォーク
298
平均マージ
5日 5時間
マージ済み PR(30日)
19

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Vector35/binaryninja-api のほかの issue

Vector35/binaryninja-api の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。