spotFuzzer: Static Instrument and Fuzzing Windows COTs
Yeming Gu, Hui Shu, Rongkuan Ma, Lin Yan, Lei Zhu

TL;DR
This paper introduces spotFuzzer, a static instrumentation and fuzzing system for Windows binaries, addressing the lack of scalable tools and performance issues in existing dynamic methods, thereby enabling effective fuzzing of Windows programs.
Contribution
The paper presents spotInstr, a lightweight static instrumentation tool for Windows, and integrates it into spotFuzzer, a system that improves fuzzing efficiency and stability for Windows binaries.
Findings
spotInstr can instrument most Windows PE files quickly.
spotFuzzer effectively fuzzes Windows binaries with high performance.
The system demonstrates superior stability and scalability.
Abstract
The security research on Windows has received little attention in the academic circle. Most of the new methods are usually designed for Linux system, and are difficult to transplant to Windows. Fuzzing for Windows programs always suffering from its closed source. Therefore, we need to find an appropriate way to achieve feedback from Windows programs. To our knowledge, there are no stable and scalable static instrumentation tools for Windows yet, and dynamic tools, such as DynamoRIO, have been criticized for their performance. To make matters worse, dynamic instrumentation tools have very limited usage scenarios and are impotent for many system services or large commercial software. In this paper, we proposed spotInstr, a novel static tool for instrumenting Windows binaries. It is lightweight and can instrument most Windows PE programs in a very short time. At the same time, spotInstr…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Malware Detection Techniques · Security and Verification in Computing · Network Security and Intrusion Detection
