revengai 1.1.1__py3-none-any.whl → 1.73.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- revengai/__init__.py +41 -20
- revengai/api/analyses_comments_api.py +1 -1
- revengai/api/analyses_core_api.py +341 -3
- revengai/api/analyses_dynamic_execution_api.py +1 -1
- revengai/api/analyses_results_metadata_api.py +7 -7
- revengai/api/analyses_security_checks_api.py +1 -1
- revengai/api/authentication_users_api.py +1 -1
- revengai/api/binaries_api.py +1 -1
- revengai/api/collections_api.py +1 -1
- revengai/api/confidence_api.py +1 -1
- revengai/api/external_sources_api.py +1 -1
- revengai/api/firmware_api.py +1 -1
- revengai/api/functions_ai_decompilation_api.py +1 -1
- revengai/api/functions_block_comments_api.py +1 -1
- revengai/api/functions_core_api.py +1901 -417
- revengai/api/functions_data_types_api.py +13 -13
- revengai/api/functions_decompilation_api.py +1 -1
- revengai/api/functions_renaming_history_api.py +1 -1
- revengai/api/functions_threat_score_api.py +1 -1
- revengai/api/models_api.py +1 -1
- revengai/api/search_api.py +19 -2
- revengai/api_client.py +2 -2
- revengai/configuration.py +3 -3
- revengai/exceptions.py +1 -1
- revengai/models/__init__.py +27 -13
- revengai/models/addr.py +1 -1
- revengai/models/ai_decompilation_rating.py +1 -1
- revengai/models/{function_param_mapping.py → ai_unstrip_request.py} +10 -12
- revengai/models/analysis_access_info.py +1 -1
- revengai/models/analysis_config.py +1 -1
- revengai/models/analysis_create_request.py +4 -4
- revengai/models/analysis_create_response.py +1 -1
- revengai/models/analysis_detail_response.py +1 -1
- revengai/models/analysis_functions.py +1 -1
- revengai/models/analysis_record.py +1 -1
- revengai/models/analysis_scope.py +1 -1
- revengai/models/analysis_strings_response.py +1 -1
- revengai/models/{app_api_rest_v2_analyses_responses_analysis_tags.py → analysis_tags.py} +5 -5
- revengai/models/analysis_threat_score_data.py +1 -1
- revengai/models/analysis_update_request.py +1 -1
- revengai/models/analysis_update_tags_request.py +1 -1
- revengai/models/analysis_update_tags_response.py +1 -1
- revengai/models/ann_function.py +3 -3
- revengai/models/app_api_rest_v2_analyses_enums_dynamic_execution_status.py +1 -1
- revengai/models/app_api_rest_v2_analyses_enums_order_by.py +1 -1
- revengai/models/app_api_rest_v2_analyses_responses_tag_item.py +1 -1
- revengai/models/app_api_rest_v2_collections_enums_order_by.py +1 -1
- revengai/models/app_api_rest_v2_functions_responses_function.py +1 -1
- revengai/models/app_api_rest_v2_functions_types_function.py +1 -1
- revengai/models/app_services_binary_ann_schema_tag_item.py +1 -1
- revengai/models/app_services_dynamic_execution_schemas_dynamic_execution_status.py +1 -1
- revengai/models/argument.py +1 -1
- revengai/models/auto_unstrip_by_group_response.py +132 -0
- revengai/models/{app_api_rest_v1_analysis_info_schema_function_rename.py → auto_unstrip_request.py} +12 -10
- revengai/models/{upload_success.py → auto_unstrip_response.py} +39 -22
- revengai/models/base_response.py +1 -1
- revengai/models/base_response_analysis_create_response.py +1 -1
- revengai/models/base_response_analysis_detail_response.py +1 -1
- revengai/models/base_response_analysis_functions.py +1 -1
- revengai/models/base_response_analysis_strings_response.py +1 -1
- revengai/models/{app_core_responses_base_base_response_analysis_tags1.py → base_response_analysis_tags.py} +8 -8
- revengai/models/base_response_analysis_threat_score_data.py +1 -1
- revengai/models/base_response_analysis_update_tags_response.py +1 -1
- revengai/models/base_response_basic.py +1 -1
- revengai/models/base_response_binary_additional_response.py +1 -1
- revengai/models/base_response_binary_ann_list_response.py +1 -1
- revengai/models/base_response_binary_details_response.py +1 -1
- revengai/models/base_response_binary_externals_response.py +1 -1
- revengai/models/base_response_binary_search_response.py +1 -1
- revengai/models/base_response_block_comments_generation_for_function_response.py +1 -1
- revengai/models/base_response_block_comments_overview_generation_response.py +1 -1
- revengai/models/base_response_bool.py +1 -1
- revengai/models/base_response_box_plot_confidence.py +1 -1
- revengai/models/base_response_callees_caller_functions_response.py +1 -1
- revengai/models/base_response_capabilities.py +1 -1
- revengai/models/base_response_check_security_checks_task_response.py +1 -1
- revengai/models/base_response_child_binaries_response.py +1 -1
- revengai/models/base_response_collection_binaries_update_response.py +1 -1
- revengai/models/base_response_collection_response.py +1 -1
- revengai/models/base_response_collection_search_response.py +1 -1
- revengai/models/base_response_collection_tags_update_response.py +1 -1
- revengai/models/base_response_comment_response.py +1 -1
- revengai/models/base_response_communities.py +1 -1
- revengai/models/base_response_created.py +1 -1
- revengai/models/base_response_decompilation_response.py +1 -1
- revengai/models/base_response_dict.py +1 -1
- revengai/models/base_response_dynamic_execution_status.py +1 -1
- revengai/models/base_response_external_response.py +1 -1
- revengai/models/base_response_function_analysis_threat_score_data.py +1 -1
- revengai/models/base_response_function_blocks_response.py +1 -1
- revengai/models/base_response_function_capability_response.py +1 -1
- revengai/models/base_response_function_data_types.py +1 -1
- revengai/models/base_response_function_data_types_list.py +1 -1
- revengai/models/base_response_function_search_response.py +1 -1
- revengai/models/base_response_function_strings_response.py +1 -1
- revengai/models/base_response_function_task_response.py +1 -1
- revengai/models/base_response_function_threat_score.py +1 -1
- revengai/models/base_response_functions_detail_response.py +1 -1
- revengai/models/base_response_generate_function_data_types.py +1 -1
- revengai/models/base_response_generation_status_list.py +1 -1
- revengai/models/base_response_get_ai_decompilation_rating_response.py +1 -1
- revengai/models/base_response_get_ai_decompilation_task.py +1 -1
- revengai/models/base_response_get_public_user_response.py +1 -1
- revengai/models/base_response_get_user_response.py +1 -1
- revengai/models/base_response_list_collection_results.py +1 -1
- revengai/models/base_response_list_comment_response.py +1 -1
- revengai/models/base_response_list_die_match.py +1 -1
- revengai/models/base_response_list_function_box_plot_confidence.py +1 -1
- revengai/models/base_response_list_function_name_history.py +1 -1
- revengai/models/base_response_list_sbom.py +1 -1
- revengai/models/base_response_list_similar_functions_response.py +1 -1
- revengai/models/base_response_list_tag_origin_box_plot_confidence.py +1 -1
- revengai/models/base_response_list_user_activity_response.py +1 -1
- revengai/models/base_response_login_response.py +1 -1
- revengai/models/base_response_logs.py +1 -1
- revengai/models/base_response_models_response.py +1 -1
- revengai/models/base_response_nearest_neighbor_analysis.py +1 -1
- revengai/models/base_response_network_overview_response.py +1 -1
- revengai/models/base_response_params.py +1 -1
- revengai/models/base_response_process_dumps.py +1 -1
- revengai/models/base_response_process_registry.py +1 -1
- revengai/models/base_response_process_tree.py +1 -1
- revengai/models/base_response_queued_security_checks_task_response.py +1 -1
- revengai/models/base_response_recent.py +1 -1
- revengai/models/base_response_security_checks_response.py +1 -1
- revengai/models/base_response_status.py +1 -1
- revengai/models/base_response_str.py +1 -1
- revengai/models/base_response_symbols_info.py +1 -1
- revengai/models/base_response_tag_search_response.py +1 -1
- revengai/models/base_response_task_response.py +1 -1
- revengai/models/base_response_ttps.py +1 -1
- revengai/models/{app_core_responses_base_base_response_analysis_tags2.py → base_response_upload_response.py} +8 -8
- revengai/models/base_response_vulnerabilities.py +1 -1
- revengai/models/basic.py +1 -1
- revengai/models/binary_additional_details_data_response.py +1 -1
- revengai/models/binary_additional_response.py +1 -1
- revengai/models/binary_ann_form.py +1 -1
- revengai/models/binary_ann_list_response.py +1 -1
- revengai/models/binary_config.py +1 -1
- revengai/models/binary_details_response.py +1 -1
- revengai/models/binary_externals_response.py +1 -1
- revengai/models/binary_search_response.py +1 -1
- revengai/models/binary_search_result.py +1 -1
- revengai/models/binary_task_status.py +1 -1
- revengai/models/block.py +1 -1
- revengai/models/block_comments_generation_for_function_response.py +1 -1
- revengai/models/boundary.py +1 -1
- revengai/models/box_plot_confidence.py +1 -1
- revengai/models/callee_function_info.py +1 -1
- revengai/models/callees_caller_functions_response.py +1 -1
- revengai/models/caller_function_info.py +1 -1
- revengai/models/capabilities.py +1 -1
- revengai/models/capability.py +1 -1
- revengai/models/check_security_checks_task_response.py +1 -1
- revengai/models/child_binaries_response.py +1 -1
- revengai/models/code_signature_model.py +1 -1
- revengai/models/collection_binaries_update_request.py +1 -1
- revengai/models/collection_binaries_update_response.py +1 -1
- revengai/models/collection_binary_response.py +1 -1
- revengai/models/collection_create_request.py +1 -1
- revengai/models/collection_list_item.py +1 -1
- revengai/models/collection_response.py +1 -1
- revengai/models/collection_response_binaries_inner.py +1 -1
- revengai/models/collection_scope.py +1 -1
- revengai/models/collection_search_response.py +1 -1
- revengai/models/collection_search_result.py +1 -1
- revengai/models/collection_tags_update_request.py +1 -1
- revengai/models/collection_tags_update_response.py +1 -1
- revengai/models/collection_update_request.py +1 -1
- revengai/models/comment_base.py +1 -1
- revengai/models/comment_response.py +1 -1
- revengai/models/comment_update_request.py +1 -1
- revengai/models/communities.py +1 -1
- revengai/models/community_match_percentages.py +1 -1
- revengai/models/confidence_type.py +1 -1
- revengai/models/context.py +1 -1
- revengai/models/created.py +1 -1
- revengai/models/decompilation_comment_context.py +1 -1
- revengai/models/decompilation_response.py +1 -1
- revengai/models/die_match.py +1 -1
- revengai/models/dynamic_execution_status_input.py +1 -1
- revengai/models/elf_dynamic_entry.py +1 -1
- revengai/models/elf_import_model.py +1 -1
- revengai/models/elf_model.py +1 -1
- revengai/models/elf_relocation.py +1 -1
- revengai/models/elf_section.py +1 -1
- revengai/models/elf_security.py +1 -1
- revengai/models/elf_segment.py +1 -1
- revengai/models/elf_symbol.py +1 -1
- revengai/models/entrypoint_model.py +1 -1
- revengai/models/enumeration.py +1 -1
- revengai/models/error_model.py +1 -1
- revengai/models/export_model.py +1 -1
- revengai/models/exported_binary_ann_result.py +1 -1
- revengai/models/external_response.py +1 -1
- revengai/models/file_format.py +1 -1
- revengai/models/file_hashes.py +1 -1
- revengai/models/file_metadata.py +1 -1
- revengai/models/filters.py +1 -1
- revengai/models/function_analysis_threat_score_data.py +1 -1
- revengai/models/function_block_destination_response.py +1 -1
- revengai/models/function_block_response.py +1 -1
- revengai/models/function_blocks_response.py +1 -1
- revengai/models/function_boundary.py +1 -1
- revengai/models/function_box_plot_confidence.py +1 -1
- revengai/models/function_capability_response.py +1 -1
- revengai/models/function_comment_create_request.py +1 -1
- revengai/models/function_data_types.py +1 -1
- revengai/models/function_data_types_list.py +1 -1
- revengai/models/function_data_types_list_item.py +1 -1
- revengai/models/function_data_types_params.py +1 -1
- revengai/models/function_data_types_status.py +1 -1
- revengai/models/function_header.py +1 -1
- revengai/models/function_info_input.py +1 -1
- revengai/models/function_info_input_func_deps_inner.py +1 -1
- revengai/models/function_info_output.py +1 -1
- revengai/models/function_local_variable_response.py +1 -1
- revengai/models/function_mapping_full.py +1 -1
- revengai/models/function_name_confidence_body.py +1 -1
- revengai/models/function_name_history.py +1 -1
- revengai/models/function_name_input.py +1 -1
- revengai/models/function_param_response.py +1 -1
- revengai/models/function_rename.py +4 -4
- revengai/models/function_rename_map.py +3 -3
- revengai/models/function_search_response.py +1 -1
- revengai/models/function_search_result.py +1 -1
- revengai/models/function_string.py +1 -1
- revengai/models/function_strings_response.py +1 -1
- revengai/models/function_task_response.py +1 -1
- revengai/models/function_task_status.py +1 -1
- revengai/models/function_threat_score.py +1 -1
- revengai/models/function_type_input.py +1 -1
- revengai/models/function_type_output.py +1 -1
- revengai/models/functions_detail_response.py +1 -1
- revengai/models/functions_list_rename.py +1 -1
- revengai/models/generate_function_data_types.py +1 -1
- revengai/models/generation_status_list.py +1 -1
- revengai/models/get_ai_decompilation_rating_response.py +1 -1
- revengai/models/get_ai_decompilation_task.py +1 -1
- revengai/models/get_public_user_response.py +1 -1
- revengai/models/get_user_response.py +1 -1
- revengai/models/global_variable.py +1 -1
- revengai/models/icon_model.py +1 -1
- revengai/models/import_model.py +1 -1
- revengai/models/inverse_function_map_item.py +1 -1
- revengai/models/inverse_string_map_item.py +1 -1
- revengai/models/inverse_value.py +1 -1
- revengai/models/isa.py +1 -1
- revengai/models/list_collection_results.py +1 -1
- revengai/models/login_request.py +1 -1
- revengai/models/login_response.py +1 -1
- revengai/models/logs.py +1 -1
- revengai/models/{collections_count_form.py → matched_function_group.py} +12 -11
- revengai/models/{batch_function_rename_record.py → matched_function_suggestion.py} +18 -12
- revengai/models/meta_model.py +1 -1
- revengai/models/model_name.py +1 -1
- revengai/models/models_response.py +1 -1
- revengai/models/nearest_neighbor.py +1 -1
- revengai/models/network_overview_dns.py +1 -1
- revengai/models/network_overview_dns_answer.py +1 -1
- revengai/models/network_overview_metadata.py +1 -1
- revengai/models/network_overview_response.py +1 -1
- revengai/models/order.py +1 -1
- revengai/models/origin.py +1 -1
- revengai/models/pagination_model.py +1 -1
- revengai/models/params.py +1 -1
- revengai/models/pdb_debug_model.py +1 -1
- revengai/models/pe_model.py +1 -1
- revengai/models/platform.py +1 -1
- revengai/models/process.py +1 -1
- revengai/models/process_dump.py +1 -1
- revengai/models/process_dump_metadata.py +1 -1
- revengai/models/process_dumps.py +1 -1
- revengai/models/process_dumps_data.py +1 -1
- revengai/models/process_registry.py +1 -1
- revengai/models/process_tree.py +1 -1
- revengai/models/queued_security_checks_task_response.py +1 -1
- revengai/models/re_analysis_form.py +1 -1
- revengai/models/recent.py +1 -1
- revengai/models/registry.py +1 -1
- revengai/models/relative_binary_response.py +1 -1
- revengai/models/sandbox_options.py +1 -1
- revengai/models/sbom.py +1 -1
- revengai/models/sbom_package.py +1 -1
- revengai/models/scrape_third_party_config.py +1 -1
- revengai/models/search_binary_ids.py +1 -1
- revengai/models/search_function_ids.py +1 -1
- revengai/models/section_model.py +1 -1
- revengai/models/security_checks_response.py +1 -1
- revengai/models/security_checks_result.py +1 -1
- revengai/models/security_model.py +1 -1
- revengai/models/severity_type.py +1 -1
- revengai/models/similar_functions_response.py +1 -1
- revengai/models/single_code_certificate_model.py +1 -1
- revengai/models/single_code_signature_model.py +1 -1
- revengai/models/single_pdb_entry_model.py +1 -1
- revengai/models/single_section_model.py +1 -1
- revengai/models/stack_variable.py +1 -1
- revengai/models/status_input.py +1 -1
- revengai/models/status_output.py +1 -1
- revengai/models/string_functions.py +1 -1
- revengai/models/structure.py +1 -1
- revengai/models/structure_member.py +1 -1
- revengai/models/symbols.py +1 -1
- revengai/models/symbols_info.py +1 -1
- revengai/models/{tag_input.py → tag.py} +5 -5
- revengai/models/tag_confidence_body.py +1 -1
- revengai/models/tag_origin_box_plot_confidence.py +1 -1
- revengai/models/tag_response.py +1 -1
- revengai/models/tag_search_response.py +1 -1
- revengai/models/tag_search_result.py +1 -1
- revengai/models/tags.py +1 -1
- revengai/models/task_response.py +1 -1
- revengai/models/task_status.py +1 -1
- revengai/models/threat_score_function_body.py +1 -1
- revengai/models/timestamp_model.py +1 -1
- revengai/models/ttps.py +1 -1
- revengai/models/ttps_attack.py +1 -1
- revengai/models/ttps_data.py +1 -1
- revengai/models/ttps_element.py +1 -1
- revengai/models/ttps_occurance.py +1 -1
- revengai/models/type_definition.py +1 -1
- revengai/models/{search_form.py → unstrip_request.py} +15 -20
- revengai/models/update_function_data_types.py +1 -1
- revengai/models/{scope.py → upload_file_type.py} +8 -8
- revengai/models/{user_boundaries.py → upload_response.py} +14 -13
- revengai/models/upsert_ai_decomplation_rating_request.py +1 -1
- revengai/models/user_activity_response.py +1 -1
- revengai/models/vulnerabilities.py +1 -1
- revengai/models/vulnerability.py +1 -1
- revengai/models/vulnerability_type.py +1 -1
- revengai/models/workspace.py +1 -1
- revengai/rest.py +1 -1
- {revengai-1.1.1.dist-info → revengai-1.73.0.dist-info}/METADATA +20 -7
- revengai-1.73.0.dist-info/RECORD +339 -0
- revengai/api/v1_api.py +0 -6373
- revengai/models/analyse_created.py +0 -99
- revengai/models/analysis_form.py +0 -138
- revengai/models/analysis_status.py +0 -94
- revengai/models/ann_input.py +0 -108
- revengai/models/app_api_rest_v1_analyse_schema_model_name.py +0 -44
- revengai/models/app_api_rest_v1_analyse_schema_status.py +0 -40
- revengai/models/app_api_rest_v1_analyse_schema_symbols.py +0 -97
- revengai/models/app_api_rest_v1_analysis_info_responses_logs.py +0 -99
- revengai/models/app_api_rest_v1_ann_schema_ann_function.py +0 -135
- revengai/models/app_api_rest_v2_analyses_enums_model_name.py +0 -43
- revengai/models/app_api_rest_v2_analyses_enums_status.py +0 -41
- revengai/models/app_api_rest_v2_analyses_responses_logs.py +0 -87
- revengai/models/app_api_rest_v2_analyses_schemas_symbols.py +0 -97
- revengai/models/app_api_rest_v2_functions_rename_schema_function_rename.py +0 -94
- revengai/models/app_api_rest_v2_info_responses_analysis_tags.py +0 -104
- revengai/models/app_api_rest_v2_similarity_schema_ann_function.py +0 -121
- revengai/models/batch_ann.py +0 -106
- revengai/models/batch_function_rename.py +0 -95
- revengai/models/collection_count.py +0 -99
- revengai/models/config_settings.py +0 -101
- revengai/models/create_ai_decompilation_request.py +0 -87
- revengai/models/deleted_analysis.py +0 -99
- revengai/models/file_options.py +0 -41
- revengai/models/function_batch_ann.py +0 -106
- revengai/models/function_dump.py +0 -106
- revengai/models/function_list.py +0 -87
- revengai/models/function_list_basic.py +0 -99
- revengai/models/function_params.py +0 -95
- revengai/models/isa_options.py +0 -39
- revengai/models/model_list.py +0 -99
- revengai/models/platform_options.py +0 -40
- revengai/models/quick_search.py +0 -99
- revengai/models/recent_analysis.py +0 -99
- revengai/models/recent_analysis_form.py +0 -92
- revengai/models/rename.py +0 -99
- revengai/models/search_query.py +0 -99
- revengai/models/tag_output.py +0 -89
- revengai/test/__init__.py +0 -0
- revengai/test/test_addr.py +0 -50
- revengai/test/test_ai_decompilation_rating.py +0 -33
- revengai/test/test_analyse_created.py +0 -53
- revengai/test/test_analyses_comments_api.py +0 -59
- revengai/test/test_analyses_core_api.py +0 -136
- revengai/test/test_analyses_dynamic_execution_api.py +0 -80
- revengai/test/test_analyses_results_metadata_api.py +0 -143
- revengai/test/test_analyses_security_checks_api.py +0 -52
- revengai/test/test_analysis_access_info.py +0 -54
- revengai/test/test_analysis_config.py +0 -60
- revengai/test/test_analysis_create_request.py +0 -83
- revengai/test/test_analysis_create_response.py +0 -54
- revengai/test/test_analysis_detail_response.py +0 -83
- revengai/test/test_analysis_form.py +0 -81
- revengai/test/test_analysis_functions.py +0 -78
- revengai/test/test_analysis_record.py +0 -74
- revengai/test/test_analysis_scope.py +0 -33
- revengai/test/test_analysis_status.py +0 -53
- revengai/test/test_analysis_strings_response.py +0 -70
- revengai/test/test_analysis_threat_score_data.py +0 -64
- revengai/test/test_analysis_update_request.py +0 -52
- revengai/test/test_analysis_update_tags_request.py +0 -56
- revengai/test/test_analysis_update_tags_response.py +0 -60
- revengai/test/test_ann_function.py +0 -61
- revengai/test/test_ann_input.py +0 -56
- revengai/test/test_app_api_rest_v1_analyse_schema_model_name.py +0 -33
- revengai/test/test_app_api_rest_v1_analyse_schema_status.py +0 -33
- revengai/test/test_app_api_rest_v1_analyse_schema_symbols.py +0 -57
- revengai/test/test_app_api_rest_v1_analysis_info_responses_logs.py +0 -53
- revengai/test/test_app_api_rest_v1_analysis_info_schema_function_rename.py +0 -52
- revengai/test/test_app_api_rest_v1_ann_schema_ann_function.py +0 -74
- revengai/test/test_app_api_rest_v2_analyses_enums_dynamic_execution_status.py +0 -33
- revengai/test/test_app_api_rest_v2_analyses_enums_model_name.py +0 -33
- revengai/test/test_app_api_rest_v2_analyses_enums_order_by.py +0 -33
- revengai/test/test_app_api_rest_v2_analyses_enums_status.py +0 -33
- revengai/test/test_app_api_rest_v2_analyses_responses_analysis_tags.py +0 -74
- revengai/test/test_app_api_rest_v2_analyses_responses_logs.py +0 -52
- revengai/test/test_app_api_rest_v2_analyses_responses_tag_item.py +0 -55
- revengai/test/test_app_api_rest_v2_analyses_schemas_symbols.py +0 -57
- revengai/test/test_app_api_rest_v2_collections_enums_order_by.py +0 -33
- revengai/test/test_app_api_rest_v2_functions_rename_schema_function_rename.py +0 -52
- revengai/test/test_app_api_rest_v2_functions_responses_function.py +0 -54
- revengai/test/test_app_api_rest_v2_functions_types_function.py +0 -72
- revengai/test/test_app_api_rest_v2_info_responses_analysis_tags.py +0 -70
- revengai/test/test_app_api_rest_v2_similarity_schema_ann_function.py +0 -61
- revengai/test/test_app_core_responses_base_base_response_analysis_tags1.py +0 -73
- revengai/test/test_app_core_responses_base_base_response_analysis_tags2.py +0 -75
- revengai/test/test_app_services_binary_ann_schema_tag_item.py +0 -52
- revengai/test/test_app_services_dynamic_execution_schemas_dynamic_execution_status.py +0 -52
- revengai/test/test_argument.py +0 -59
- revengai/test/test_authentication_users_api.py +0 -66
- revengai/test/test_base_response.py +0 -63
- revengai/test/test_base_response_analysis_create_response.py +0 -65
- revengai/test/test_base_response_analysis_detail_response.py +0 -81
- revengai/test/test_base_response_analysis_functions.py +0 -77
- revengai/test/test_base_response_analysis_strings_response.py +0 -73
- revengai/test/test_base_response_analysis_threat_score_data.py +0 -70
- revengai/test/test_base_response_analysis_update_tags_response.py +0 -68
- revengai/test/test_base_response_basic.py +0 -74
- revengai/test/test_base_response_binary_additional_response.py +0 -259
- revengai/test/test_base_response_binary_ann_list_response.py +0 -83
- revengai/test/test_base_response_binary_details_response.py +0 -83
- revengai/test/test_base_response_binary_externals_response.py +0 -72
- revengai/test/test_base_response_binary_search_response.py +0 -77
- revengai/test/test_base_response_block_comments_generation_for_function_response.py +0 -64
- revengai/test/test_base_response_block_comments_overview_generation_response.py +0 -63
- revengai/test/test_base_response_bool.py +0 -63
- revengai/test/test_base_response_box_plot_confidence.py +0 -70
- revengai/test/test_base_response_callees_caller_functions_response.py +0 -82
- revengai/test/test_base_response_capabilities.py +0 -71
- revengai/test/test_base_response_check_security_checks_task_response.py +0 -64
- revengai/test/test_base_response_child_binaries_response.py +0 -73
- revengai/test/test_base_response_collection_binaries_update_response.py +0 -72
- revengai/test/test_base_response_collection_response.py +0 -78
- revengai/test/test_base_response_collection_search_response.py +0 -80
- revengai/test/test_base_response_collection_tags_update_response.py +0 -66
- revengai/test/test_base_response_comment_response.py +0 -71
- revengai/test/test_base_response_communities.py +0 -77
- revengai/test/test_base_response_created.py +0 -66
- revengai/test/test_base_response_decompilation_response.py +0 -66
- revengai/test/test_base_response_dict.py +0 -65
- revengai/test/test_base_response_dynamic_execution_status.py +0 -64
- revengai/test/test_base_response_external_response.py +0 -68
- revengai/test/test_base_response_function_analysis_threat_score_data.py +0 -70
- revengai/test/test_base_response_function_blocks_response.py +0 -96
- revengai/test/test_base_response_function_capability_response.py +0 -66
- revengai/test/test_base_response_function_data_types.py +0 -99
- revengai/test/test_base_response_function_data_types_list.py +0 -105
- revengai/test/test_base_response_function_search_response.py +0 -73
- revengai/test/test_base_response_function_strings_response.py +0 -69
- revengai/test/test_base_response_function_task_response.py +0 -65
- revengai/test/test_base_response_function_threat_score.py +0 -73
- revengai/test/test_base_response_functions_detail_response.py +0 -78
- revengai/test/test_base_response_generate_function_data_types.py +0 -74
- revengai/test/test_base_response_generation_status_list.py +0 -71
- revengai/test/test_base_response_get_ai_decompilation_rating_response.py +0 -64
- revengai/test/test_base_response_get_ai_decompilation_task.py +0 -118
- revengai/test/test_base_response_get_public_user_response.py +0 -65
- revengai/test/test_base_response_get_user_response.py +0 -70
- revengai/test/test_base_response_list_collection_results.py +0 -79
- revengai/test/test_base_response_list_comment_response.py +0 -73
- revengai/test/test_base_response_list_die_match.py +0 -69
- revengai/test/test_base_response_list_function_box_plot_confidence.py +0 -74
- revengai/test/test_base_response_list_function_name_history.py +0 -71
- revengai/test/test_base_response_list_sbom.py +0 -73
- revengai/test/test_base_response_list_similar_functions_response.py +0 -77
- revengai/test/test_base_response_list_tag_origin_box_plot_confidence.py +0 -76
- revengai/test/test_base_response_list_user_activity_response.py +0 -71
- revengai/test/test_base_response_login_response.py +0 -64
- revengai/test/test_base_response_logs.py +0 -64
- revengai/test/test_base_response_models_response.py +0 -66
- revengai/test/test_base_response_nearest_neighbor_analysis.py +0 -75
- revengai/test/test_base_response_network_overview_response.py +0 -80
- revengai/test/test_base_response_params.py +0 -70
- revengai/test/test_base_response_process_dumps.py +0 -76
- revengai/test/test_base_response_process_registry.py +0 -73
- revengai/test/test_base_response_process_tree.py +0 -78
- revengai/test/test_base_response_queued_security_checks_task_response.py +0 -64
- revengai/test/test_base_response_recent.py +0 -79
- revengai/test/test_base_response_security_checks_response.py +0 -76
- revengai/test/test_base_response_status.py +0 -65
- revengai/test/test_base_response_str.py +0 -63
- revengai/test/test_base_response_symbols_info.py +0 -68
- revengai/test/test_base_response_tag_search_response.py +0 -68
- revengai/test/test_base_response_task_response.py +0 -65
- revengai/test/test_base_response_ttps.py +0 -81
- revengai/test/test_base_response_vulnerabilities.py +0 -77
- revengai/test/test_basic.py +0 -72
- revengai/test/test_batch_ann.py +0 -55
- revengai/test/test_batch_function_rename.py +0 -60
- revengai/test/test_batch_function_rename_record.py +0 -54
- revengai/test/test_binaries_api.py +0 -73
- revengai/test/test_binary_additional_details_data_response.py +0 -256
- revengai/test/test_binary_additional_response.py +0 -441
- revengai/test/test_binary_ann_form.py +0 -58
- revengai/test/test_binary_ann_list_response.py +0 -90
- revengai/test/test_binary_config.py +0 -53
- revengai/test/test_binary_details_response.py +0 -90
- revengai/test/test_binary_externals_response.py +0 -68
- revengai/test/test_binary_search_response.py +0 -78
- revengai/test/test_binary_search_result.py +0 -72
- revengai/test/test_binary_task_status.py +0 -33
- revengai/test/test_block.py +0 -52
- revengai/test/test_block_comments_generation_for_function_response.py +0 -52
- revengai/test/test_boundary.py +0 -56
- revengai/test/test_box_plot_confidence.py +0 -64
- revengai/test/test_callee_function_info.py +0 -61
- revengai/test/test_callees_caller_functions_response.py +0 -87
- revengai/test/test_caller_function_info.py +0 -61
- revengai/test/test_capabilities.py +0 -66
- revengai/test/test_capability.py +0 -60
- revengai/test/test_check_security_checks_task_response.py +0 -52
- revengai/test/test_child_binaries_response.py +0 -66
- revengai/test/test_code_signature_model.py +0 -80
- revengai/test/test_collection_binaries_update_request.py +0 -56
- revengai/test/test_collection_binaries_update_response.py +0 -68
- revengai/test/test_collection_binary_response.py +0 -62
- revengai/test/test_collection_count.py +0 -53
- revengai/test/test_collection_create_request.py +0 -63
- revengai/test/test_collection_list_item.py +0 -72
- revengai/test/test_collection_response.py +0 -73
- revengai/test/test_collection_response_binaries_inner.py +0 -62
- revengai/test/test_collection_scope.py +0 -33
- revengai/test/test_collection_search_response.py +0 -84
- revengai/test/test_collection_search_result.py +0 -73
- revengai/test/test_collection_tags_update_request.py +0 -56
- revengai/test/test_collection_tags_update_response.py +0 -56
- revengai/test/test_collection_update_request.py +0 -53
- revengai/test/test_collections_api.py +0 -80
- revengai/test/test_collections_count_form.py +0 -52
- revengai/test/test_comment_base.py +0 -52
- revengai/test/test_comment_response.py +0 -65
- revengai/test/test_comment_update_request.py +0 -52
- revengai/test/test_communities.py +0 -78
- revengai/test/test_community_match_percentages.py +0 -58
- revengai/test/test_confidence_api.py +0 -59
- revengai/test/test_confidence_type.py +0 -33
- revengai/test/test_config_settings.py +0 -70
- revengai/test/test_context.py +0 -54
- revengai/test/test_create_ai_decompilation_request.py +0 -52
- revengai/test/test_created.py +0 -56
- revengai/test/test_decompilation_comment_context.py +0 -54
- revengai/test/test_decompilation_response.py +0 -56
- revengai/test/test_deleted_analysis.py +0 -52
- revengai/test/test_die_match.py +0 -58
- revengai/test/test_dynamic_execution_status_input.py +0 -33
- revengai/test/test_elf_dynamic_entry.py +0 -54
- revengai/test/test_elf_import_model.py +0 -58
- revengai/test/test_elf_model.py +0 -236
- revengai/test/test_elf_relocation.py +0 -64
- revengai/test/test_elf_section.py +0 -70
- revengai/test/test_elf_security.py +0 -60
- revengai/test/test_elf_segment.py +0 -68
- revengai/test/test_elf_symbol.py +0 -64
- revengai/test/test_entrypoint_model.py +0 -54
- revengai/test/test_enumeration.py +0 -60
- revengai/test/test_error_model.py +0 -54
- revengai/test/test_export_model.py +0 -62
- revengai/test/test_exported_binary_ann_result.py +0 -79
- revengai/test/test_external_response.py +0 -60
- revengai/test/test_external_sources_api.py +0 -73
- revengai/test/test_file_format.py +0 -33
- revengai/test/test_file_hashes.py +0 -66
- revengai/test/test_file_metadata.py +0 -74
- revengai/test/test_file_options.py +0 -33
- revengai/test/test_filters.py +0 -33
- revengai/test/test_firmware_api.py +0 -45
- revengai/test/test_function_analysis_threat_score_data.py +0 -64
- revengai/test/test_function_batch_ann.py +0 -55
- revengai/test/test_function_block_destination_response.py +0 -56
- revengai/test/test_function_block_response.py +0 -75
- revengai/test/test_function_blocks_response.py +0 -116
- revengai/test/test_function_boundary.py +0 -56
- revengai/test/test_function_box_plot_confidence.py +0 -68
- revengai/test/test_function_capability_response.py +0 -56
- revengai/test/test_function_comment_create_request.py +0 -55
- revengai/test/test_function_data_types.py +0 -88
- revengai/test/test_function_data_types_list.py +0 -132
- revengai/test/test_function_data_types_list_item.py +0 -90
- revengai/test/test_function_data_types_params.py +0 -56
- revengai/test/test_function_data_types_status.py +0 -56
- revengai/test/test_function_dump.py +0 -55
- revengai/test/test_function_header.py +0 -73
- revengai/test/test_function_info_input.py +0 -85
- revengai/test/test_function_info_input_func_deps_inner.py +0 -66
- revengai/test/test_function_info_output.py +0 -85
- revengai/test/test_function_list.py +0 -56
- revengai/test/test_function_list_basic.py +0 -53
- revengai/test/test_function_local_variable_response.py +0 -60
- revengai/test/test_function_mapping_full.py +0 -148
- revengai/test/test_function_name_confidence_body.py +0 -56
- revengai/test/test_function_name_history.py +0 -62
- revengai/test/test_function_name_input.py +0 -54
- revengai/test/test_function_param_mapping.py +0 -54
- revengai/test/test_function_param_response.py +0 -60
- revengai/test/test_function_params.py +0 -60
- revengai/test/test_function_rename.py +0 -52
- revengai/test/test_function_rename_map.py +0 -55
- revengai/test/test_function_search_response.py +0 -70
- revengai/test/test_function_search_result.py +0 -64
- revengai/test/test_function_string.py +0 -54
- revengai/test/test_function_strings_response.py +0 -62
- revengai/test/test_function_task_response.py +0 -52
- revengai/test/test_function_task_status.py +0 -33
- revengai/test/test_function_threat_score.py +0 -70
- revengai/test/test_function_type_input.py +0 -95
- revengai/test/test_function_type_output.py +0 -95
- revengai/test/test_functions_ai_decompilation_api.py +0 -108
- revengai/test/test_functions_block_comments_api.py +0 -73
- revengai/test/test_functions_core_api.py +0 -87
- revengai/test/test_functions_data_types_api.py +0 -101
- revengai/test/test_functions_decompilation_api.py +0 -80
- revengai/test/test_functions_detail_response.py +0 -74
- revengai/test/test_functions_list_rename.py +0 -62
- revengai/test/test_functions_renaming_history_api.py +0 -59
- revengai/test/test_functions_threat_score_api.py +0 -59
- revengai/test/test_generate_function_data_types.py +0 -72
- revengai/test/test_generation_status_list.py +0 -64
- revengai/test/test_get_ai_decompilation_rating_response.py +0 -52
- revengai/test/test_get_ai_decompilation_task.py +0 -157
- revengai/test/test_get_public_user_response.py +0 -54
- revengai/test/test_get_user_response.py +0 -64
- revengai/test/test_global_variable.py +0 -60
- revengai/test/test_icon_model.py +0 -52
- revengai/test/test_import_model.py +0 -66
- revengai/test/test_inverse_function_map_item.py +0 -55
- revengai/test/test_inverse_string_map_item.py +0 -54
- revengai/test/test_inverse_value.py +0 -52
- revengai/test/test_isa.py +0 -33
- revengai/test/test_isa_options.py +0 -33
- revengai/test/test_list_collection_results.py +0 -82
- revengai/test/test_login_request.py +0 -54
- revengai/test/test_login_response.py +0 -52
- revengai/test/test_logs.py +0 -52
- revengai/test/test_meta_model.py +0 -54
- revengai/test/test_model_list.py +0 -53
- revengai/test/test_model_name.py +0 -33
- revengai/test/test_models_api.py +0 -38
- revengai/test/test_models_response.py +0 -56
- revengai/test/test_nearest_neighbor.py +0 -66
- revengai/test/test_network_overview_dns.py +0 -64
- revengai/test/test_network_overview_dns_answer.py +0 -54
- revengai/test/test_network_overview_metadata.py +0 -58
- revengai/test/test_network_overview_response.py +0 -84
- revengai/test/test_order.py +0 -33
- revengai/test/test_origin.py +0 -33
- revengai/test/test_pagination_model.py +0 -56
- revengai/test/test_params.py +0 -64
- revengai/test/test_pdb_debug_model.py +0 -62
- revengai/test/test_pe_model.py +0 -220
- revengai/test/test_platform.py +0 -33
- revengai/test/test_platform_options.py +0 -33
- revengai/test/test_process.py +0 -72
- revengai/test/test_process_dump.py +0 -64
- revengai/test/test_process_dump_metadata.py +0 -56
- revengai/test/test_process_dumps.py +0 -76
- revengai/test/test_process_dumps_data.py +0 -72
- revengai/test/test_process_registry.py +0 -70
- revengai/test/test_process_tree.py +0 -80
- revengai/test/test_queued_security_checks_task_response.py +0 -52
- revengai/test/test_quick_search.py +0 -53
- revengai/test/test_re_analysis_form.py +0 -58
- revengai/test/test_recent.py +0 -82
- revengai/test/test_recent_analysis.py +0 -53
- revengai/test/test_recent_analysis_form.py +0 -53
- revengai/test/test_registry.py +0 -58
- revengai/test/test_relative_binary_response.py +0 -56
- revengai/test/test_rename.py +0 -53
- revengai/test/test_sandbox_options.py +0 -52
- revengai/test/test_sbom.py +0 -66
- revengai/test/test_sbom_package.py +0 -54
- revengai/test/test_scope.py +0 -33
- revengai/test/test_scrape_third_party_config.py +0 -51
- revengai/test/test_search_api.py +0 -59
- revengai/test/test_search_binary_ids.py +0 -50
- revengai/test/test_search_form.py +0 -56
- revengai/test/test_search_function_ids.py +0 -50
- revengai/test/test_search_query.py +0 -52
- revengai/test/test_section_model.py +0 -72
- revengai/test/test_security_checks_response.py +0 -76
- revengai/test/test_security_checks_result.py +0 -66
- revengai/test/test_security_model.py +0 -72
- revengai/test/test_severity_type.py +0 -33
- revengai/test/test_similar_functions_response.py +0 -74
- revengai/test/test_single_code_certificate_model.py +0 -62
- revengai/test/test_single_code_signature_model.py +0 -70
- revengai/test/test_single_pdb_entry_model.py +0 -56
- revengai/test/test_single_section_model.py +0 -64
- revengai/test/test_stack_variable.py +0 -61
- revengai/test/test_status_input.py +0 -33
- revengai/test/test_status_output.py +0 -54
- revengai/test/test_string_functions.py +0 -62
- revengai/test/test_structure.py +0 -71
- revengai/test/test_structure_member.py +0 -59
- revengai/test/test_symbols.py +0 -57
- revengai/test/test_symbols_info.py +0 -55
- revengai/test/test_tag_confidence_body.py +0 -60
- revengai/test/test_tag_input.py +0 -52
- revengai/test/test_tag_origin_box_plot_confidence.py +0 -72
- revengai/test/test_tag_output.py +0 -54
- revengai/test/test_tag_response.py +0 -54
- revengai/test/test_tag_search_response.py +0 -60
- revengai/test/test_tag_search_result.py +0 -54
- revengai/test/test_tags.py +0 -54
- revengai/test/test_task_response.py +0 -52
- revengai/test/test_task_status.py +0 -33
- revengai/test/test_threat_score_function_body.py +0 -53
- revengai/test/test_timestamp_model.py +0 -56
- revengai/test/test_ttps.py +0 -86
- revengai/test/test_ttps_attack.py +0 -54
- revengai/test/test_ttps_data.py +0 -82
- revengai/test/test_ttps_element.py +0 -74
- revengai/test/test_ttps_occurance.py +0 -54
- revengai/test/test_type_definition.py +0 -56
- revengai/test/test_update_function_data_types.py +0 -118
- revengai/test/test_upload_success.py +0 -54
- revengai/test/test_upsert_ai_decomplation_rating_request.py +0 -52
- revengai/test/test_user_activity_response.py +0 -62
- revengai/test/test_user_boundaries.py +0 -56
- revengai/test/test_v1_api.py +0 -185
- revengai/test/test_vulnerabilities.py +0 -78
- revengai/test/test_vulnerability.py +0 -71
- revengai/test/test_vulnerability_type.py +0 -33
- revengai/test/test_workspace.py +0 -33
- revengai-1.1.1.dist-info/RECORD +0 -741
- {revengai-1.1.1.dist-info → revengai-1.73.0.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: revengai
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.73.0
|
4
4
|
Summary: RevEng.AI API
|
5
5
|
Project-URL: Repository, https://github.com/RevEngAI/revengai-python
|
6
6
|
Keywords: RevEng.AI API
|
@@ -73,6 +73,7 @@ Class | Method | HTTP request | Description
|
|
73
73
|
*AnalysesCoreApi* | [**requeue_analysis**](docs/AnalysesCoreApi.md#requeue_analysis) | **POST** /v2/analyses/{analysis_id}/requeue | Requeue Analysis
|
74
74
|
*AnalysesCoreApi* | [**update_analysis**](docs/AnalysesCoreApi.md#update_analysis) | **PATCH** /v2/analyses/{analysis_id} | Update Analysis
|
75
75
|
*AnalysesCoreApi* | [**update_analysis_tags**](docs/AnalysesCoreApi.md#update_analysis_tags) | **PATCH** /v2/analyses/{analysis_id}/tags | Update Analysis Tags
|
76
|
+
*AnalysesCoreApi* | [**upload_file**](docs/AnalysesCoreApi.md#upload_file) | **POST** /v2/upload | Upload File
|
76
77
|
*AnalysesDynamicExecutionApi* | [**get_dynamic_execution_status**](docs/AnalysesDynamicExecutionApi.md#get_dynamic_execution_status) | **GET** /v2/analyses/{analysis_id}/dynamic-execution/status | Get the status of a dynamic execution task
|
77
78
|
*AnalysesDynamicExecutionApi* | [**get_network_overview**](docs/AnalysesDynamicExecutionApi.md#get_network_overview) | **GET** /v2/analyses/{analysis_id}/dynamic-execution/network-overview | Get the dynamic execution results for network overview
|
78
79
|
*AnalysesDynamicExecutionApi* | [**get_process_dump**](docs/AnalysesDynamicExecutionApi.md#get_process_dump) | **GET** /v2/analyses/{analysis_id}/dynamic-execution/process-dumps/{dump_name} | Get the dynamic execution results for a specific process dump
|
@@ -133,6 +134,10 @@ Class | Method | HTTP request | Description
|
|
133
134
|
*FunctionsBlockCommentsApi* | [**generate_block_comments_for_block_in_function**](docs/FunctionsBlockCommentsApi.md#generate_block_comments_for_block_in_function) | **POST** /v2/functions/{function_id}/block-comments/single | Generate block comments for a specific block in a function
|
134
135
|
*FunctionsBlockCommentsApi* | [**generate_block_comments_for_function**](docs/FunctionsBlockCommentsApi.md#generate_block_comments_for_function) | **POST** /v2/functions/{function_id}/block-comments | Generate block comments for a function
|
135
136
|
*FunctionsBlockCommentsApi* | [**generate_overview_comment_for_function**](docs/FunctionsBlockCommentsApi.md#generate_overview_comment_for_function) | **POST** /v2/functions/{function_id}/block-comments/overview | Generate overview comment for a function
|
137
|
+
*FunctionsCoreApi* | [**ai_unstrip**](docs/FunctionsCoreApi.md#ai_unstrip) | **POST** /v2/analyses/{analysis_id}/functions/ai-unstrip | Performs matching and auto-unstrip for an analysis and its functions
|
138
|
+
*FunctionsCoreApi* | [**auto_unstrip**](docs/FunctionsCoreApi.md#auto_unstrip) | **POST** /v2/analyses/{analysis_id}/functions/auto-unstrip | Performs matching and auto-unstrip for an analysis and its functions
|
139
|
+
*FunctionsCoreApi* | [**cancel_ai_unstrip**](docs/FunctionsCoreApi.md#cancel_ai_unstrip) | **DELETE** /v2/analyses/{analysis_id}/functions/ai-unstrip/cancel | Cancels a running ai-unstrip
|
140
|
+
*FunctionsCoreApi* | [**cancel_auto_unstrip**](docs/FunctionsCoreApi.md#cancel_auto_unstrip) | **DELETE** /v2/analyses/{analysis_id}/functions/unstrip/cancel | Cancels a running auto-unstrip
|
136
141
|
*FunctionsCoreApi* | [**get_analysis_strings**](docs/FunctionsCoreApi.md#get_analysis_strings) | **GET** /v2/analyses/{analysis_id}/functions/strings | Get string information found in the Analysis
|
137
142
|
*FunctionsCoreApi* | [**get_function_blocks**](docs/FunctionsCoreApi.md#get_function_blocks) | **GET** /v2/functions/{function_id}/blocks | Get disassembly blocks related to the function
|
138
143
|
*FunctionsCoreApi* | [**get_function_callees_callers**](docs/FunctionsCoreApi.md#get_function_callees_callers) | **GET** /v2/functions/{function_id}/callees_callers | Get list of functions that call or are called by the specified function
|
@@ -140,6 +145,7 @@ Class | Method | HTTP request | Description
|
|
140
145
|
*FunctionsCoreApi* | [**get_function_details**](docs/FunctionsCoreApi.md#get_function_details) | **GET** /v2/functions/{function_id} | Get function details
|
141
146
|
*FunctionsCoreApi* | [**get_function_strings**](docs/FunctionsCoreApi.md#get_function_strings) | **GET** /v2/functions/{function_id}/strings | Get string information found in the function
|
142
147
|
*FunctionsCoreApi* | [**get_similar_functions**](docs/FunctionsCoreApi.md#get_similar_functions) | **GET** /v2/functions/{function_id}/similar-functions | Get list of similar functions
|
148
|
+
*FunctionsCoreApi* | [**unstrip**](docs/FunctionsCoreApi.md#unstrip) | **POST** /v2/analyses/{analysis_id}/functions/unstrip | Performs matching and auto-unstrip for an analysis and its functions
|
143
149
|
*FunctionsDataTypesApi* | [**generate_function_data_types_for_analysis**](docs/FunctionsDataTypesApi.md#generate_function_data_types_for_analysis) | **POST** /v2/analyses/{analysis_id}/functions/data_types | Generate Function Data Types
|
144
150
|
*FunctionsDataTypesApi* | [**generate_function_data_types_for_functions**](docs/FunctionsDataTypesApi.md#generate_function_data_types_for_functions) | **POST** /v2/functions/data_types | Generate Function Data Types for an arbitrary list of functions
|
145
151
|
*FunctionsDataTypesApi* | [**get_function_data_types**](docs/FunctionsDataTypesApi.md#get_function_data_types) | **GET** /v2/analyses/{analysis_id}/functions/{function_id}/data_types | Get Function Data Types
|
@@ -171,6 +177,7 @@ Class | Method | HTTP request | Description
|
|
171
177
|
- [ANNFunction](docs/ANNFunction.md)
|
172
178
|
- [Addr](docs/Addr.md)
|
173
179
|
- [AiDecompilationRating](docs/AiDecompilationRating.md)
|
180
|
+
- [AiUnstripRequest](docs/AiUnstripRequest.md)
|
174
181
|
- [AnalysisAccessInfo](docs/AnalysisAccessInfo.md)
|
175
182
|
- [AnalysisConfig](docs/AnalysisConfig.md)
|
176
183
|
- [AnalysisCreateRequest](docs/AnalysisCreateRequest.md)
|
@@ -180,28 +187,29 @@ Class | Method | HTTP request | Description
|
|
180
187
|
- [AnalysisRecord](docs/AnalysisRecord.md)
|
181
188
|
- [AnalysisScope](docs/AnalysisScope.md)
|
182
189
|
- [AnalysisStringsResponse](docs/AnalysisStringsResponse.md)
|
190
|
+
- [AnalysisTags](docs/AnalysisTags.md)
|
183
191
|
- [AnalysisThreatScoreData](docs/AnalysisThreatScoreData.md)
|
184
192
|
- [AnalysisUpdateRequest](docs/AnalysisUpdateRequest.md)
|
185
193
|
- [AnalysisUpdateTagsRequest](docs/AnalysisUpdateTagsRequest.md)
|
186
194
|
- [AnalysisUpdateTagsResponse](docs/AnalysisUpdateTagsResponse.md)
|
187
195
|
- [AppApiRestV2AnalysesEnumsDynamicExecutionStatus](docs/AppApiRestV2AnalysesEnumsDynamicExecutionStatus.md)
|
188
196
|
- [AppApiRestV2AnalysesEnumsOrderBy](docs/AppApiRestV2AnalysesEnumsOrderBy.md)
|
189
|
-
- [AppApiRestV2AnalysesResponsesAnalysisTags](docs/AppApiRestV2AnalysesResponsesAnalysisTags.md)
|
190
197
|
- [AppApiRestV2AnalysesResponsesTagItem](docs/AppApiRestV2AnalysesResponsesTagItem.md)
|
191
198
|
- [AppApiRestV2CollectionsEnumsOrderBy](docs/AppApiRestV2CollectionsEnumsOrderBy.md)
|
192
199
|
- [AppApiRestV2FunctionsResponsesFunction](docs/AppApiRestV2FunctionsResponsesFunction.md)
|
193
200
|
- [AppApiRestV2FunctionsTypesFunction](docs/AppApiRestV2FunctionsTypesFunction.md)
|
194
|
-
- [AppApiRestV2InfoResponsesAnalysisTags](docs/AppApiRestV2InfoResponsesAnalysisTags.md)
|
195
|
-
- [AppCoreResponsesBaseBaseResponseAnalysisTags1](docs/AppCoreResponsesBaseBaseResponseAnalysisTags1.md)
|
196
|
-
- [AppCoreResponsesBaseBaseResponseAnalysisTags2](docs/AppCoreResponsesBaseBaseResponseAnalysisTags2.md)
|
197
201
|
- [AppServicesBinaryAnnSchemaTagItem](docs/AppServicesBinaryAnnSchemaTagItem.md)
|
198
202
|
- [AppServicesDynamicExecutionSchemasDynamicExecutionStatus](docs/AppServicesDynamicExecutionSchemasDynamicExecutionStatus.md)
|
199
203
|
- [Argument](docs/Argument.md)
|
204
|
+
- [AutoUnstripByGroupResponse](docs/AutoUnstripByGroupResponse.md)
|
205
|
+
- [AutoUnstripRequest](docs/AutoUnstripRequest.md)
|
206
|
+
- [AutoUnstripResponse](docs/AutoUnstripResponse.md)
|
200
207
|
- [BaseResponse](docs/BaseResponse.md)
|
201
208
|
- [BaseResponseAnalysisCreateResponse](docs/BaseResponseAnalysisCreateResponse.md)
|
202
209
|
- [BaseResponseAnalysisDetailResponse](docs/BaseResponseAnalysisDetailResponse.md)
|
203
210
|
- [BaseResponseAnalysisFunctions](docs/BaseResponseAnalysisFunctions.md)
|
204
211
|
- [BaseResponseAnalysisStringsResponse](docs/BaseResponseAnalysisStringsResponse.md)
|
212
|
+
- [BaseResponseAnalysisTags](docs/BaseResponseAnalysisTags.md)
|
205
213
|
- [BaseResponseAnalysisThreatScoreData](docs/BaseResponseAnalysisThreatScoreData.md)
|
206
214
|
- [BaseResponseAnalysisUpdateTagsResponse](docs/BaseResponseAnalysisUpdateTagsResponse.md)
|
207
215
|
- [BaseResponseBasic](docs/BaseResponseBasic.md)
|
@@ -272,6 +280,7 @@ Class | Method | HTTP request | Description
|
|
272
280
|
- [BaseResponseTTPS](docs/BaseResponseTTPS.md)
|
273
281
|
- [BaseResponseTagSearchResponse](docs/BaseResponseTagSearchResponse.md)
|
274
282
|
- [BaseResponseTaskResponse](docs/BaseResponseTaskResponse.md)
|
283
|
+
- [BaseResponseUploadResponse](docs/BaseResponseUploadResponse.md)
|
275
284
|
- [BaseResponseVulnerabilities](docs/BaseResponseVulnerabilities.md)
|
276
285
|
- [Basic](docs/Basic.md)
|
277
286
|
- [BinaryAdditionalDetailsDataResponse](docs/BinaryAdditionalDetailsDataResponse.md)
|
@@ -392,6 +401,8 @@ Class | Method | HTTP request | Description
|
|
392
401
|
- [LoginRequest](docs/LoginRequest.md)
|
393
402
|
- [LoginResponse](docs/LoginResponse.md)
|
394
403
|
- [Logs](docs/Logs.md)
|
404
|
+
- [MatchedFunctionGroup](docs/MatchedFunctionGroup.md)
|
405
|
+
- [MatchedFunctionSuggestion](docs/MatchedFunctionSuggestion.md)
|
395
406
|
- [MetaModel](docs/MetaModel.md)
|
396
407
|
- [ModelName](docs/ModelName.md)
|
397
408
|
- [ModelsResponse](docs/ModelsResponse.md)
|
@@ -448,10 +459,9 @@ Class | Method | HTTP request | Description
|
|
448
459
|
- [TTPSData](docs/TTPSData.md)
|
449
460
|
- [TTPSElement](docs/TTPSElement.md)
|
450
461
|
- [TTPSOccurance](docs/TTPSOccurance.md)
|
462
|
+
- [Tag](docs/Tag.md)
|
451
463
|
- [TagConfidenceBody](docs/TagConfidenceBody.md)
|
452
|
-
- [TagInput](docs/TagInput.md)
|
453
464
|
- [TagOriginBoxPlotConfidence](docs/TagOriginBoxPlotConfidence.md)
|
454
|
-
- [TagOutput](docs/TagOutput.md)
|
455
465
|
- [TagResponse](docs/TagResponse.md)
|
456
466
|
- [TagSearchResponse](docs/TagSearchResponse.md)
|
457
467
|
- [TagSearchResult](docs/TagSearchResult.md)
|
@@ -461,7 +471,10 @@ Class | Method | HTTP request | Description
|
|
461
471
|
- [ThreatScoreFunctionBody](docs/ThreatScoreFunctionBody.md)
|
462
472
|
- [TimestampModel](docs/TimestampModel.md)
|
463
473
|
- [TypeDefinition](docs/TypeDefinition.md)
|
474
|
+
- [UnstripRequest](docs/UnstripRequest.md)
|
464
475
|
- [UpdateFunctionDataTypes](docs/UpdateFunctionDataTypes.md)
|
476
|
+
- [UploadFileType](docs/UploadFileType.md)
|
477
|
+
- [UploadResponse](docs/UploadResponse.md)
|
465
478
|
- [UpsertAiDecomplationRatingRequest](docs/UpsertAiDecomplationRatingRequest.md)
|
466
479
|
- [UserActivityResponse](docs/UserActivityResponse.md)
|
467
480
|
- [Vulnerabilities](docs/Vulnerabilities.md)
|
@@ -0,0 +1,339 @@
|
|
1
|
+
revengai/__init__.py,sha256=Ypzho6MDQy_ZkqTfHe0ozhDdNrZXcShbMcI1n4jzuLo,77817
|
2
|
+
revengai/api_client.py,sha256=iLUSkA0MwnG5ZkOzQA9ryiKE5ZDNSvStT7CSPTferRM,27719
|
3
|
+
revengai/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
4
|
+
revengai/configuration.py,sha256=ypHXo2LQPDq-8FBtU_YUmvSHeeuD__7NR8IGbDPSyko,18798
|
5
|
+
revengai/exceptions.py,sha256=Bh39KjVBJ6zm7e8Bu7PIQShjJ4T7BbaVPO1jBpqpLdI,6434
|
6
|
+
revengai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
revengai/rest.py,sha256=Y7_gBLo-R-vhPyQhT3SSCMr227AhLVP5IKo7vIK1MeQ,9425
|
8
|
+
revengai/api/__init__.py,sha256=wb_I1_uPGuOpHRqI8Du_hX7lRTZiRsFjzigkA4S0-50,3121
|
9
|
+
revengai/api/analyses_comments_api.py,sha256=81i_fFB72HeoMCNg8pmLcPPf5Jo_ihfXvJHeD7F_teI,49624
|
10
|
+
revengai/api/analyses_core_api.py,sha256=QCd0qClV8R8D2XC0lWisFXxZN2XWS4UwtAbCH06G3Gs,183676
|
11
|
+
revengai/api/analyses_dynamic_execution_api.py,sha256=sgAWaHhWGqppJT1To7RrQnd8GvMzSSvznKpEXmnuNR0,77731
|
12
|
+
revengai/api/analyses_results_metadata_api.py,sha256=zEvfsJr7eqtLJ8CXesZ6qW0Ld-ZhquAtLSfwKBVOsNQ,90230
|
13
|
+
revengai/api/analyses_security_checks_api.py,sha256=tANkEOcjbtfifhqR12ROA_T2oGpipvUamuWKrXlTu1w,35740
|
14
|
+
revengai/api/authentication_users_api.py,sha256=NpFBoy03KANGSTRngoTSdHUBm6T4DzYVwGSpcymrelI,53807
|
15
|
+
revengai/api/binaries_api.py,sha256=gA3RPFQJ_bVEhPvjfq43Hd9CpiuQBtwii3IdIC9BmwI,66165
|
16
|
+
revengai/api/collections_api.py,sha256=QDRSrtXSRHXnbRLSZmFsvFN1lm6Ww83yzV0MuIRRzDs,89748
|
17
|
+
revengai/api/confidence_api.py,sha256=DWVvXv6saM-PAueXFSM4etfPWs7kl_0uPT6bti2oZck,50771
|
18
|
+
revengai/api/external_sources_api.py,sha256=Yhabfj-iELK1xB_zwbCOFFuwg98MoxEzd-W1-x3OPbw,66042
|
19
|
+
revengai/api/firmware_api.py,sha256=qURtrh3zYJMd0MOYbQPFlen7Z1IsYhKc940W2YomoaA,24199
|
20
|
+
revengai/api/functions_ai_decompilation_api.py,sha256=aBgfIAU1bm8y-xWT6Er3Mhw6Q2f-fK21ZjpGqwornus,109873
|
21
|
+
revengai/api/functions_block_comments_api.py,sha256=a7MlkVgz19boZQ9tdZ2b1QfqxAo7L51ehidoYCdld1s,35529
|
22
|
+
revengai/api/functions_core_api.py,sha256=xAnMn50jpMQTUrsOxiYbAz3rWjT_ZXpyJu8hz2tibAw,149971
|
23
|
+
revengai/api/functions_data_types_api.py,sha256=QDmLlro5TGbU-ovu2Y0kDfCALpN22b5Nbbbv3WPGnBs,73798
|
24
|
+
revengai/api/functions_decompilation_api.py,sha256=OukRNwTGa-zQobMlLSpwl45vBdJvfcMACsS96rAwpOI,83311
|
25
|
+
revengai/api/functions_renaming_history_api.py,sha256=SXvgebTOBiaZyShGVighGP4K137ySgTfP2LGvh9ONP8,47490
|
26
|
+
revengai/api/functions_threat_score_api.py,sha256=pixkKSCKil2KmuFom3tiNSQi3OwJJZbXBt_jDB020A4,23916
|
27
|
+
revengai/api/models_api.py,sha256=LUAdSEJHVzkGMNcDuqTmIxJMHw-Dg17hOaZP_GtrxGw,11368
|
28
|
+
revengai/api/search_api.py,sha256=rb2mYDu2fAkT2pPvA2xXTxHeIpdtdqpcty9fhzOxbIM,65884
|
29
|
+
revengai/models/__init__.py,sha256=pigQaC7VU58ZW-aoF91UCtTksFc0EGPNUFKOYb0JQzI,47623
|
30
|
+
revengai/models/addr.py,sha256=x0uO3kHPqrCbHy_diBAyx6ZdFMjqQ4W8oJjEhFyuwqs,4836
|
31
|
+
revengai/models/ai_decompilation_rating.py,sha256=xy5hshHStdbWsCHeEFU9OxUOUIPnrMq-Vlwd8pCIH5U,747
|
32
|
+
revengai/models/ai_unstrip_request.py,sha256=9FuOQ-xvfpXh4AeVce04kNpgg-Yn1tTTpbNiV7jwJOk,2645
|
33
|
+
revengai/models/analysis_access_info.py,sha256=dPXdQ5M72m1W0d6vrZC0tF6I7Fv4dr-ZRjwjKIM8pN0,2549
|
34
|
+
revengai/models/analysis_config.py,sha256=xwUfimzXlHGvmNhW0ay-ImTNoB0sQQHqbwHxRJxqC38,4910
|
35
|
+
revengai/models/analysis_create_request.py,sha256=xlTjAjoowzV7FPj_FHNAopeZWG1_osC2fWTwhKTE-5c,5559
|
36
|
+
revengai/models/analysis_create_response.py,sha256=fC1D_IbN1VsaKJJjL89VjLzJVXOiWFESy7t5RbGXbEg,2677
|
37
|
+
revengai/models/analysis_detail_response.py,sha256=47xx3pwfVuTKzl1F35sDa_AWXZ41ZIcW93PrtXzSKSM,4219
|
38
|
+
revengai/models/analysis_functions.py,sha256=uu-064mnLg1H2-2OeN1O6BXxYY7GMlZ5Z9kN6pKAr9Q,3116
|
39
|
+
revengai/models/analysis_record.py,sha256=O2mKndoO8K45g_PHu50riOulOJo-oq1qR-QWs8KkyOU,5062
|
40
|
+
revengai/models/analysis_scope.py,sha256=Msm4vtGP_1MJ3RR0rae8LZgs7yqNdrj4CEJ1V7vOW_U,717
|
41
|
+
revengai/models/analysis_strings_response.py,sha256=Z3WdNN4o09KRRQrUVm0dEcxj1sUSonXexVO-zcAx9ig,3226
|
42
|
+
revengai/models/analysis_tags.py,sha256=YGF-wU2prlx7fwkqo1cGDoI-9Z4c94tC_eD_oT0-C4g,3712
|
43
|
+
revengai/models/analysis_threat_score_data.py,sha256=_rOVT-xalr18w6hvMLmg0swUW7CUjpx5CSOysPqzRJI,3549
|
44
|
+
revengai/models/analysis_update_request.py,sha256=d9qU3I_zrDVcgcCsIdbrMqAj4Q66-XzcwXXBncCBKiY,3452
|
45
|
+
revengai/models/analysis_update_tags_request.py,sha256=lpOGnRPpECx6plOhs5EXRNwMNuNtWrJYqkE_ok59YLI,2485
|
46
|
+
revengai/models/analysis_update_tags_response.py,sha256=p5cdqQlzNjbpeRU2BzU39ILB2rxA618-iFe7W8l9f2o,2985
|
47
|
+
revengai/models/ann_function.py,sha256=0x6GOjpeh87X8dbm0DE7e6t0ZEiDmbFvQ9KUlkbm9MU,5175
|
48
|
+
revengai/models/app_api_rest_v2_analyses_enums_dynamic_execution_status.py,sha256=VSHVu57qWYihcHP1rCR8SZ8pacSHgzqotJJLABW6NLw,854
|
49
|
+
revengai/models/app_api_rest_v2_analyses_enums_order_by.py,sha256=Tcqmg1jXcqAbBFu_dbhc6EhNG1wJCwWmlZUwKk1yNDY,788
|
50
|
+
revengai/models/app_api_rest_v2_analyses_responses_tag_item.py,sha256=CFcgk47ib5MwUswnnqwa8x4TY_8uYNqDZ0A4gOp9Ycs,2970
|
51
|
+
revengai/models/app_api_rest_v2_collections_enums_order_by.py,sha256=dLlAI2QVRfE6TI-Yc28-gnoGBMcDeH1Go8kkbZpXzig,895
|
52
|
+
revengai/models/app_api_rest_v2_functions_responses_function.py,sha256=iUpIwBtYS1TK5pw1A7fADYCOOIBHLBPcUvRSj-KhWZE,2676
|
53
|
+
revengai/models/app_api_rest_v2_functions_types_function.py,sha256=HnvH99bsKMvbz2oywNy56xHYGdL8xuiwg-1qRXP_6do,3918
|
54
|
+
revengai/models/app_services_binary_ann_schema_tag_item.py,sha256=GVcYXsy-oZq97WCWLbxyZzvqoT4jK4_K_NaJ3-zSfI8,3026
|
55
|
+
revengai/models/app_services_dynamic_execution_schemas_dynamic_execution_status.py,sha256=AqdIDF18S-EvD7r-4k5Y2NLMETRp_1qnZ0rFBHILsFI,2611
|
56
|
+
revengai/models/argument.py,sha256=Sp_c1003dM1r5iVhhN9p6KOb4Si-alrUN8u55NG27bA,3197
|
57
|
+
revengai/models/auto_unstrip_by_group_response.py,sha256=Vodzz3LBTJrXqtQLxSY4PVVmojXVVf6U4nG9lYJcwDk,4852
|
58
|
+
revengai/models/auto_unstrip_request.py,sha256=7pOlMMgEZARGYN3vP7NWvx2iGidQwyzuhXizSS2UNYU,3050
|
59
|
+
revengai/models/auto_unstrip_response.py,sha256=7kFtFgsTR21G0givXbGT1zhLg4imsDRTdEOMpB9Wjtw,4433
|
60
|
+
revengai/models/base_response.py,sha256=Y4AhpMWIJQZIfDB0JWaOwYT-6ZLlV-QOE08DRsEK980,4575
|
61
|
+
revengai/models/base_response_analysis_create_response.py,sha256=2GatVssTFuGYTElw23EjyMLQXkwb80BwIED-NPWgjP8,4731
|
62
|
+
revengai/models/base_response_analysis_detail_response.py,sha256=AYPi73-F9H_kIh2Sp7xvar29il4t-K59SqKqhGEOs8g,4731
|
63
|
+
revengai/models/base_response_analysis_functions.py,sha256=7xwyO8PQgoHJx50VjLjmwI3WJOsDTbVCPmJjYpz31GM,4690
|
64
|
+
revengai/models/base_response_analysis_strings_response.py,sha256=sVNW986zdXVm1uH2XNPYYN-5Y4o-BJ45qSddE50mRo8,4739
|
65
|
+
revengai/models/base_response_analysis_tags.py,sha256=Otw3vnVB1SSCQnDJ0198ibjm3JDE7ZVmarQST6KMmrQ,4650
|
66
|
+
revengai/models/base_response_analysis_threat_score_data.py,sha256=l2agFNbErLKgUyZxgUR9EUi4T3wNXDyCatMPHmhwzA0,4740
|
67
|
+
revengai/models/base_response_analysis_update_tags_response.py,sha256=p4mbqOeqC9ad9TlDOlULyIG9tHIh7hIlx-S5o1kMq1s,4764
|
68
|
+
revengai/models/base_response_basic.py,sha256=XDHPLN7Qx-8qrDXE2qWtDjmYaOrRDvuUPPxOLXbZsw8,4593
|
69
|
+
revengai/models/base_response_binary_additional_response.py,sha256=DwhEixxyE9tx93laLpQM4jCp0AxclkoR3GO7ulXJ9mI,4747
|
70
|
+
revengai/models/base_response_binary_ann_list_response.py,sha256=8FQU56t0lBlhZEqcQ0Ydd5f1HrgxZW45XSyXM11M7CE,4724
|
71
|
+
revengai/models/base_response_binary_details_response.py,sha256=BjXebPupS7DdYlW2nompU3-Wo3YN6pRrxl0g-MG0hM4,4723
|
72
|
+
revengai/models/base_response_binary_externals_response.py,sha256=56TrZjPCGhkaHOj3pKwPCEADiLrOrxrBafVM2opQC_I,4739
|
73
|
+
revengai/models/base_response_binary_search_response.py,sha256=r4u50OmZok_-waBF5adYaaB8CVimtae9IdSSssCxDEs,4715
|
74
|
+
revengai/models/base_response_block_comments_generation_for_function_response.py,sha256=wuws_BgAQmz6MlSlcloIasKGGM5iwQOw4PWWzUwX-CU,4894
|
75
|
+
revengai/models/base_response_block_comments_overview_generation_response.py,sha256=XCPqoVy325m_8LKSaQRzWUkmv-r3LJ433sVLR1BQmCQ,4292
|
76
|
+
revengai/models/base_response_bool.py,sha256=7x-4QMl-E6LekA8EHFtOnARtBgNDc_SEsztx5s4nDcM,4347
|
77
|
+
revengai/models/base_response_box_plot_confidence.py,sha256=H0cc7_YZ4kBW-B_-kxni3bscFh5pG3jaVFP1VMI4HYs,4691
|
78
|
+
revengai/models/base_response_callees_caller_functions_response.py,sha256=arIyUVfQdghnzFLNaKzkp9lVUegtnP-b9FW6mKorC0c,4796
|
79
|
+
revengai/models/base_response_capabilities.py,sha256=P4rQz3DbPL-oUCCSRfGBmyceagp1jFyJVd7QGAkqJ3w,4649
|
80
|
+
revengai/models/base_response_check_security_checks_task_response.py,sha256=m-8OfdR139GAk76cacoB0km_9q1A_MWjMp3UzBr467s,4805
|
81
|
+
revengai/models/base_response_child_binaries_response.py,sha256=f9BO86pBVbAULSmbgNSJ-cl_8CExcR9VhQaROJeCruM,4723
|
82
|
+
revengai/models/base_response_collection_binaries_update_response.py,sha256=MPVJ5XEcnCXjI4JJj9LQziYZOTmso0zzofhV5YO-qVU,4812
|
83
|
+
revengai/models/base_response_collection_response.py,sha256=oUA6urzuG-zugPlHZaiha_nSNzfrzQEQ-5TvLobw6nk,4698
|
84
|
+
revengai/models/base_response_collection_search_response.py,sha256=yG0lVN0NWfGkMwzmZmxBJq72JKmE5er2YV_9PpfdViU,4747
|
85
|
+
revengai/models/base_response_collection_tags_update_response.py,sha256=KSxQlVsG1f05ShuLjXWCT802mXqrkVg9nG9RjWTmLng,4780
|
86
|
+
revengai/models/base_response_comment_response.py,sha256=N_86Wd_lbjgf8HnnTzqY1QLMlse9tCRHkOJPOziTBSw,4674
|
87
|
+
revengai/models/base_response_communities.py,sha256=pijoXDPx4vGaWdiMlJNA1gwkFEM4mpjnSaXI5xb11mk,4641
|
88
|
+
revengai/models/base_response_created.py,sha256=nH38HuXA9lkb-ug06kdFXi7veTMzcYWWaRtddscsHtY,4609
|
89
|
+
revengai/models/base_response_decompilation_response.py,sha256=KNnSMzhtJbVIcaNW6DuEJwyh6ILrhG-X8IQcN_8arTA,4722
|
90
|
+
revengai/models/base_response_dict.py,sha256=VSUzwDOv6y01G2JYJrHM-iAKbR77sX5i1pBTiV4wFBU,4351
|
91
|
+
revengai/models/base_response_dynamic_execution_status.py,sha256=l5U54_OrhEGZRd3AfasLxUQk_rc5Asl1JYgRglWFO2A,4872
|
92
|
+
revengai/models/base_response_external_response.py,sha256=KIxIsEkvadONz5-RbcmzAP15IpLiHyw6kAoQVLNEUb0,4682
|
93
|
+
revengai/models/base_response_function_analysis_threat_score_data.py,sha256=gUNYChCwL9W9uH-tOe44ypZEeXzMDa294xbnHhthOmk,4805
|
94
|
+
revengai/models/base_response_function_blocks_response.py,sha256=Gm2h5OfvgkYWpfNuZtQFGkWo5nZAVtBE1MMO5oKCJtY,4731
|
95
|
+
revengai/models/base_response_function_capability_response.py,sha256=UtKWYMT1KXn-ZsG0JgzNZHLsAfLlOeD4ytmjzAo88iA,4763
|
96
|
+
revengai/models/base_response_function_data_types.py,sha256=oBK95QImmYJOqj-zTfU4w7BHvxW9SZN_dji8tZY5H5c,4691
|
97
|
+
revengai/models/base_response_function_data_types_list.py,sha256=3k44BodyKX9x1JygomXXUOOgYoAWrsemShxmuq8Jji0,4724
|
98
|
+
revengai/models/base_response_function_search_response.py,sha256=CP0q4WG83c9dgGEkWPlFWmpG1Ch6TA7FqAnUJ7UPwXI,4731
|
99
|
+
revengai/models/base_response_function_strings_response.py,sha256=Qfc7fE_HGfyomtT8JB6IrJSJXF6FLde_i8uTnRz6Tdk,4739
|
100
|
+
revengai/models/base_response_function_task_response.py,sha256=dEjgM9vDzTB7htQw0tCUr2MjUs-JsATYQxoc0rqmAOA,4715
|
101
|
+
revengai/models/base_response_function_threat_score.py,sha256=7HZA3qDn-v2483JG9LK8pjrbzFcGfTseswsDTUm2jP4,4707
|
102
|
+
revengai/models/base_response_functions_detail_response.py,sha256=nNiBj769f1lToHq-KLzNPCcI_v0IolEtCbwS_yv5RrY,4739
|
103
|
+
revengai/models/base_response_generate_function_data_types.py,sha256=jP8RRJWIOh9XVTtU2CscWNbIdu7EZkvQKcjcOP2ZgbY,4756
|
104
|
+
revengai/models/base_response_generation_status_list.py,sha256=jZeO_is1ppoPNGTqzeoMxQhSbOfT0cItZ8zie6uJnsQ,4715
|
105
|
+
revengai/models/base_response_get_ai_decompilation_rating_response.py,sha256=16Yugz0m1JbDOS6WuTY9iQ1yYFeQG-EIRJirMAiUQeA,4813
|
106
|
+
revengai/models/base_response_get_ai_decompilation_task.py,sha256=e4c1BCbA3sy2jWeKOZDJwJ4Fq_AJgSrkQPDqQsOOsds,4732
|
107
|
+
revengai/models/base_response_get_public_user_response.py,sha256=O8nPFWeg2lts1eGmL-cZ_7OnRax7jocom65abu8rINo,4724
|
108
|
+
revengai/models/base_response_get_user_response.py,sha256=VTL5dpZqrsGVOOIpFdNyFlKOHzwfllyLvReZEw4XtYM,4675
|
109
|
+
revengai/models/base_response_list_collection_results.py,sha256=ic7bMZ4rpWcxWJv-ooL5M6ki0JYxBf7PByOR4W6YAso,4723
|
110
|
+
revengai/models/base_response_list_comment_response.py,sha256=ZKZ3TlIDKbe5zQ57Hu_QgRunqzQ5gBRoZ7AF9WbJDaU,4872
|
111
|
+
revengai/models/base_response_list_die_match.py,sha256=FBficRAR_suqvHZmuyoXY-qRoO2JTRWlbUGS1o-9Uc8,4816
|
112
|
+
revengai/models/base_response_list_function_box_plot_confidence.py,sha256=88fJnz0FORphveT6glRD6RzUaI3ZVVzNJ3008edrCi8,4954
|
113
|
+
revengai/models/base_response_list_function_name_history.py,sha256=gtppHzeMIFW65nx0WRHmKcttpVqWr19mQgqxi-JHp6Q,4905
|
114
|
+
revengai/models/base_response_list_sbom.py,sha256=pFKrn0EiSFrAa7eP-G7yn77y5MXLPwZhS70jN-smIkM,4783
|
115
|
+
revengai/models/base_response_list_similar_functions_response.py,sha256=i5JGaeI7Rd_etoIioiERWSheBBk5Jbm39n9VyJqn2AI,4945
|
116
|
+
revengai/models/base_response_list_tag_origin_box_plot_confidence.py,sha256=tEdcOKkQjCT51XwHc3BFnyCXHZ-65O-CtDO6ulte-9Q,4963
|
117
|
+
revengai/models/base_response_list_user_activity_response.py,sha256=y5ei9yv3SMlH3S5PAx3zq0rsitEl5OxKepgXZQpVWmQ,4913
|
118
|
+
revengai/models/base_response_login_response.py,sha256=14RjwXoBvHpMVO1SF6wlPzEj3m0crm-Pq7lJmopSpgc,4658
|
119
|
+
revengai/models/base_response_logs.py,sha256=FjK6vjt5OGfiR85mso9i7sqxE_pf6JBswjf1BtVFlKQ,4585
|
120
|
+
revengai/models/base_response_models_response.py,sha256=z7wJ1sid4RbP4cRpBfVGGJ-zlcUdsgRAtJqeGEHOM3w,4666
|
121
|
+
revengai/models/base_response_nearest_neighbor_analysis.py,sha256=j2aNthSmGsQg6rBDvr19w60xASQi31rNiLkJKv5clt4,5027
|
122
|
+
revengai/models/base_response_network_overview_response.py,sha256=XI-CtYijEHpKVkE2mQX1gPCEGyWaFf6rQNw-3XsEPMc,4739
|
123
|
+
revengai/models/base_response_params.py,sha256=bMlwAjvZ8HZ4aPR3pRApAL2_BQaebvBvoD-PWkFRRWk,4601
|
124
|
+
revengai/models/base_response_process_dumps.py,sha256=S2pw8qbvbE-S967s0SDbtdPEL7pp92x4gpR6ReLYL5Q,4650
|
125
|
+
revengai/models/base_response_process_registry.py,sha256=pncC78p-pyPTpkLJ9-Sz8QQ58TYpy4bhMl-wpzrvOpY,4674
|
126
|
+
revengai/models/base_response_process_tree.py,sha256=0YLpEaYzj92anbrbcWee8RdMsiUGwiuT8xf0dfd1NCs,4642
|
127
|
+
revengai/models/base_response_queued_security_checks_task_response.py,sha256=hoVbGtCl1qhvO30vjqwWvXJw-2ubNYdjRhKNkCIcGJI,4813
|
128
|
+
revengai/models/base_response_recent.py,sha256=Mlc76F6KVX0J-WFUUZUw6GOgmFSBaBpE-rMGcC36lgM,4601
|
129
|
+
revengai/models/base_response_security_checks_response.py,sha256=7JWTJIehL5EQQZ83u3ZqJvvmPVMnJiKL5b8I1qvRQeU,4731
|
130
|
+
revengai/models/base_response_status.py,sha256=EUU8ro9aFy9GmZnchkLSxF3cCoWtViOzoGCTvfpe_a0,4626
|
131
|
+
revengai/models/base_response_str.py,sha256=GGvS6zv7-XKU1iGJUMgXnBnQGNtTKxdV4DWutNfXxDc,4342
|
132
|
+
revengai/models/base_response_symbols_info.py,sha256=O4bpwmKpNVHHisnTdQKFZXVQ6tcXicwsfisW4s3grsw,4642
|
133
|
+
revengai/models/base_response_tag_search_response.py,sha256=eaber--ar8ZW3jn54b1_CmbBaGxeDKb7NegVvRtfess,4691
|
134
|
+
revengai/models/base_response_task_response.py,sha256=PkJ2NMQ-5xhB3FtsJvGTri83E4C12XRSrd8M14qFFKE,4650
|
135
|
+
revengai/models/base_response_ttps.py,sha256=Si23Rrm9LgPl83Rp0Hxco9eOSqcFBAFXZ0XzQ560swo,4585
|
136
|
+
revengai/models/base_response_upload_response.py,sha256=sGrRF32yL6c93kHSAzziGuL0XCnXLifmGB-NGlFu8nU,4666
|
137
|
+
revengai/models/base_response_vulnerabilities.py,sha256=5s2Nj2K1oQqB7AQEvMVw0QfC0mlUAGIRaXq55r0nXsw,4673
|
138
|
+
revengai/models/basic.py,sha256=7LxLj3d17MmM_xUoQ514fJ5zSfcCUngMJHeAqzZTqz8,4059
|
139
|
+
revengai/models/binary_additional_details_data_response.py,sha256=HPN6JNkCIzMy87t4UwT6HzxDKKYJJU_viyq0ahBcQ9E,3821
|
140
|
+
revengai/models/binary_additional_response.py,sha256=4s_LFekJedXKWjUZfeLIigOC_dVL8JOqmjF-9x8CyMw,3527
|
141
|
+
revengai/models/binary_ann_form.py,sha256=g-aV3asoAue4ONseIVa1TwxfNBOjWWAm5LGo3u0DFPc,3337
|
142
|
+
revengai/models/binary_ann_list_response.py,sha256=zXhTQltfmDDP4evgr270nC9lJAnoTB6YS43O3doxTn0,2952
|
143
|
+
revengai/models/binary_config.py,sha256=PdZJcsXX7CbPEkIcOh2jUR_FuBhjl0JsLSZ62HgS8aI,3411
|
144
|
+
revengai/models/binary_details_response.py,sha256=RJTgoi03NMrmZqjEaXN_qMT9fktxl10XOcRrSsr89bg,4214
|
145
|
+
revengai/models/binary_externals_response.py,sha256=v-JF3YgIbLyD_SgKUXpRDF4QAInP2Oi5c-2KUXQOY2c,3131
|
146
|
+
revengai/models/binary_search_response.py,sha256=z7h7gS3VNuqeQZupuQNg3WG-Br34aGC29JvX4QSaYGo,3019
|
147
|
+
revengai/models/binary_search_result.py,sha256=Bak_GdQ6-DGkOC0Z8LJb04XPeenkAMDSPGMfRd_Hckg,3804
|
148
|
+
revengai/models/binary_task_status.py,sha256=OD9SE1-_OPfqb-Xqf8EkQ6Vn8W4gAci7WkCDIiMxTNU,814
|
149
|
+
revengai/models/block.py,sha256=AI0IDZo2adzWsGlDF4__WHWRRvQE2YK1D33buINpR1M,2443
|
150
|
+
revengai/models/block_comments_generation_for_function_response.py,sha256=JG_UPtvnf9WPzpv0SoOdEQwnFXEvQXX32k4wHe0FJao,2587
|
151
|
+
revengai/models/boundary.py,sha256=ltEgKh0hO9sDRHGV8r4ry2vKoc6xln6jh5trETAmR1M,2765
|
152
|
+
revengai/models/box_plot_confidence.py,sha256=Timnw5VzS4ZJ8XfcTdO8JVDSgz6JS7g6EpF3n-EbtPo,3159
|
153
|
+
revengai/models/callee_function_info.py,sha256=sdK6GbvQ_vcSNsN3zsNdElyHyzM4aCUUI_HQ6UseRNU,3791
|
154
|
+
revengai/models/callees_caller_functions_response.py,sha256=J5CNOBtmQ9hAbpBW_U6MBdiivz_9gW8u1pduV5Qp9D4,3967
|
155
|
+
revengai/models/caller_function_info.py,sha256=k7wvjZyN_LER9cOoyKRUGr_zNoLdfHrlTPT1UiuCVis,3793
|
156
|
+
revengai/models/capabilities.py,sha256=nObfmN96mTg0qoBXHDyaI6snXtWPlqFY1B7xpUiFRRY,3029
|
157
|
+
revengai/models/capability.py,sha256=_43SGJwBogCCmjOqHaNmOyz2Ce7mwo8194j_9Lsd2gA,2915
|
158
|
+
revengai/models/check_security_checks_task_response.py,sha256=QO2YvcCvLaESmbYdsqLrMNBEWg9riPHdSJhN9W77wT4,2571
|
159
|
+
revengai/models/child_binaries_response.py,sha256=DXnLHKGagLM21BVN9xHiE1nHrQbaTCOfdEzLStQOZM8,3636
|
160
|
+
revengai/models/code_signature_model.py,sha256=kyxSq9iLLqKSfWp0O_ly8HCfLjDawNro7wz9kSUAqnM,3212
|
161
|
+
revengai/models/collection_binaries_update_request.py,sha256=pXK232Z7Kqbs9V5-2vDFrMZ4Gm2FrL2HeRC1iXDIvOg,2525
|
162
|
+
revengai/models/collection_binaries_update_response.py,sha256=dAIbAIKGhsGuborYmDWLqczVX7TTF7O74S9LNGJWiaI,3097
|
163
|
+
revengai/models/collection_binary_response.py,sha256=WtRcEEok8Tue9RXzeC8_h2pt1GojSQ1JFXQCboTq5tw,3221
|
164
|
+
revengai/models/collection_create_request.py,sha256=x-mvBkQWnNrjaiCkWn44Hrjpn3GnzeMYnHX1rxVU88s,3513
|
165
|
+
revengai/models/collection_list_item.py,sha256=Bg_2HWG7JREq9vML545CZSjJLrIeWzaXN9Yd7-C86ws,4380
|
166
|
+
revengai/models/collection_response.py,sha256=6THu-v--2jO5iIU_kX2i7d846zmkWR1zc7UxupyQEGk,5084
|
167
|
+
revengai/models/collection_response_binaries_inner.py,sha256=8NXoOwkn5pL5OxybyORBxD4xdX-qDvz9WnyC58ZrX2g,5090
|
168
|
+
revengai/models/collection_scope.py,sha256=xCLJrLgQUBoBagI0z-ZGBi9MhT_rcvalnkWtWSoGqbo,769
|
169
|
+
revengai/models/collection_search_response.py,sha256=5jmyzGLd6AFb8gv717pS5ldzf0-cz0zPHSENQFjJzr0,3051
|
170
|
+
revengai/models/collection_search_result.py,sha256=atn_jWiTFNXyfw6Y2j4YFtsouHr6BCRNeeCTfB50ZnU,4625
|
171
|
+
revengai/models/collection_tags_update_request.py,sha256=iCct_eBq52ePbnRe7r8jKVhSA4Tm5YWNzCMBMGT5w50,2493
|
172
|
+
revengai/models/collection_tags_update_response.py,sha256=Gg0gopnKIZL7nzJ-ARB15O9RUCxQN9mTcn_U5MHbmhg,2543
|
173
|
+
revengai/models/collection_update_request.py,sha256=KZDwQO8erjZUWBCpDolhNt5-QmHK7JnqOGej67EgzIo,3566
|
174
|
+
revengai/models/comment_base.py,sha256=YfNpTdOeurttMYRiQOM7Nabja1nOs3UzAJe0VfxumXc,2486
|
175
|
+
revengai/models/comment_response.py,sha256=kTsDpj2OnnTVBvEAq0JTbhpFV_R60xDYC7X5fU3GTwg,3628
|
176
|
+
revengai/models/comment_update_request.py,sha256=le06OnZij69XkDv_joe8zYURAqF_wlbaK8XxZGl8W0U,2522
|
177
|
+
revengai/models/communities.py,sha256=mFAYrlh_Q9DPk3WMDQb5-EyoRJNApNNJKM7sMRjehWE,3921
|
178
|
+
revengai/models/community_match_percentages.py,sha256=RURqEwE3Ge-weoypywqdbmx87nekGYWWCkwiHkLk0hI,2985
|
179
|
+
revengai/models/confidence_type.py,sha256=FRHt2EK30BLzmXMBgNy4HmDOa5s-10uDStbkc5PAcio,842
|
180
|
+
revengai/models/context.py,sha256=0hhzRNFs4r65J1IByFMdno4acEqkZEdzm1_QE26mSzs,5125
|
181
|
+
revengai/models/created.py,sha256=h-jRGWmb7iG8-N67jmkvVCLpX2X1bnKkkHabVdYDUPQ,2834
|
182
|
+
revengai/models/decompilation_comment_context.py,sha256=oSwPR6jbW8rfKYxNw-LOXRdl7Zhhghj9DX0cThCQdc0,3060
|
183
|
+
revengai/models/decompilation_response.py,sha256=ICDB_PXicE3NHCpq2pWoyboN23XD2NHK3EEyiRLHmAA,2724
|
184
|
+
revengai/models/die_match.py,sha256=os1BdyV9mNLi-OmFHLLLqhsR2mzqWfM8iq4PCu-zI_Q,3051
|
185
|
+
revengai/models/dynamic_execution_status_input.py,sha256=eIoVRPOIPjPU35DpbZwMfhL1iJOAPC_nIAqU-YG4Jyk,814
|
186
|
+
revengai/models/elf_dynamic_entry.py,sha256=0mYCZNYAKNwBcHiKEXbVEtPRV86KYzpxWBmQTL46vsA,2515
|
187
|
+
revengai/models/elf_import_model.py,sha256=kFJT9ErR7mLcukHdjVu37FfKdbN-RWuHrRUIj5p6tSA,2581
|
188
|
+
revengai/models/elf_model.py,sha256=PUW01b--jqHRGSkTJvC9IGcns63UZmS2KpDPrd68KpY,7772
|
189
|
+
revengai/models/elf_relocation.py,sha256=Z26woyoM4mJR6s2uH-fbUmhVpxJaXWjZtXgM8lu9ysk,2938
|
190
|
+
revengai/models/elf_section.py,sha256=7xfXYBlJMF2zDJ6pJ_q6BuQoPTcDVJhmb6bCGerEzvY,3231
|
191
|
+
revengai/models/elf_security.py,sha256=CUQx_wkqiT5MdL97b5iJmMe1py2XgEcyKNbH62HLpJ4,2701
|
192
|
+
revengai/models/elf_segment.py,sha256=m5r9FUZQzxrdCNUo8QWCy-YB7xogmRabgGgCPG-L1dE,3182
|
193
|
+
revengai/models/elf_symbol.py,sha256=m9dPmtuoXfXDTcPmUKpFPx5ztQHaIAZOBMVr-fVH1C8,2892
|
194
|
+
revengai/models/entrypoint_model.py,sha256=XhKk_VKMzm6dmhbuNLf3c6Y-20rrd3iL-86FAl-BV1k,2555
|
195
|
+
revengai/models/enumeration.py,sha256=DdBjK7WMNK-6wQWj-iCjVUfcuUjB4a00sgk093DEXNA,3202
|
196
|
+
revengai/models/error_model.py,sha256=E_OinWSeQLWjehQFxnzA32c3PILdaWCV4K1fmwDElvM,2496
|
197
|
+
revengai/models/export_model.py,sha256=tT047lqZBfZZGyeHrbNt8U4xSy_NNNttEQY-jLO9HME,2569
|
198
|
+
revengai/models/exported_binary_ann_result.py,sha256=1jCwYhP8TmnKQH30-JFNsJDJWA3cEOBEFZd4nyikX2Q,3900
|
199
|
+
revengai/models/external_response.py,sha256=sfyTfwzS6lxCNu8axPHVQ9HGOzrhOOAoajuNcr0cYZM,2671
|
200
|
+
revengai/models/file_format.py,sha256=OtZ8umXZbc3MSx6LkUAq3DrMyth90u6OKK151huxfMI,710
|
201
|
+
revengai/models/file_hashes.py,sha256=fB_yYfZ0K8MK3aE4D6icIX49j_js0v1IXP4O5OuFdtY,4708
|
202
|
+
revengai/models/file_metadata.py,sha256=EPX_DxNZD2QmPDZoEz6DE7sdCB_MYATZIY_dtA57GfY,3003
|
203
|
+
revengai/models/filters.py,sha256=yqLCDVF6LaH79rM87UIMy7zxcbublUbwucoW_KjVcs0,807
|
204
|
+
revengai/models/function_analysis_threat_score_data.py,sha256=ZnStMNbTYpj-ZhB4ZTnNXfcvjps6MtdboU5zGGt7GNI,3581
|
205
|
+
revengai/models/function_block_destination_response.py,sha256=azWmnvcAPgWDqWhif9xEu4rTkPc-AODOkeg0GZStlgw,3179
|
206
|
+
revengai/models/function_block_response.py,sha256=wjRO_5CjmoA0NF2hgLZFyqNeEo2IK1ASQNpe_2ftfXM,4009
|
207
|
+
revengai/models/function_blocks_response.py,sha256=fgU-In5yNXxuwmgx_I4japA36YiDbrWinDxafD8zElw,4896
|
208
|
+
revengai/models/function_boundary.py,sha256=LHG_iFzizh1ymtJy1eoRfCRgXt7rRE3wAMFCJlJ2qN0,2648
|
209
|
+
revengai/models/function_box_plot_confidence.py,sha256=TPQoFvv7tvspuC2OBbUGsz4CViE5a2sMaqRwR4RRUnQ,2901
|
210
|
+
revengai/models/function_capability_response.py,sha256=kHOK_pUwYKG987whuFpQVCJGzLGwOpVqbjzB0Fl54Y0,2584
|
211
|
+
revengai/models/function_comment_create_request.py,sha256=U0zN0px2FfyXKN_zxcg8swNy1efmsFfzAy5gLB_Pc-8,3081
|
212
|
+
revengai/models/function_data_types.py,sha256=ktKz3DSVlogfMVF6DEgv6rRiEdNdLnI7OOzzmGSJN6E,3777
|
213
|
+
revengai/models/function_data_types_list.py,sha256=iWr1UJLRVLCakRKLBhZVQgPQ0Vyb_cKk-qk-0wvmPtc,3563
|
214
|
+
revengai/models/function_data_types_list_item.py,sha256=cj2K5r6TPYFQXMNO21XATHn-KpyD7E5Mlh728P-VLbg,3937
|
215
|
+
revengai/models/function_data_types_params.py,sha256=OdByY0YkBJQk9Qjc_bFkltOD68x0y1BoUIHCHZMYGMM,2588
|
216
|
+
revengai/models/function_data_types_status.py,sha256=NIil6lzTCDu8mL_d49JGC_aXHvYq5TiKbOozhjPzjIE,2870
|
217
|
+
revengai/models/function_header.py,sha256=ecJMgAquHdE4LzCMTPshRgiafLYMRVHhkoaj5SRyotk,3768
|
218
|
+
revengai/models/function_info_input.py,sha256=9o9O4MQsnEvLZHE_YBDg8A5364gCw-IX558cZSVVw6k,3748
|
219
|
+
revengai/models/function_info_input_func_deps_inner.py,sha256=Se1FPEfdSq4lISAB-dGiU23vwXmfE2yx7BjrnzZDOyo,6341
|
220
|
+
revengai/models/function_info_output.py,sha256=ZpEkGu8c58kEpwMKINDZdK_FgUXOtZKtL9SR7XiZcQE,3756
|
221
|
+
revengai/models/function_local_variable_response.py,sha256=_3IdlIQypmGJ3pCCAxZ4AB0g2Jcj30C5vQF8AwxtLLM,2782
|
222
|
+
revengai/models/function_mapping_full.py,sha256=zpULhspFkOBGcYIUFtjFcc0wtek3JlmKwLb9sBvKL98,11997
|
223
|
+
revengai/models/function_name_confidence_body.py,sha256=pLoRa1bQ5dPYfz3lVQ7H4AbYF_AFGRCPMUEuuUHmeoo,3464
|
224
|
+
revengai/models/function_name_history.py,sha256=3xR6-WyMjLKwTka_eJbE_hVVa0m7jl_yBQIXxeKOs6s,3314
|
225
|
+
revengai/models/function_name_input.py,sha256=1omvbG4ycB_hQySAobz2siuF1w_o3Xt7jjeZtmU_GtA,2587
|
226
|
+
revengai/models/function_param_response.py,sha256=FGIJR5vGWoFdIp3rJ6P43j-ldrM0diLte549aJmMQ8M,2746
|
227
|
+
revengai/models/function_rename.py,sha256=PmOGj6zaGEo4WmCV5zMfFzzzt5gQyXpt4_e9BYyp1Bo,2963
|
228
|
+
revengai/models/function_rename_map.py,sha256=kqMQnEsuEmnvAwVW1_mCO0fHfXkmKsbfta8DHW6Esm0,3135
|
229
|
+
revengai/models/function_search_response.py,sha256=EPtGwuWe0WuSa2_RS5xSU2wqgrvx3nRtT79CXxrSkkk,3035
|
230
|
+
revengai/models/function_search_result.py,sha256=qfLX6OGvrwuE-rml0vaas1r1-0jA2U9644ykuez4YnI,3536
|
231
|
+
revengai/models/function_string.py,sha256=JfClYKsbbMgUpASx3jkxfNrcFA24qvWUi-705fxibII,2634
|
232
|
+
revengai/models/function_strings_response.py,sha256=MOfNr3sZ9MLIUqZ6GN9Q56rs_h_yaJUcLNypc8BL_NQ,3251
|
233
|
+
revengai/models/function_task_response.py,sha256=z0QSLpjjGgvDOboCn98DWLAfTND9S0Mu5GTMiWaiDFM,2924
|
234
|
+
revengai/models/function_task_status.py,sha256=rdG8IxAY-8ZUlnJJK5nDKGZY8GJxpIR2wiKQG7zCuAI,820
|
235
|
+
revengai/models/function_threat_score.py,sha256=t2XIcd_yPdMfSRYrusi12d41amdD5s5wMTVrK1qg24c,3218
|
236
|
+
revengai/models/function_type_input.py,sha256=pxsPCGIm2dWxaVecF28CfCRq-ovPRYzIu-eNnXpcPO0,4872
|
237
|
+
revengai/models/function_type_output.py,sha256=wTg0QszO-CblzWDk5_TjGWcWEncWIfc2xTe7xT1RkXc,4876
|
238
|
+
revengai/models/functions_detail_response.py,sha256=h0xwTKwxRO6DfkIRYXvW00DWEHpqzCTicyyBuq-y8E0,4279
|
239
|
+
revengai/models/functions_list_rename.py,sha256=NtBummSmbIwfjg6S94D_1xsbuajwMyWbFrvzM25ImbM,3039
|
240
|
+
revengai/models/generate_function_data_types.py,sha256=rn789qoUxvBVgwy2yyLk9wND_cDdS6y-zTkf4CZFR_Y,3384
|
241
|
+
revengai/models/generation_status_list.py,sha256=Kspg74vNDV4CrLzsiAtT5XB3wuJwExGY9TupbJtdlqE,3550
|
242
|
+
revengai/models/get_ai_decompilation_rating_response.py,sha256=1UdJ0iWYR4J45PnKGf8rFEgAnJ1cLBVqA454jsE3ppI,2683
|
243
|
+
revengai/models/get_ai_decompilation_task.py,sha256=CN3g9LG-U8VZJovBBkAOyJIsfOHWsyQYqnl3R8n1lJM,6129
|
244
|
+
revengai/models/get_public_user_response.py,sha256=oAndKYRZI98e22Lw7hsqYyXXLHlzfLqGNreyEXcG11s,2567
|
245
|
+
revengai/models/get_user_response.py,sha256=FombKMoCDdL93Vn0NAOddPMPHz6jY3tJmUR_ppYk49Q,3010
|
246
|
+
revengai/models/global_variable.py,sha256=ZKWbfzIpg2B5oGOQPjU7-jt4hLTFQAjOaiIa98RyzGU,3432
|
247
|
+
revengai/models/icon_model.py,sha256=Dcp2prK2PJS_C1aTL7rCtg5B_p0eFV8JF3wDjQOAoLQ,2658
|
248
|
+
revengai/models/import_model.py,sha256=nOz6tKOZcf9JOBsBsptXiExlhq-TVLDhhLi7TzgQS94,2580
|
249
|
+
revengai/models/inverse_function_map_item.py,sha256=4ECbuskGXGOfI9ZlIlmUHh50wenNwsM5KvdNGXjTxS4,3163
|
250
|
+
revengai/models/inverse_string_map_item.py,sha256=zuOzkk8ciKdXivh5RQQ3-R_o7cQay4n-h71pEubKFh4,2762
|
251
|
+
revengai/models/inverse_value.py,sha256=I4j8Er9AtxW2p75gsilkrSnYTIoAKXJrR9sPN8XG5KM,2431
|
252
|
+
revengai/models/isa.py,sha256=iXf9HT7AM6DPo9m8SGn5ncaMzS27GLvXXE5IyirzLlM,695
|
253
|
+
revengai/models/list_collection_results.py,sha256=0dn9aVUufQoWeZ7j0Y40DaDUdycqlZkE7PHmhBf2wjQ,3051
|
254
|
+
revengai/models/login_request.py,sha256=L_73X9L-bn1VFEKHWiWJK5mCqsQNPpa62JKlSxGfCSs,2733
|
255
|
+
revengai/models/login_response.py,sha256=wJllNQEr6lQcoFrPdNMmyW2D3Sz5ZyAmXBuOWuUHhZs,2510
|
256
|
+
revengai/models/logs.py,sha256=QVVWQT9SP0YWqtULfZ5DZw92pMkHUUoogIFGY5fV74M,2468
|
257
|
+
revengai/models/matched_function_group.py,sha256=ysABDSJn7CjX_o9UpnrUeRmrl3ohNaQQzQeCgxoKpek,2805
|
258
|
+
revengai/models/matched_function_suggestion.py,sha256=vxGhGIuxREiaZ75BzQEgWfqCuuAZfmWwFQ66rlNgzPs,3145
|
259
|
+
revengai/models/meta_model.py,sha256=KFw_5NuD4Y9nxsRWmwmpuAsOph5m5BfCD7DHUJfnSEY,2992
|
260
|
+
revengai/models/model_name.py,sha256=C_RHBCRgnzRBCcpXYFuYWKcfIdgT7d0I8MrlMzMZF5M,1320
|
261
|
+
revengai/models/models_response.py,sha256=Vbe5_fI__uJG40A4OVJZokR3hUF7K-9nEnDa3ZtqmuA,2521
|
262
|
+
revengai/models/nearest_neighbor.py,sha256=kmFpTAlgOODHf0lU-K7KoyIMfWF01ND95H64vQ9rJFI,4029
|
263
|
+
revengai/models/network_overview_dns.py,sha256=8t_zzqvh-1iAg9u6m-gVRMiLpgLTV13__owRzUZ5FRw,3121
|
264
|
+
revengai/models/network_overview_dns_answer.py,sha256=XGxnF8AaR9_ZnoRuqM02jfEWplY7IoZy32EmPYyVTgE,2540
|
265
|
+
revengai/models/network_overview_metadata.py,sha256=KvGIUYBufGmvfatcvhR7xING-KRcb5FZqrrFBXl5DcU,2978
|
266
|
+
revengai/models/network_overview_response.py,sha256=ledXRN5XhFrv-cvhUCjDmBILkajVFRJbFJ4MwBL1NDg,3539
|
267
|
+
revengai/models/order.py,sha256=TmIpA-wie13QFhXQg51CuUvb8K9zbizGTpdmLYQBpfs,681
|
268
|
+
revengai/models/origin.py,sha256=rzfb7jLXkVe9D4JqfpRmWfbKBekszUxuoX43N5mhPsA,965
|
269
|
+
revengai/models/pagination_model.py,sha256=LZTVYrrIcmJ7flaqjE3pSPAfs9I7-E_0Mvvu_Eprrfg,2666
|
270
|
+
revengai/models/params.py,sha256=Osg8pPHTEu2_cHv6_APbGLwyPVXrYskEPAlpL47AeyQ,3592
|
271
|
+
revengai/models/pdb_debug_model.py,sha256=6EfU_qDap6wOenVAv1JTKMrPBIJs2xQ1RyNI3VxCjVE,3012
|
272
|
+
revengai/models/pe_model.py,sha256=NWwSQ3291m1I6VExpy_NFY0pVtsqb8_6Uv7mIbi-2VM,9430
|
273
|
+
revengai/models/platform.py,sha256=lO7YSJ2OgSQCJwRefTLOkLPfVHPIL1VbLaZr3puHAdI,700
|
274
|
+
revengai/models/process.py,sha256=p5noAJkyQXnYxvVXe33aMO19oATZYA-XWOm2eidgaaE,3185
|
275
|
+
revengai/models/process_dump.py,sha256=BdqrnG3wtv7Z8Uv6_5YHc0mrfqYHc4qkonypcj2QhFE,3175
|
276
|
+
revengai/models/process_dump_metadata.py,sha256=p3QM_vDliu3gAAcxCaM3WG8DMqlK80qPo__PfPGWLMw,2604
|
277
|
+
revengai/models/process_dumps.py,sha256=D1vGn0rwIl_T3qfCYWs84m-E8t5MH_jJAnWXuncSUss,2795
|
278
|
+
revengai/models/process_dumps_data.py,sha256=POArE2GZGo6e1-JEKcv1t_wS60iNNXQ0H8M_d08YNwo,2974
|
279
|
+
revengai/models/process_registry.py,sha256=cQbRbIqzF4YBFOy-Wo_PY9WFDEZUN7PVdKqWomR7hVA,3288
|
280
|
+
revengai/models/process_tree.py,sha256=-9guyypUOLlmjK_HH5Vs0kho0efdrsiExzLPdFKtep4,2935
|
281
|
+
revengai/models/queued_security_checks_task_response.py,sha256=CVDffbXwSECq8u6PXXLaaPe9EP5INUHDXmifWGa-hl4,2519
|
282
|
+
revengai/models/re_analysis_form.py,sha256=4ix7vI28ABnfhjUSm_RRiSLJVrH-8GqmdZlcQXn_DA8,3858
|
283
|
+
revengai/models/recent.py,sha256=s66mlzWhwCdbVcAp8qE9xWyE0sgHlC4FiGwiIz66ftQ,2967
|
284
|
+
revengai/models/registry.py,sha256=_2CzXl_yhU1RDfcmV0L6u00ho8hQ1ShHmo13R4A5Lgo,3094
|
285
|
+
revengai/models/relative_binary_response.py,sha256=u_jXFyqjdkpNYkB8-aH74Vclz1mcA9Fq7Me8V8NfOeU,2801
|
286
|
+
revengai/models/sandbox_options.py,sha256=mgdjgaL5dKZtl2HXPWYhjakxGVrNE04V_RW7mlBA6Wc,2855
|
287
|
+
revengai/models/sbom.py,sha256=Iqbsl6OJgmzsa8LWBIjpOFDapItE5u0vAoGgUkA-Ut4,3099
|
288
|
+
revengai/models/sbom_package.py,sha256=sQ0jeC51qXpI26gNiOhbapL3bx3WpMpLIfexYFhBdfc,2604
|
289
|
+
revengai/models/scrape_third_party_config.py,sha256=BYSta5FyLLKF-yww1BnjPAAPcfD_fW_xz29Q9kFpxS4,2554
|
290
|
+
revengai/models/search_binary_ids.py,sha256=ki-86prTRku6ihkPEb3VU4POX6Qg78UGpjeOOppBYnM,4955
|
291
|
+
revengai/models/search_function_ids.py,sha256=kVsDsolavHLfj3wTdijKXlftEX_BugDv4hjt3Z5egMs,4968
|
292
|
+
revengai/models/section_model.py,sha256=OgGZ7ngOgouXznwsTCELbGhYRaJhcVmZzgR4kQ4Ne80,3075
|
293
|
+
revengai/models/security_checks_response.py,sha256=BDTI17YNFly_i7tYDwHR5x_FtFPvGSEOEg_R90UbmvA,3176
|
294
|
+
revengai/models/security_checks_result.py,sha256=jjZVrD2POoY33vSgpLbPdF4Pv7AY5Njfahq39lRhQMg,3304
|
295
|
+
revengai/models/security_model.py,sha256=R4haaqIGADlyuUaohYKB5Gn1lbgcsfBHxYIaHv9IlDw,3361
|
296
|
+
revengai/models/severity_type.py,sha256=R_A3cIANf_Z7HNyUXGWzJhfhQyH9I1vRLyPDjVP1Xk4,786
|
297
|
+
revengai/models/similar_functions_response.py,sha256=ylZJlHHv50xZowrvvTPPf4qoQU7MqBX8IWT5g9VHQQ8,3257
|
298
|
+
revengai/models/single_code_certificate_model.py,sha256=MrGt1Ho-60pMh_c4ai5Kwh4xS7fOnQl9Ja2FN0j9pnQ,2971
|
299
|
+
revengai/models/single_code_signature_model.py,sha256=bRkhbao_hgPPCvgNquzFEysc3JreEKdkE5RdyRSaYWM,3208
|
300
|
+
revengai/models/single_pdb_entry_model.py,sha256=k_GhuFW7uLwwObhjHX0RFgmmHCi5BdX5M5hvIEFE_p4,2592
|
301
|
+
revengai/models/single_section_model.py,sha256=n8xJ3aFEVPIn4AWxuwNa2KvbyWJWbikh3ej3PdDWZdU,3056
|
302
|
+
revengai/models/stack_variable.py,sha256=A_91EbLNq-Opkk0wvsNRw863iOyu7iymyxwCAqX6cQ4,3340
|
303
|
+
revengai/models/status_input.py,sha256=MqPtW2dRLspejMzPux32Z-GPyRRCW9DN_N2MF953icc,829
|
304
|
+
revengai/models/status_output.py,sha256=ZEyJQx1Pola9f1c-JR4tauQIykIpOBdAcLiKzCy-3Ew,2706
|
305
|
+
revengai/models/string_functions.py,sha256=wPnB2pY9Q0G5DXXJhSaturlX4CAuN701PrTFWG9ZVwQ,3493
|
306
|
+
revengai/models/structure.py,sha256=NKCSM2rrzmp1u6pc2BAk9HKJeprjAyy1R6_CJN30qBw,4071
|
307
|
+
revengai/models/structure_member.py,sha256=kcwscT4oZmrroyxoQcJp2glxy1EiNIiiV5c2Mq3Y38I,3242
|
308
|
+
revengai/models/symbols.py,sha256=rmyNDwEx_4decKxcXaev6OzKx-1k12hAOAAB31G8yMw,3387
|
309
|
+
revengai/models/symbols_info.py,sha256=BveP3L2EgRyGl0G-ZxEA8RXoLON5bhmsbZ_RA6W1i2I,3420
|
310
|
+
revengai/models/tag.py,sha256=4tlC6fmaGM2at79sAx-iEhhCzO7RAtI6JgUmPe08enw,2391
|
311
|
+
revengai/models/tag_confidence_body.py,sha256=zdvh_U8qJyhcDTwTst_1UC5UA80eftBq8IzEfBgG-6M,2951
|
312
|
+
revengai/models/tag_origin_box_plot_confidence.py,sha256=b5bTSS-2Os_7riPunxK-0CD-kKx5kNopnu7eTMzDzhQ,3096
|
313
|
+
revengai/models/tag_response.py,sha256=YehQy8QxT-uF4Ls-DiToZWnN2v5p2mGRDA_HIf_6r9s,2579
|
314
|
+
revengai/models/tag_search_response.py,sha256=F8W07OiVBbCJrFyeUCqf1WlzYcpRQmIRh23SryeWWwA,2995
|
315
|
+
revengai/models/tag_search_result.py,sha256=9y7Vbv8DYbs-vrfaGAqCyopHlXtGhW3ALk84j6n3wHs,2610
|
316
|
+
revengai/models/tags.py,sha256=KPMSqYbOD1vVnDULAGKGhgQmQysUafxk3tlO1z0Oeyw,2591
|
317
|
+
revengai/models/task_response.py,sha256=PSq5VW3vh4seoqFBYPR8AzcxQmveCjrsgem0Dizfopw,2867
|
318
|
+
revengai/models/task_status.py,sha256=-LuwOqI3YNcTUu95QhGIR5nwJRxW4aIZQuJVD63abZg,796
|
319
|
+
revengai/models/threat_score_function_body.py,sha256=hKJAw8fogYgVQdO7zKpAIPLq0XzoyK-HeYvKXdqkFC8,2712
|
320
|
+
revengai/models/timestamp_model.py,sha256=TxUQjDJn0hpO1CUEsY197vbD0puCPto8unFya3UEi9w,2689
|
321
|
+
revengai/models/ttps.py,sha256=iFm0gStmMiA1Uvzj6AA8QvJH2NVX_JYIUdhQSTYVR_Q,2730
|
322
|
+
revengai/models/ttps_attack.py,sha256=AWv6MBPbSz7uiLeelq4Z_rmt5h4FMfwQeMti_0C7iEQ,2476
|
323
|
+
revengai/models/ttps_data.py,sha256=1dQV5YktpNcgLwOSgarTvEllWgSsspzMvYGNGx_5ntw,2930
|
324
|
+
revengai/models/ttps_element.py,sha256=msYp1mWTNDZufz5XsJO60b7aH98fRsFqhLU7eXYNrKc,3645
|
325
|
+
revengai/models/ttps_occurance.py,sha256=d4VQYj07EUJQ-UNs3NeBtnXJeU6uPDa0seXRGPZU0UY,2492
|
326
|
+
revengai/models/type_definition.py,sha256=Wc6mOC-3WjKRSHThqQaGn7wHgIjHBgkr6SXzBkp1CaA,3171
|
327
|
+
revengai/models/unstrip_request.py,sha256=7pRFojuVUW7AOCAh_JFStzq8ZYsKOy6OxxONj3bmpOo,3289
|
328
|
+
revengai/models/update_function_data_types.py,sha256=ldgPXsQ-jiexcL7bXdS4yAAphXwtXUDbEPjqvjtSKcs,3127
|
329
|
+
revengai/models/upload_file_type.py,sha256=w16MhE6iVoXvoGwaid0D2mpSRRoT6V7kLYQgwyfS5WY,764
|
330
|
+
revengai/models/upload_response.py,sha256=ZX8XfklIxTIxuqQauFvQdUvpjMqPiXf6j9EUe77LmZQ,2698
|
331
|
+
revengai/models/upsert_ai_decomplation_rating_request.py,sha256=la0pKuTz1fUcB_-sYOrEDTAOaoCTRO2J-NShVv1MXR8,2669
|
332
|
+
revengai/models/user_activity_response.py,sha256=Q75P5hUJm7kHDDNPhg5P7MJBfEH3fe9v1RxQuB8zehc,2921
|
333
|
+
revengai/models/vulnerabilities.py,sha256=bzZfYis0X_Tl_VHRzaJQOeVr0y6Q8HxRQj6NG5YRlUU,3017
|
334
|
+
revengai/models/vulnerability.py,sha256=2zV_MnvLl4kE5YlOVQkYHX_lrdHQ94xSmHGZ3p9EpPM,3737
|
335
|
+
revengai/models/vulnerability_type.py,sha256=lUMU75kIASQ0Gf7bq24NHX5Z-abjxNAD_oGdooW4py0,915
|
336
|
+
revengai/models/workspace.py,sha256=L3y_WsROxAHWZxznS6uqKBl7L5GP0N0STomksrjXlsc,725
|
337
|
+
revengai-1.73.0.dist-info/METADATA,sha256=ZL0N46u986Y6p_i8Sp7ZEoOcioB8XDePnmoAwDWuGQ8,41549
|
338
|
+
revengai-1.73.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
339
|
+
revengai-1.73.0.dist-info/RECORD,,
|