Class ListCodeMethodsArguments
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.ListCodeMethodsArguments
-
Field Summary
Fields -
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 -
index
@JsonPropertyDescription("The desired start index for which methods should be gathered") public int index -
count
@JsonPropertyDescription("The desired count of methods to be gathered (maximum 100)") public int count -
filter
@JsonPropertyDescription("An optional search filter. The wildcard character is allowed. Example: \'pub*house\' would match on \'This is the public house\'.") public String filter
-
-
Constructor Details
-
ListCodeMethodsArguments
public ListCodeMethodsArguments()
-