X86_64DisassembleCommand

Package: ghidra.app.cmd.disassemble
Type: class

11.1_PUBLIC

addedmethod: applyTo
boolean applyTo(ghidra.program.model.listing.Program program, ghidra.util.task.TaskMonitor monitor)
modifiedmethod: alignSet
removed throws CancelledException
- static ghidra.program.model.address.AddressSet alignSet(int alignment, ghidra.program.model.address.AddressSetView set) throws CancelledException
+ static ghidra.program.model.address.AddressSet alignSet(int alignment, ghidra.program.model.address.AddressSetView set)
removedmethod: applyTo
boolean applyTo(ghidra.framework.model.DomainObject obj, ghidra.util.task.TaskMonitor monitor)

10.1_PUBLIC

introducedInitial version