EDBT 2026 Demo / reviewers in the wild / expert
Jordan Samhi
dblp:267/9338
· DBLP profile ↗
2ranked-venue papers in the field
2as first author
2since 2021 · last 2024
0000-0001-6052-6184ORCID · verified
Domains — venue-derived; a paper can count in several
Other / Interdisciplinary · 2 (2 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | AndroLibZoo: A Reliable Dataset of Libraries Based on Software Dependency AnalysisabstractAndroid app developers extensively employ code reuse, integrating many third-party libraries into their apps. While such integration is practical for developers, it can be challenging for static analyzers to achieve scalability and precision when libraries account for a large part of the code. As a direct consequence, it is common practice in the literature to consider developer code only during static analysis -with the assumption that the sought issues are in developer code rather than the libraries. However, analysts need to distinguish between library and developer code. Currently, many static analyses rely on white lists of libraries. However, these white lists are unreliable, inaccurate, and largely non-comprehensive. Jordan Samhi, Tegawendé F. Bissyandé, Jacques Klein |
MSR | 1 |
| 2022 | TriggerZoo: A Dataset of Android Applications Automatically Infected with Logic BombsabstractMany Android apps analyzers rely, among other techniques, on dynamic analysis to monitor their runtime behavior and detect potential security threats. However, malicious developers use subtle, though efficient, techniques to bypass dynamic analyzers. Logic bombs are examples of popular techniques where the malicious code is triggered only under specific circumstances, challenging comprehensive dynamic analyses. The research community has proposed various approaches and tools to detect logic bombs. Unfortunately, rigorous assessment and fair comparison of state-of-the-art techniques are impossible due to the lack of ground truth. In this paper, we present TriggerZoo, a new dataset of 406 Android apps containing logic bombs and benign trigger-based behavior that we release only to the research community using authenticated API. These apps are real-world apps from Google Play that have been automatically infected by our tool AndroBomb. The injected pieces of code implementing the logic bombs cover a large pallet of realistic logic bomb types that we have manually characterized from a set of real logic bombs. Researchers can exploit this dataset as ground truth to assess their approaches and provide comparisons against other tools. Jordan Samhi, Tegawendé F. Bissyandé, Jacques Klein |
MSR | 1 |