Ghidra Decompiler Analysis Engine
Public Member Functions | List of all members
OptionSetAction Class Reference

Establish a new root Action for the decompiler. More...

Inheritance diagram for OptionSetAction:
Inheritance graph
[legend]
Collaboration diagram for OptionSetAction:
Collaboration graph
[legend]

Public Member Functions

virtual string apply (Architecture *glb, const string &p1, const string &p2, const string &p3) const
 Apply a particular configuration option to the Architecture. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ArchOption
static bool onOrOff (const string &p)
 Parse an "on" or "off" string. More...
 
- Protected Attributes inherited from ArchOption
string name
 Name of the option.
 

Detailed Description

Establish a new root Action for the decompiler.

The first parameter specifies the name of the root Action. If a second parameter is given, it specifies the name of a new root Action, which is created by copying the Action specified with the first parameter. In this case, the current root Action is set to the new copy, which can then by modified

Member Function Documentation

◆ apply()

string OptionSetAction::apply ( Architecture glb,
const string &  p1,
const string &  p2,
const string &  p3 
) const
virtual

Apply a particular configuration option to the Architecture.

This method is overloaded by the different Option classes to provide possible configuration of different parts of the Architecture. The user can provide up to three optional parameters to tailor a specific type of configuration. The method returns a confirmation/failure message as feedback.

Parameters
glbis the Architecture being configured
p1is the first optional configuration string
p2is the second optional configuration string
p3is the third optional configuration string
Returns
a confirmation/failure message

Implements ArchOption.


The documentation for this class was generated from the following files: