themaplelab / averroes

Java bytecode generator for sound and precise partial program analysis
Eclipse Public License 2.0
23 stars 7 forks source link

Eliminate coffi deps #18

Closed karimhamdanali closed 3 years ago

karimhamdanali commented 3 years ago

Eliminating soot.Coffi deps required two major changes 1) use the Soot ASMClassProvider instead of the JarClassProvider that Averroes used to have before 2) use ASM to process constant pool entries instead of the Coffi backend