Package ai.reveng.api

Class AnalysesXRefsApi

java.lang.Object
ai.reveng.api.AnalysesXRefsApi

public class AnalysesXRefsApi extends Object
  • Constructor Details

    • AnalysesXRefsApi

      public AnalysesXRefsApi()
    • AnalysesXRefsApi

      public AnalysesXRefsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • getXrefByVaddrCall

      public okhttp3.Call getXrefByVaddrCall(@Nonnull Integer analysisId, @Nonnull Integer vaddr, ApiCallback _callback) throws ApiException
      Build call for getXrefByVaddr
      Parameters:
      analysisId - (required)
      vaddr - Virtual address to match against xrefs (required)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
      404 Xref or analysis cache not found -
    • getXrefByVaddr

      public BaseResponseXrefResponse getXrefByVaddr(@Nonnull Integer analysisId, @Nonnull Integer vaddr) throws ApiException
      [Beta] Look up xrefs by virtual address **This endpoint is in beta and may change without notice.**
      Parameters:
      analysisId - (required)
      vaddr - Virtual address to match against xrefs (required)
      Returns:
      BaseResponseXrefResponse
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
      404 Xref or analysis cache not found -
    • getXrefByVaddrWithHttpInfo

      public ApiResponse<BaseResponseXrefResponse> getXrefByVaddrWithHttpInfo(@Nonnull Integer analysisId, @Nonnull Integer vaddr) throws ApiException
      [Beta] Look up xrefs by virtual address **This endpoint is in beta and may change without notice.**
      Parameters:
      analysisId - (required)
      vaddr - Virtual address to match against xrefs (required)
      Returns:
      ApiResponse<BaseResponseXrefResponse>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
      404 Xref or analysis cache not found -
    • getXrefByVaddrAsync

      public okhttp3.Call getXrefByVaddrAsync(@Nonnull Integer analysisId, @Nonnull Integer vaddr, ApiCallback<BaseResponseXrefResponse> _callback) throws ApiException
      [Beta] Look up xrefs by virtual address (asynchronously) **This endpoint is in beta and may change without notice.**
      Parameters:
      analysisId - (required)
      vaddr - Virtual address to match against xrefs (required)
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details
      Response Details
      Status Code Description Response Headers
      200 Successful Response -
      422 Invalid request parameters -
      404 Xref or analysis cache not found -