Package ghidra.app.plugin.assembler
-
Interface Summary Interface Description Assembler The primary interface for performing assembly in Ghidra.AssemblerBuilder An interface to build an assembler for a given language -
Class Summary Class Description Assemblers The primary class for obtaining anAssembler
for a Ghidra-supported language.AssemblySelector Provides a mechanism for pruning and selecting binary assembled instructions from the results of parsing textual assembly instructions. -
Exception Summary Exception Description AssemblyError An exception for programmer errors regarding an assemblerAssemblyException A checked exception used for input errors regarding the assemblerAssemblySelectionError Thrown when a programmer selects an improper instruction during assemblyAssemblySemanticException Thrown when all resolutions of an assembly instruction result in semantic errors.AssemblySyntaxException Thrown when all parses of an assembly instruction result in syntax errors.