dc.contributor.author | Qiu, Chengxiang | |
dc.description.abstract | Class analysis is useful technique that can be used in many situations, from the syntaxes parsing, potential bugs finding, and unused code detecting to reverse engineer coding. In this paper, I write a small program classasm analysis the java class by calling the methods in ASM library. Here, the ASM name does not mean anything: it is just a reference to the “_asm_” keyword in C, which allows some functions to be implemented in assembly language. In Java, the ASM provides methods to read write and transform such byte arrays by using higher level concepts than bytes, that mean through the API in the ASM library we can analysis the class without reading the source code. ASM supply method to attract information from the compiled class file. In the research I use the simple company classes and the disconf-core-2.6.35.jar as examples, to show the results. | en_US |
dc.publisher | North Dakota State University | en_US |
dc.rights | NDSU Policy 190.6.2 | |
dc.title | A Java Class Analysis Program Development By ASM Library | en_US |
dc.type | Master's paper | en_US |
dc.date.accessioned | 2017-12-15T22:13:38Z | |
dc.date.available | 2017-12-15T22:13:38Z | |
dc.date.issued | 2017 | |
dc.identifier.uri | https://hdl.handle.net/10365/27072 | |
dc.subject.lcsh | Java (Computer program language) | en_US |
dc.subject.lcsh | Java virtual machine. | en_US |
dc.subject.lcsh | Program transformation (Computer programming) | en_US |
dc.subject.lcsh | Optimizing compilers. | en_US |
dc.rights.uri | https://www.ndsu.edu/fileadmin/policy/190.pdf | |
ndsu.degree | Master of Science (MS) | en_US |
ndsu.college | Engineering | en_US |
ndsu.department | Computer Science | en_US |
ndsu.program | Software Engineering | en_US |
ndsu.advisor | Magel, Kenneth | |