ACM Home Page
Please provide us with feedback. Feedback
Obfuscation of design intent in object-oriented applications
Full text PdfPdf (369 KB)
Source ACM Workshop On Digital Rights Management archive
Proceedings of the 3rd ACM workshop on Digital rights management table of contents
Washington, DC, USA
SESSION: Software and systems table of contents
Pages: 142 - 153  
Year of Publication: 2003
ISBN:1-58113-786-9
Authors
Mikhail Sosonkin  Polytechnic University, Brooklyn, NY
Gleb Naumovich  Polytechnic University, Brooklyn, NY
Nasir Memon  Polytechnic University, Brooklyn, NY
Sponsors
ACM: Association for Computing Machinery
SIGSAC: ACM Special Interest Group on Security, Audit, and Control
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 11,   Downloads (12 Months): 52,   Citation Count: 2
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/947380.947399
What is a DOI?

ABSTRACT

Protection of digital data from unauthorized access is of paramount importance. In the past several years, much research has concentrated on protecting data from the standpoint of confidentiality, integrity and availability. Software is a form of data with unique properties and its protection poses unique challenges. First, software can be reverse engineered, which may result in stolen intellectual property. Second, software can be altered with the intent of performing operations this software must not be allowed to perform.With commercial software increasingly distributed in forms from which source code can be easily extracted, such as Java bytecodes, reverse engineering has become easier than ever. Obfuscation techniques have been proposed to impede illegal reverse engineers. Obfuscations are program transformations that preserve the program functionality while obscuring the code, thereby protecting the program against reverse engineering. Unfortunately, the existing obfuscation techniques are limited to obscuring variable names, transformations of local control flow, and obscuring expressions using variables of primitive types. In this paper, we propose obfuscations of design of object-oriented programs.We describe three techniques for obfuscation of program design. The class coalescing obfuscation replaces several classes with a single class. The class splitting obfuscation replaces a single class with multiple classes, each responsible for a part of the functionality of the original class. The type hiding obfuscation uses the mechanism of interfaces in Java to obscure the types of objects manipulated by the program. We show the results of our initial experiments with a prototype implementation of these techniques. In particular, we shown that the runtime overheads of these obfuscations tend to be small.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
 
2
R. Anderson and M. Kuhn. Tamper resistance --- a cautionary note. In Proceedings of the second USENIX Workshop on Electronic Commerce, 1996.
 
3
 
4
 
5
 
6
C. Collberg, C. Thomborson, and D. Low. A taxonomy of obfuscating transformations. Technical Report 148, July 1997.
7
 
9
M. Fowler. Refactoring: Improving the Design of Existing Code. Addison-Wesley, 2000.
 
10
E. Gamma, R. Helm, R. Johnson, and J. Vlissides. Design Patterns. Addison-Wesley Publishing Company, Inc., Reading, Massachusetts, 1994. ISBN 0-201-63361-2.
 
11
12
13
 
14
15
 
16
D. Taenzer, M. Gandi, and S. Podar. Problems in object-oriented software reuse. In Proceedings of European Conference on Object-Oriented Programming, pages 25--38, 1989.
17
18


Collaborative Colleagues:
Mikhail Sosonkin: colleagues
Gleb Naumovich: colleagues
Nasir Memon: colleagues