
Fuzzing Windows ARM64 Closed-Source Binary with QBDI and libFuzzer
FuzzingCybersecurityBinary AnalysisSoftware Testing
The post describes a fuzzing method to test the security of closed-source binaries on Windows ARM64 using QBDI and libFuzzer. The author explains how they adapted these tools to work on this specific architecture. The process includes dynamic instrumentation and the use of libFuzzer to generate test inputs.