Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Pishi — Pishi is a code coverage tool like kcov for macOS. | Kitploit
Tools/GitHubGitHub/r00tkitsmm/pishi
Vulnerability AnalysisCode AnalysisDynamic Code Analysis (DAST)Reverse EngineeringFuzzingBinary Analysis
GitHubr00tkitsmm/pishi

Pishi

Pishi is a code coverage tool like kcov for macOS.

View Repository
76183 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Pishi

Pishi is a static binary rewriting tool designed to instrument basic blocks in XNU kernel and in arbitrary macOS kernel extensions (kexts).
for XNU kernel, Pishi allows you to instrument at a function, file, or folder level. For example, you can instrument everything in the /bsd/net/ directory or focus specifically on content_filter.c or just one specific function in the XNU source code, e.g vnode_getfromfd. this enables targeted fuzzing.

After building and installing Pishi, you can use my modified version of libprotobuf-mutator which requires you to apply my patch( to make libfuzzer Pishi-aware) then build LLVM to have structure-aware, feedback-aware macOS kernel KEXT fuzzing with libFuzzer.

For more technical discussions read MoreInfo. and to start fuzzing read HowToFuzz

compare so other XNU kernel instrumenations methods:

  • hardware-assisted, Arm CoreSight instrumenations is no avabilie in Apple silicon.
  • kernel.kasan.* do not have Coverage Sanitizer.
  • No other public static or dynamic instrumenations methods.

A note on security and safety Avoid running Pishi on your personal device; instead, use a dedicated research device that you are willing to risk damaging.

Download Tool