See: Description
| Interface | Description |
|---|---|
| IUnexpectedReflectiveCallHandler |
| Class | Description |
|---|---|
| DefaultHandler | |
| OpaquePredicate | |
| ReflectiveCalls | |
| SilentHandler | |
| SootSig | |
| UnexpectedReflectiveCall |
// before calling soot.Main.main Scene.v().addBasicClass(SootSig.class.getName(), SootClass.BODIES); // then at some point Scene.v().getSootClass(SootSig.class.getName()).setApplicationClass();This will cause Soot to emit the class SootSig along with the analyzed program.
Copyright © 2020 Soot OSS. All rights reserved.