Class GetDisassemblySnippetArguments
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.GetDisassemblySnippetArguments
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
unit_path
@JsonPropertyDescription("The path of a code unit (dex, pe, elf, etc.) such as one provided by get_project_information") public String unit_path -
address
@JsonPropertyDescription("The address where we want to retrieve disassembly code") public String address -
line_count_after
@JsonPropertyDescription("A hint holding the number of assembly lines to be retrieved at the provided address. It should be a small number, typically less than 30.") public int line_count_after -
line_count_before
@JsonPropertyDescription("A hint holding the number of assembly lines to be retrieved before the provided address. It should be a small number, typically less than 20.") public int line_count_before
-
-
Constructor Details
-
GetDisassemblySnippetArguments
public GetDisassemblySnippetArguments()
-