Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Jump-over-ASLR-BTB — 분기 예측기를 공격하여 ASLR을 우회하는 점프 오버 ASLR 기법 | Kitploit
도구/GitHubGitHub/bytereaper77/jump-over-aslr-btb
ExploitationHardware SecurityPapers & ResearchLearning & EducationBinary Exploitation
GitHubbytereaper77/jump-over-aslr-btb

Jump-over-ASLR-BTB

분기 예측기를 공격하여 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.
...

참고 자료 :

  • 인텔 문서 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

도구 다운로드