Class DecompileCodeItemArguments
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.DecompileCodeItemArguments
-
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 -
item_address
@JsonPropertyDescription("The address of the item to be decompiled, such as one provided by list_code_classes or list_code_methods") public String item_address
-
-
Constructor Details
-
DecompileCodeItemArguments
public DecompileCodeItemArguments()
-