Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
BinPRE: Enhancing Field Inference in Binary Analysis Based Protocol Reverse Engineering
CCS '24: Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications SecurityPages 3689–3703https://doi.org/10.1145/3658644.3690299Protocol reverse engineering (PRE) aims to infer the specification of network protocols when the source code is not available. Specifically, field inference is one crucial step in PRE to infer the field formats and semantics. To perform field inference, ...
- research-articleNovember 2023
Property-Based Fuzzing for Finding Data Manipulation Errors in Android Apps
ESEC/FSE 2023: Proceedings of the 31st ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software EngineeringPages 1088–1100https://doi.org/10.1145/3611643.3616286Like many software applications, data manipulation functionalities( DMFs ) are prevalent in Android apps, which perform the common CRUD operations (create, read, update, delete) to handle app-specific data. Thus, ensuring the correctness of these DMFs is ...