p0tools
Project Zero Docs and Tools
파일 탐색기
최종 버전 다운로드 (.zip)- build_rop.py
- exploit.mm
- Makefile
- README.md
- reset-devices.sh
- run_exploit.py
- get-token.c
- audit_token.cc
- audit_token.h
- debug.cc
- debug.h
- initialization.cc
- initialization.h
- load_library.cc
- load_library.h
- message.cc
- message.h
- message_ids.cc
- message_ids.h
- SwizzleHelper.h
- SwizzleHelper.mm
- CMakeLists.txt
- function_hooks.cpp
- function_hooks.h
- main.cpp
- README.md
- tinyinsthookinstrumentation.cpp
- tinyinsthookinstrumentation.h
- breaking-the-sound-barrier.png
- corpus.zip
- cve-2024-54529-poc-macos-sequoia-15.0.1.c
- harness.h
- harness.mm
- mach-modify.c
- Makefile
- README.md
- run.sh
- ff_jackalope.patch
- mozconfig
- README.md
- entitlements.xml
- honggfuzz_ios_on_mac.patch
- interpose.c
- main.c
- Makefile
- runner.c
- acgpoc2.png
- cfgtool1.png
- cfgtool2.png
- acgpoc1.html
- acgpoc2.html
- cfgtool.cpp
- cfgtool.py
- JIT-Server-presentation.pdf
- JIT-Server-whitepaper.pdf
- README.md
- aarch64.h
- histogram.c
- histogram.h
- mte.c
- mte.h
- perf_counters.c
- perf_counters.h
- scheduler.c
- scheduler.h
- timer.c
- timer.h
- 0001-Add-MTE-spectre-test.patch
- async_signal_handler_bypass.c
- async_signal_handler_bypass.js
- async_thread_bypass.c
- async_thread_bypass.js
- build.sh
- config.h
- config.py
- README.md
- software_issue_1.c
- software_issue_2.c
- speculation_window.c
- speculation_window.py
- speculation_window_graph.py
- README.md
- replayer.py
- avdharness.cpp
- avdinst.cpp
- avdinst.h
- entitlements.txt
- jackalope.patch
- loader.cpp
- loader.h
- README.md
- segexport.py
- SegExportGhidra.java
- tinyinst.patch
- findPatchPoints.py
- README.md
- runner.m
- trapfuzz.patch
- build_webkitfuzz.sh
- README.md
- webkit.patch
- poc.dat
- RegLoadAppKey.cpp
- README.md
- poc.dat
- RegLoadAppKey.cpp
- README.md
- PathInfoOverflow.cpp
- README.md
- TransStableUnderVolatileKeys.cpp
- README.md
- TransReferenceLeak.cpp
- README.md
- README.md
- SecurityNullPtrDeref.cpp
- README.md
- CreateTransactionLog.cpp
- README.md
- ValueNullPtrDeref.cpp
- README.md
- poc.dat
- RegLoadAppKey.cpp
- README.md
- README.md
- StaleSecurityDescriptor.cpp
- README.md
- SecurityListConfusion.cpp
- README.md
- README.md
- FlushSam.cpp
- README.md
- BigDataOverflow.cpp
- README.md
- BadKcbUnlinking.cpp
- README.md
- README.md
- RenameContainerEscape.cpp
- README.md
- poc.dat
- RegLoadAppKey.cpp
- README.md
- ApplockerfltrCrash.cpp
- README.md
- README.md
- CONTRIBUTING.md
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/googleprojectzero/p0tools
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd p0tools
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd CoreAudioFuzz/jackalope-modifications
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
mkdir build && cd build
빌드 결과물을 담을 폴더를 만들고 그 안으로 이동합니다.
cmake ..
소스코드를 분석해 빌드 설정 파일을 생성합니다 (build 폴더 안에서 실행해야 함).
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
cd CoreAudioFuzz
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
