public interface

IGlobalAnalyzer

com.pnfsoftware.jeb.core.units.code.asm.decompiler.IGlobalAnalyzer

Class Overview

Interface for global analyzers provided by decompiler plugins.

Those objects are provided by getGlobalAnalyzer.

Summary

Public Methods
abstract boolean perform()
Request the decompiler plugin to perform global analysis on the code.

Public Methods

public abstract boolean perform ()

Request the decompiler plugin to perform global analysis on the code. If a global analyzer is provided by a decompiler plugin, this method is called by a parent code unit after the initial code analysis pass.

Returns
  • true success indicator