Class ListCrossReferencesArguments

java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.ListCrossReferencesArguments

public class ListCrossReferencesArguments extends Object
  • 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 for which cross-references to are to be found") public String address
    • index

      @JsonPropertyDescription("The desired start index for which cross-references should be gathered") public int index
    • count

      @JsonPropertyDescription("The desired count of cross-references to be gathered (maximum 100)") public int count
  • Constructor Details

    • ListCrossReferencesArguments

      public ListCrossReferencesArguments()