Package ghidra.app.cmd.function
package ghidra.app.cmd.function
-
ClassDescriptionCommand for assigning a tag to a function.Deprecated.Command to add a memory variable to a function.Deprecated.function signatures should be modified in their entirety using either
UpdateFunctionCommand
orApplyFunctionSignatureCmd
.Deprecated.function signatures should be modified in their entirety using eitherUpdateFunctionCommand
orApplyFunctionSignatureCmd
.Command to add a register variable to a function.Deprecated.function signatures should be modified in their entirety using eitherUpdateFunctionCommand
orApplyFunctionSignatureCmd
.Command to add a stack variable to a function.Apply all function signature data types in a data type manager to any user defined label that has the same name as the function signature.Command to create apply a function signature at an address.Given a function in a program or the start of a function, record information about the change to a stack pointer from a subroutine call.Capture all selected function signature data types from the current program and put them in the data type manager.Listener that is notified when the CaptureFunctionDataTypesCmd completes.Updates the name or comment field for a given function tagCommand for Creating a function at an address.Command for creating a function definition data type based on the function signature for a function at an address.Command for assigning a tag to a functionCommand for Creating multiple functions from a selection.Command for creating a thunk function at an address.Command for clearing a function at an address.Command for deleting a tag from the systemCommand for deleting a variable in a function.Command for analyzing the Stack; the command is run in the background.Option for controlling the renaming of aFunction
when applying aFunctionSignature
orFunctionDefinition
.Command for analyzing the Stack; the command is run in the background.Command for analyzing the Stack; the command is run in the background.Command for analyzing the Stack; the command is run in the background.Command for removing a tag from a functionCommand to set the name of a function.A simple command to set the stack purge size of a function.Command to set the Function's Repeatable Comment.A simple command to set whether or not a function has VarArgs.Command for setting a function's return type.Command to set the comment on a function varible.Command to set the datatype on a stack variable.Command to rename a stack variable.A command to updateFunction
signature in its entirety including optional custom storage.
UpdateFunctionCommand
orApplyFunctionSignatureCmd
.