Publication | Closed Access
SootDiff: bytecode comparison across different Java compilers
16
Citations
14
References
2019
Year
Unknown Venue
Software MaintenanceEngineeringCompiler TechnologySoftware EngineeringSource Code AnalysisSoftware AnalysisFormal VerificationStatic CheckingFuzzingCompilersTool SootdiffSource CodeComputer EngineeringComputer ScienceOptimizing CompilerStatic Program AnalysisSoftware DesignSame Source CodeSoftware SecurityProgram AnalysisSoftware TestingFormal MethodsParallel ProgrammingBytecode ComparisonSystem Software
Different Java compilers and compiler versions, e.g., javac or ecj, produce different bytecode from the same source code. This makes it hard to trace if the bytecode of an open-source library really matches the provided source code. Moreover, it prevents one from detecting which open-source libraries have been re-compiled and rebundled into a single jar, which is a common way to distribute an application. Such rebundling is problematic because it prevents one to check if the jar file contains open-source libraries with known vulnerabilities. To cope with these problems, we propose the tool SootDiff that uses Soot's intermediate representation Jimple, in combination with code clone detection techniques, to reduce dissimilarities introduced by different compilers, and to identify clones. Our results show that SootDiff successfully identifies clones in 102 of 144 cases, whereas bytecode comparison succeeds in 58 cases only.
| Year | Citations | |
|---|---|---|
Page 1
Page 1