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

Command to toggle options within the decompiler. More...

#include <ghidra_process.hh>

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

Public Member Functions

virtual void rawAction (void)
 Perform the action of the command. More...
 
- Public Member Functions inherited from GhidraCommand
int4 doit (void)
 Configure and execute the command, then send back results. More...
 

Public Attributes

bool res
 Set to true if the option change succeeded.
 

Additional Inherited Members

- Protected Attributes inherited from GhidraCommand
istream & sin
 The input stream from the Ghidra client.
 
ostream & sout
 The output stream to the Ghidra client.
 
ArchitectureGhidraghidra
 The Architecture on which to perform the command.
 
int4 status
 Meta-command to system (0=wait for next command, 1=terminate process)
 

Detailed Description

Command to toggle options within the decompiler.

The decompiler supports configuration of a variety of named options that affect everything from how code is transformed to how it is displayed (See ArchOption). The command expects 2 string parameters: the encoded integer id of the program, and an XML document containing an <optionslist> tag. The <optionslist> tag contains one child tag for each option to be configured. The command returns a single character message, 't' or 'f', indicating whether the configuration succeeded.

Member Function Documentation

◆ rawAction()

void SetOptions::rawAction ( void  )
virtual

Perform the action of the command.

Configuration is assumed to have happened, and this object can immediately begin examining and manipulating data under the active Architecture object to perform the command.

Implements GhidraCommand.


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