Package ai.reveng.api
Class AnalysesXRefsApi
java.lang.Object
ai.reveng.api.AnalysesXRefsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetXrefByVaddr(Integer analysisId, Integer vaddr) [Beta] Look up xrefs by virtual address **This endpoint is in beta and may change without notice.**okhttp3.CallgetXrefByVaddrAsync(Integer analysisId, Integer vaddr, ApiCallback<BaseResponseXrefResponse> _callback) [Beta] Look up xrefs by virtual address (asynchronously) **This endpoint is in beta and may change without notice.**okhttp3.CallgetXrefByVaddrCall(Integer analysisId, Integer vaddr, ApiCallback _callback) Build call for getXrefByVaddrgetXrefByVaddrWithHttpInfo(Integer analysisId, Integer vaddr) [Beta] Look up xrefs by virtual address **This endpoint is in beta and may change without notice.**voidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
AnalysesXRefsApi
public AnalysesXRefsApi() -
AnalysesXRefsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
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 -
-