| com.pnfsoftware.jeb.core.units.code.asm.analyzer.IClassRebuilder |
Interface for plugins performing object classes discovery and reconstruction.
Those objects can be instantiated with NativeCodeUtil#createClassRebuilder().
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<INativeMethodItem> | getGeneratedMethodReferences() | ||||||||||
| abstract List<INativeClassItem> | getRebuiltClassItems() | ||||||||||
| abstract int |
process()
Process with class discovery and rebuilding.
| ||||||||||
| abstract boolean |
quickDetermination()
Determine whether
process() has a chance of finding anything. | ||||||||||
Process with class discovery and rebuilding.