Inquiry Module
Research
Primary repository for publications, datasets, logic trails, and active research threads from my work as a research assistant in NJIT’s Software Security Research Lab under the guidance of Dr. Iulian Neamtiu.
-
Evaluating the Reliability of LLM-Generated Patches in C Codebases
Studying whether LLM-generated patches respect project-specific abstractions in C codebases, and using cwrappers to expose where they fail semantically.
-
Static Analysis of Event-Driven Android Applications: Detecting RxJava Anti-Patterns
Building static analysis techniques to identify structural misuse patterns in event-driven Android apps, with a focus on RxJava anti-patterns.
-
Detecting First-Party to Third-Party Data Leaks in Android Apps Using PIT
Using PIT to trace how user-provided data can move from trusted Android app interfaces into third-party SDKs and external endpoints.
-
Testing the Reliability of Android Applications on Foldable Devices
Evaluating whether Android applications preserve layout, lifecycle behavior, and user state across fold and unfold transitions.