1 resultado para Computer aided software engineering
em Research Open Access Repository of the University of East London.
Filtro por publicador
- Aberdeen University (2)
- Academic Research Repository at Institute of Developing Economies (1)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (2)
- AMS Campus - Alm@DL - Università di Bologna (1)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (3)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (6)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (3)
- Archivo Digital para la Docencia y la Investigación - Repositorio Institucional de la Universidad del País Vasco (1)
- Aston University Research Archive (37)
- Biblioteca de Teses e Dissertações da USP (2)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (31)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (84)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (61)
- Bucknell University Digital Commons - Pensilvania - USA (3)
- Bulgarian Digital Mathematics Library at IMI-BAS (14)
- CentAUR: Central Archive University of Reading - UK (33)
- CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal (5)
- Cochin University of Science & Technology (CUSAT), India (3)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (27)
- Cor-Ciencia - Acuerdo de Bibliotecas Universitarias de Córdoba (ABUC), Argentina (1)
- CORA - Cork Open Research Archive - University College Cork - Ireland (1)
- 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 (3)
- Digital Commons at Florida International University (5)
- Digital Peer Publishing (10)
- Digital Repository at Iowa State University (1)
- DigitalCommons@The Texas Medical Center (1)
- DigitalCommons@University of Nebraska - Lincoln (6)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (28)
- DRUM (Digital Repository at the University of Maryland) (1)
- Greenwich Academic Literature Archive - UK (2)
- Instituto Politécnico do Porto, Portugal (16)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (2)
- Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul (4)
- Martin Luther Universitat Halle Wittenberg, Germany (4)
- Massachusetts Institute of Technology (2)
- Ministerio de Cultura, Spain (3)
- Plymouth Marine Science Electronic Archive (PlyMSEA) (2)
- RDBU - Repositório Digital da Biblioteca da Unisinos (2)
- ReCiL - Repositório Científico Lusófona - Grupo Lusófona, Portugal (1)
- Repositorio Académico de la Universidad Nacional de Costa Rica (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (8)
- Repositório da Escola Nacional de Administração Pública (ENAP) (1)
- Repositório Digital da UNIVERSIDADE DA MADEIRA - Portugal (6)
- Repositório Institucional da Universidade Estadual de São Paulo - UNESP (2)
- Repositório Institucional da Universidade Tecnológica Federal do Paraná (RIUT) (1)
- 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" (56)
- Repositorio Institucional Universidad de Medellín (3)
- 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 (11)
- Scielo Saúde Pública - SP (2)
- Scientific Open-access Literature Archive and Repository (1)
- Universidad de Alicante (20)
- Universidad del Rosario, Colombia (3)
- Universidad Politécnica de Madrid (72)
- Universidade do Minho (3)
- Universidade Federal do Pará (1)
- Universidade Federal do Rio Grande do Norte (UFRN) (11)
- Universidade Metodista de São Paulo (1)
- Universitat de Girona, Spain (5)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (5)
- Université de Lausanne, Switzerland (15)
- Université de Montréal, Canada (13)
- University of Connecticut - USA (1)
- University of Michigan (11)
- University of Queensland eSpace - Australia (187)
- University of Southampton, United Kingdom (7)
- University of Washington (2)
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.