paper-with-me

Papers

DroidStar: Callback Typestates for Android Classes

2017-01-26 · Arjun Radhakrishna, Nicholas V. Lewchenko, Shawn Meier, Sergio Mover, Krishna Chaitanya Sripada, Damien Zufferey, Bor-Yuh Evan Chang, Pavol Černý

Event-driven programming frameworks, such as Android, are based on components with asynchronous interfaces. The protocols for interacting with these components can often be described by finite-state machines we dub *callback typestates*. Callback typestates are akin to classical typestates, with the difference that their outputs (callbacks) are produced asynchronously. While useful, these specifications are not commonly available, because writing them is difficult and error-prone. Our goal is to make the task of producing callback typestates significantly easier. We present a callback typestate assistant tool, DroidStar, that requires only limited user interaction to produce a callback typestate. Our approach is based on an active learning algorithm, L*. We improved the scalability of equivalence queries (a key component of L*), thus making active learning tractable on the Android system. We use DroidStar to learn callback typestates for Android classes both for cases where one is already provided by the documentation, and for cases where the documentation is unclear. The results show that DroidStar learns callback typestates accurately and efficiently. Moreover, in several cases, the synthesized callback typestates uncovered surprising and undocumented behaviors.

📄 PDF Abstract BibTeX arXiv:1701.07842

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Ontology-driven Knowledge Graph for Android Malware

2021-09-03 · Ryan Christian, Sharmishtha Dutta, Youngja Park, Nidhi Rastogi

We present MalONT2.0 -- an ontology for malware threat intelligence \cite{rastogi2020malont}. New classes (attack patterns, infrastructural resources to enable attacks, malware analysis to incorporate static analysis, an…

ArticlesMalware Analysis

R2-D2: ColoR-inspired Convolutional NeuRal Network (CNN)-based AndroiD Malware Detections

2017-05-12 · TonTon Hsien-De Huang, Hung-Yu Kao

The influence of Deep Learning on image identification and natural language processing has attracted enormous attention globally. The convolution neural network that can learn without prior extraction of features fits we…

Android Malware DetectionFeature EngineeringMalware Detection

LAMD: Context-driven Android Malware Detection and Classification with LLMs

2025-02-18 · Xingzhi Qian, Xinran Zheng, Yiling He, Shuo Yang 외

The rapid growth of mobile applications has escalated Android malware threats. Although there are numerous detection methods, they often struggle with evolving attacks, dataset biases, and limited explainability. Large L…

Android Malware DetectionMalware AnalysisMalware Detection

Torchbearer: A Model Fitting Library for PyTorch

2018-09-10 · Ethan Harris, Matthew Painter, Jonathon Hare

We introduce torchbearer, a model fitting library for pytorch aimed at researchers working on deep learning or differentiable programming. The torchbearer library provides a high level metric and callback API that can be…

Data VisualizationDeep Learningmodel

Who Gets the Callback? Generative AI and Gender Bias

2025-04-30 · Sugat Chaturvedi, Rochana Chaturvedi

Generative artificial intelligence (AI), particularly large language models (LLMs), is being rapidly deployed in recruitment and for candidate shortlisting. We audit several mid-sized open-source LLMs for gender bias usi…

Fairness