Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Jump-over-ASLR-BTB — jump over aslr:ブランチ予測器を攻撃してaslrをバイパスする手法 | Kitploit
ツール/GitHubGitHub/bytereaper77/jump-over-aslr-btb
エクスプロイトハードウェアセキュリティ論文と研究学習と教育バイナリエクスプロイト
GitHubbytereaper77/jump-over-aslr-btb

Jump-over-ASLR-BTB

jump over aslr:ブランチ予測器を攻撃してaslrをバイパスする手法

リポジトリを見る
431年前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

分岐予測子 & ASLR

著者: Byte Reaper

説明

このリポジトリには、アドレス空間配置のランダム化(ASLR)の文脈における分岐予測子、投機的実行、キャッシュベースのサイドチャネルに関連する概念を示す研究用C実装が含まれています。

必要条件 :

root@kitploit:~
Linux x86_64
GCC 
CPU that supports BTB

ビルド :

root@kitploit:~
gcc btb.c -o BTB
./BTB

クイック出力(例):

root@kitploit:~
[+] check  System Security for Check branch predictors...
[+] Sleep Success.
[-] Not Detect Single Thread Indirect Branch Predictors.
[-] Not Detect Indirect Branch Restricted Speculation
[-] Not Detect Speculative Store Bypass Disable .
[+] Detect L1D_FLUSH.
[+] Detect MD_CLEAR.
[-] Not Detect IA32_ARCH_CAPABILITIES.
[+] Result Detect Branch predictors : 
[+] Detect Branch predictors
[+] Get Address  victimValue() function Success.
...

参考文献 :

  • intel doc MSR / cpuid : https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/cpuid-enumeration-and-architectural-msrs.html

  • jump over aslr : https://www.cs.ucr.edu/~nael/pubs/micro16.pdf

ライセンス :

MIT

ツールをダウンロード