Towards Better Program Obfuscation: Optimization via Language Models
Title | Towards Better Program Obfuscation: Optimization via Language Models |
Publication Type | Conference Paper |
Year of Publication | 2016 |
Authors | Liu, Han |
Conference Name | Proceedings of the 38th International Conference on Software Engineering Companion |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-4205-6 |
Keywords | MCMC random search, obfuscation, obscurity language model, pubcrawl, resilience, Scalability, Security by Default |
Abstract | As a common practice in software development, program obfuscation aims at deterring reverse engineering and malicious attacks on released source or binary code. Owning ample obfuscation techniques, we have relatively little knowledge on how to most effectively use them. The biggest challenge lies in identifying the most useful combination of these techniques. We propose a unified framework to automatically generate and optimize obfuscation based on an obscurity language model and a Monte Carlo Markov Chain (MCMC) based search algorithm. We further instantiate it for JavaScript programs and developed the Closure* tool. Compared to the well-known Google Closure Compiler, Closure* outperforms its default setting by 26%. For programs which have already been well obfuscated, Closure* can still outperform by 22%. |
URL | http://doi.acm.org/10.1145/2889160.2891040 |
DOI | 10.1145/2889160.2891040 |
Citation Key | liu_towards_2016 |