1 resultado para Computer Science, Software Engineering
em Research Open Access Repository of the University of East London.
Filtro por publicador
- Repository Napier (1)
- ABACUS. Repositorio de Producción Científica - Universidad Europea (1)
- Aberdeen University (5)
- Academic Archive On-line (Jönköping University; Sweden) (1)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (1)
- AMS Campus - Alm@DL - Università di Bologna (1)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (31)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (4)
- Applied Math and Science Education Repository - Washington - USA (1)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (2)
- Archivo Digital para la Docencia y la Investigación - Repositorio Institucional de la Universidad del País Vasco (1)
- Aston University Research Archive (25)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (29)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (162)
- Biodiversity Heritage Library, United States (1)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (53)
- Bucknell University Digital Commons - Pensilvania - USA (2)
- Bulgarian Digital Mathematics Library at IMI-BAS (11)
- CentAUR: Central Archive University of Reading - UK (16)
- CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal (6)
- Cochin University of Science & Technology (CUSAT), India (3)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (23)
- Corvinus Research Archive - The institutional repository for the Corvinus University of Budapest (1)
- CUNY Academic Works (1)
- Dalarna University College Electronic Archive (1)
- Department of Computer Science E-Repository - King's College London, Strand, London (18)
- Digital Commons - Michigan Tech (2)
- Digital Commons - Montana Tech (2)
- Digital Commons at Florida International University (24)
- Digital Peer Publishing (4)
- DigitalCommons@University of Nebraska - Lincoln (7)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (16)
- DRUM (Digital Repository at the University of Maryland) (4)
- Duke University (2)
- FUNDAJ - Fundação Joaquim Nabuco (5)
- Galway Mayo Institute of Technology, Ireland (2)
- Glasgow Theses Service (1)
- Greenwich Academic Literature Archive - UK (2)
- Institutional Repository of Leibniz University Hannover (1)
- Instituto Politécnico do Porto, Portugal (10)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (7)
- Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul (1)
- Martin Luther Universitat Halle Wittenberg, Germany (1)
- Massachusetts Institute of Technology (3)
- Ministerio de Cultura, Spain (2)
- Nottingham eTheses (1)
- Open Access Repository of Indian Theses (1)
- Open University Netherlands (2)
- Portal do Conhecimento - Ministerio do Ensino Superior Ciencia e Inovacao, Cape Verde (1)
- QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (3)
- Repositório Digital da UNIVERSIDADE DA MADEIRA - Portugal (4)
- Repositório Institucional da Universidade de Aveiro - Portugal (1)
- Repositório Institucional da Universidade Tecnológica Federal do Paraná (RIUT) (3)
- Repositorio Institucional de la Universidad de Almería (1)
- Repositorio Institucional de la Universidad de Málaga (1)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (21)
- Repositorio Institucional Universidad de Medellín (4)
- Repositorio Institucional Universidad EAFIT - Medelin - Colombia (2)
- Research Open Access Repository of the University of East London. (1)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (8)
- Scielo Uruguai (1)
- Universidad de Alicante (9)
- Universidad del Rosario, Colombia (1)
- Universidad Politécnica de Madrid (48)
- Universidade de Madeira (1)
- Universidade Federal do Rio Grande do Norte (UFRN) (3)
- Universidade Metodista de São Paulo (2)
- Universitat de Girona, Spain (2)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (11)
- Université de Lausanne, Switzerland (1)
- Université de Montréal, Canada (16)
- University of Connecticut - USA (1)
- University of Michigan (57)
- University of Queensland eSpace - Australia (147)
- University of Southampton, United Kingdom (15)
- University of Washington (23)
- WestminsterResearch - UK (2)
- Worcester Research and Publications - Worcester Research and Publications - UK (1)
Resumo:
Reverse engineering is usually the stepping stone of a variety of at-tacks aiming at identifying sensitive information (keys, credentials, data, algo-rithms) or vulnerabilities and flaws for broader exploitation. Software applica-tions are usually deployed as identical binary code installed on millions of com-puters, enabling an adversary to develop a generic reverse-engineering strategy that, if working on one code instance, could be applied to crack all the other in-stances. A solution to mitigate this problem is represented by Software Diversity, which aims at creating several structurally different (but functionally equivalent) binary code versions out of the same source code, so that even if a successful attack can be elaborated for one version, it should not work on a diversified ver-sion. In this paper, we address the problem of maximizing software diversity from a search-based optimization point of view. The program to protect is subject to a catalogue of transformations to generate many candidate versions. The problem of selecting the subset of most diversified versions to be deployed is formulated as an optimisation problem, that we tackle with different search heuristics. We show the applicability of this approach on some popular Android apps.