revengai 1.73.0__py3-none-any.whl → 1.78.1__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.

Potentially problematic release.


This version of revengai might be problematic. Click here for more details.

Files changed (342) hide show
  1. revengai/__init__.py +10 -359
  2. revengai/api/__init__.py +2 -35
  3. revengai/api/analyses_comments_api.py +0 -1
  4. revengai/api/analyses_core_api.py +0 -1
  5. revengai/api/analyses_dynamic_execution_api.py +0 -1
  6. revengai/api/analyses_results_metadata_api.py +0 -1
  7. revengai/api/analyses_security_checks_api.py +0 -1
  8. revengai/api/authentication_users_api.py +0 -1
  9. revengai/api/binaries_api.py +0 -1
  10. revengai/api/collections_api.py +0 -1
  11. revengai/api/confidence_api.py +0 -1
  12. revengai/api/default_api.py +317 -0
  13. revengai/api/external_sources_api.py +0 -1
  14. revengai/api/firmware_api.py +0 -1
  15. revengai/api/functions_ai_decompilation_api.py +0 -1
  16. revengai/api/functions_block_comments_api.py +0 -1
  17. revengai/api/functions_core_api.py +0 -1
  18. revengai/api/functions_data_types_api.py +0 -1
  19. revengai/api/functions_decompilation_api.py +0 -1
  20. revengai/api/functions_renaming_history_api.py +0 -1
  21. revengai/api/functions_threat_score_api.py +0 -1
  22. revengai/api/models_api.py +0 -1
  23. revengai/api/search_api.py +0 -1
  24. revengai/api_client.py +5 -6
  25. revengai/configuration.py +2 -3
  26. revengai/exceptions.py +0 -1
  27. revengai/models/__init__.py +4 -324
  28. revengai/models/addr.py +0 -1
  29. revengai/models/ai_decompilation_rating.py +0 -1
  30. revengai/models/ai_unstrip_request.py +0 -1
  31. revengai/models/analysis_access_info.py +0 -1
  32. revengai/models/analysis_config.py +0 -1
  33. revengai/models/analysis_create_request.py +0 -1
  34. revengai/models/analysis_create_response.py +0 -1
  35. revengai/models/analysis_detail_response.py +0 -1
  36. revengai/models/analysis_function_mapping.py +90 -0
  37. revengai/models/analysis_functions.py +0 -1
  38. revengai/models/analysis_record.py +0 -1
  39. revengai/models/analysis_scope.py +0 -1
  40. revengai/models/analysis_strings_response.py +0 -1
  41. revengai/models/analysis_tags.py +0 -1
  42. revengai/models/analysis_threat_score_data.py +0 -1
  43. revengai/models/analysis_update_request.py +0 -1
  44. revengai/models/analysis_update_tags_request.py +0 -1
  45. revengai/models/analysis_update_tags_response.py +0 -1
  46. revengai/models/ann_function.py +0 -1
  47. revengai/models/app_api_rest_v2_analyses_enums_dynamic_execution_status.py +0 -1
  48. revengai/models/app_api_rest_v2_analyses_enums_order_by.py +0 -1
  49. revengai/models/app_api_rest_v2_analyses_responses_tag_item.py +0 -1
  50. revengai/models/app_api_rest_v2_collections_enums_order_by.py +0 -1
  51. revengai/models/app_api_rest_v2_functions_responses_function.py +0 -1
  52. revengai/models/app_api_rest_v2_functions_types_function.py +0 -1
  53. revengai/models/app_services_binary_ann_schema_tag_item.py +0 -1
  54. revengai/models/app_services_dynamic_execution_schemas_dynamic_execution_status.py +0 -1
  55. revengai/models/argument.py +0 -1
  56. revengai/models/auto_unstrip_by_group_response.py +0 -1
  57. revengai/models/auto_unstrip_request.py +0 -1
  58. revengai/models/auto_unstrip_response.py +0 -1
  59. revengai/models/base_response.py +0 -1
  60. revengai/models/base_response_analysis_create_response.py +0 -1
  61. revengai/models/base_response_analysis_detail_response.py +0 -1
  62. revengai/models/base_response_analysis_function_mapping.py +125 -0
  63. revengai/models/base_response_analysis_functions.py +0 -1
  64. revengai/models/base_response_analysis_strings_response.py +0 -1
  65. revengai/models/base_response_analysis_tags.py +0 -1
  66. revengai/models/base_response_analysis_threat_score_data.py +0 -1
  67. revengai/models/base_response_analysis_update_tags_response.py +0 -1
  68. revengai/models/base_response_basic.py +0 -1
  69. revengai/models/base_response_binary_additional_response.py +0 -1
  70. revengai/models/base_response_binary_ann_list_response.py +0 -1
  71. revengai/models/base_response_binary_details_response.py +0 -1
  72. revengai/models/base_response_binary_externals_response.py +0 -1
  73. revengai/models/base_response_binary_search_response.py +0 -1
  74. revengai/models/base_response_block_comments_generation_for_function_response.py +0 -1
  75. revengai/models/base_response_block_comments_overview_generation_response.py +0 -1
  76. revengai/models/base_response_bool.py +0 -1
  77. revengai/models/base_response_box_plot_confidence.py +0 -1
  78. revengai/models/base_response_callees_caller_functions_response.py +0 -1
  79. revengai/models/base_response_capabilities.py +0 -1
  80. revengai/models/base_response_check_security_checks_task_response.py +0 -1
  81. revengai/models/base_response_child_binaries_response.py +0 -1
  82. revengai/models/base_response_collection_binaries_update_response.py +0 -1
  83. revengai/models/base_response_collection_response.py +0 -1
  84. revengai/models/base_response_collection_search_response.py +0 -1
  85. revengai/models/base_response_collection_tags_update_response.py +0 -1
  86. revengai/models/base_response_comment_response.py +0 -1
  87. revengai/models/base_response_communities.py +0 -1
  88. revengai/models/base_response_created.py +0 -1
  89. revengai/models/base_response_decompilation_response.py +0 -1
  90. revengai/models/base_response_dict.py +0 -1
  91. revengai/models/base_response_dynamic_execution_status.py +0 -1
  92. revengai/models/base_response_external_response.py +0 -1
  93. revengai/models/base_response_function_analysis_threat_score_data.py +0 -1
  94. revengai/models/base_response_function_blocks_response.py +0 -1
  95. revengai/models/base_response_function_capability_response.py +0 -1
  96. revengai/models/base_response_function_data_types.py +0 -1
  97. revengai/models/base_response_function_data_types_list.py +0 -1
  98. revengai/models/base_response_function_search_response.py +0 -1
  99. revengai/models/base_response_function_strings_response.py +0 -1
  100. revengai/models/base_response_function_task_response.py +0 -1
  101. revengai/models/base_response_function_threat_score.py +0 -1
  102. revengai/models/base_response_functions_detail_response.py +0 -1
  103. revengai/models/base_response_generate_function_data_types.py +0 -1
  104. revengai/models/base_response_generation_status_list.py +0 -1
  105. revengai/models/base_response_get_ai_decompilation_rating_response.py +0 -1
  106. revengai/models/base_response_get_ai_decompilation_task.py +0 -1
  107. revengai/models/base_response_get_public_user_response.py +0 -1
  108. revengai/models/base_response_get_user_response.py +0 -1
  109. revengai/models/base_response_list_collection_results.py +0 -1
  110. revengai/models/base_response_list_comment_response.py +0 -1
  111. revengai/models/base_response_list_die_match.py +0 -1
  112. revengai/models/base_response_list_function_box_plot_confidence.py +0 -1
  113. revengai/models/base_response_list_function_name_history.py +0 -1
  114. revengai/models/base_response_list_sbom.py +0 -1
  115. revengai/models/base_response_list_similar_functions_response.py +0 -1
  116. revengai/models/base_response_list_tag_origin_box_plot_confidence.py +0 -1
  117. revengai/models/base_response_list_user_activity_response.py +0 -1
  118. revengai/models/base_response_login_response.py +0 -1
  119. revengai/models/base_response_logs.py +0 -1
  120. revengai/models/base_response_models_response.py +0 -1
  121. revengai/models/base_response_nearest_neighbor_analysis.py +0 -1
  122. revengai/models/base_response_network_overview_response.py +0 -1
  123. revengai/models/base_response_params.py +0 -1
  124. revengai/models/base_response_process_dumps.py +0 -1
  125. revengai/models/base_response_process_registry.py +0 -1
  126. revengai/models/base_response_process_tree.py +0 -1
  127. revengai/models/base_response_queued_security_checks_task_response.py +0 -1
  128. revengai/models/base_response_recent.py +0 -1
  129. revengai/models/base_response_security_checks_response.py +0 -1
  130. revengai/models/base_response_status.py +0 -1
  131. revengai/models/base_response_str.py +0 -1
  132. revengai/models/base_response_symbols_info.py +0 -1
  133. revengai/models/base_response_tag_search_response.py +0 -1
  134. revengai/models/base_response_task_response.py +0 -1
  135. revengai/models/base_response_ttps.py +0 -1
  136. revengai/models/base_response_upload_response.py +0 -1
  137. revengai/models/base_response_vulnerabilities.py +0 -1
  138. revengai/models/basic.py +0 -1
  139. revengai/models/binary_additional_details_data_response.py +0 -1
  140. revengai/models/binary_additional_response.py +0 -1
  141. revengai/models/binary_ann_form.py +0 -1
  142. revengai/models/binary_ann_list_response.py +0 -1
  143. revengai/models/binary_config.py +0 -1
  144. revengai/models/binary_details_response.py +0 -1
  145. revengai/models/binary_externals_response.py +0 -1
  146. revengai/models/binary_search_response.py +0 -1
  147. revengai/models/binary_search_result.py +0 -1
  148. revengai/models/binary_task_status.py +0 -1
  149. revengai/models/block.py +0 -1
  150. revengai/models/block_comments_generation_for_function_response.py +0 -1
  151. revengai/models/boundary.py +0 -1
  152. revengai/models/box_plot_confidence.py +0 -1
  153. revengai/models/callee_function_info.py +0 -1
  154. revengai/models/callees_caller_functions_response.py +3 -4
  155. revengai/models/caller_function_info.py +0 -1
  156. revengai/models/capabilities.py +0 -1
  157. revengai/models/capability.py +0 -1
  158. revengai/models/check_security_checks_task_response.py +0 -1
  159. revengai/models/child_binaries_response.py +0 -1
  160. revengai/models/code_signature_model.py +0 -1
  161. revengai/models/collection_binaries_update_request.py +0 -1
  162. revengai/models/collection_binaries_update_response.py +0 -1
  163. revengai/models/collection_binary_response.py +0 -1
  164. revengai/models/collection_create_request.py +0 -1
  165. revengai/models/collection_list_item.py +0 -1
  166. revengai/models/collection_response.py +0 -1
  167. revengai/models/collection_response_binaries_inner.py +0 -1
  168. revengai/models/collection_scope.py +0 -1
  169. revengai/models/collection_search_response.py +0 -1
  170. revengai/models/collection_search_result.py +0 -1
  171. revengai/models/collection_tags_update_request.py +0 -1
  172. revengai/models/collection_tags_update_response.py +0 -1
  173. revengai/models/collection_update_request.py +0 -1
  174. revengai/models/comment_base.py +0 -1
  175. revengai/models/comment_response.py +0 -1
  176. revengai/models/comment_update_request.py +0 -1
  177. revengai/models/communities.py +0 -1
  178. revengai/models/community_match_percentages.py +0 -1
  179. revengai/models/confidence_type.py +0 -1
  180. revengai/models/context.py +0 -1
  181. revengai/models/created.py +0 -1
  182. revengai/models/decompilation_comment_context.py +0 -1
  183. revengai/models/decompilation_response.py +0 -1
  184. revengai/models/die_match.py +0 -1
  185. revengai/models/dynamic_execution_status_input.py +0 -1
  186. revengai/models/elf_dynamic_entry.py +0 -1
  187. revengai/models/elf_import_model.py +0 -1
  188. revengai/models/elf_model.py +0 -1
  189. revengai/models/elf_relocation.py +0 -1
  190. revengai/models/elf_section.py +0 -1
  191. revengai/models/elf_security.py +0 -1
  192. revengai/models/elf_segment.py +0 -1
  193. revengai/models/elf_symbol.py +0 -1
  194. revengai/models/entrypoint_model.py +0 -1
  195. revengai/models/enumeration.py +0 -1
  196. revengai/models/error_model.py +0 -1
  197. revengai/models/export_model.py +0 -1
  198. revengai/models/exported_binary_ann_result.py +0 -1
  199. revengai/models/external_response.py +0 -1
  200. revengai/models/file_format.py +0 -1
  201. revengai/models/file_hashes.py +0 -1
  202. revengai/models/file_metadata.py +0 -1
  203. revengai/models/filters.py +0 -1
  204. revengai/models/function_analysis_threat_score_data.py +0 -1
  205. revengai/models/function_block_destination_response.py +0 -1
  206. revengai/models/function_block_response.py +0 -1
  207. revengai/models/function_blocks_response.py +0 -1
  208. revengai/models/function_boundary.py +0 -1
  209. revengai/models/function_box_plot_confidence.py +0 -1
  210. revengai/models/function_capability_response.py +0 -1
  211. revengai/models/function_comment_create_request.py +0 -1
  212. revengai/models/function_data_types.py +0 -1
  213. revengai/models/function_data_types_list.py +0 -1
  214. revengai/models/function_data_types_list_item.py +0 -1
  215. revengai/models/function_data_types_params.py +0 -1
  216. revengai/models/function_data_types_status.py +0 -1
  217. revengai/models/function_header.py +0 -1
  218. revengai/models/function_info_input.py +0 -1
  219. revengai/models/function_info_input_func_deps_inner.py +0 -1
  220. revengai/models/function_info_output.py +0 -1
  221. revengai/models/function_local_variable_response.py +0 -1
  222. revengai/models/function_mapping.py +88 -0
  223. revengai/models/function_mapping_full.py +0 -1
  224. revengai/models/function_name_confidence_body.py +0 -1
  225. revengai/models/function_name_history.py +0 -1
  226. revengai/models/function_name_input.py +0 -1
  227. revengai/models/function_param_response.py +0 -1
  228. revengai/models/function_rename.py +0 -1
  229. revengai/models/function_rename_map.py +0 -1
  230. revengai/models/function_search_response.py +0 -1
  231. revengai/models/function_search_result.py +0 -1
  232. revengai/models/function_string.py +0 -1
  233. revengai/models/function_strings_response.py +0 -1
  234. revengai/models/function_task_response.py +0 -1
  235. revengai/models/function_task_status.py +0 -1
  236. revengai/models/function_threat_score.py +0 -1
  237. revengai/models/function_type_input.py +0 -1
  238. revengai/models/function_type_output.py +0 -1
  239. revengai/models/functions_detail_response.py +0 -1
  240. revengai/models/functions_list_rename.py +0 -1
  241. revengai/models/generate_function_data_types.py +0 -1
  242. revengai/models/generation_status_list.py +0 -1
  243. revengai/models/get_ai_decompilation_rating_response.py +0 -1
  244. revengai/models/get_ai_decompilation_task.py +0 -1
  245. revengai/models/get_public_user_response.py +0 -1
  246. revengai/models/get_user_response.py +0 -1
  247. revengai/models/global_variable.py +0 -1
  248. revengai/models/icon_model.py +0 -1
  249. revengai/models/import_model.py +0 -1
  250. revengai/models/inverse_function_map_item.py +0 -1
  251. revengai/models/inverse_string_map_item.py +0 -1
  252. revengai/models/inverse_value.py +0 -1
  253. revengai/models/isa.py +0 -1
  254. revengai/models/list_collection_results.py +0 -1
  255. revengai/models/login_request.py +0 -1
  256. revengai/models/login_response.py +0 -1
  257. revengai/models/logs.py +0 -1
  258. revengai/models/matched_function_group.py +0 -1
  259. revengai/models/matched_function_suggestion.py +0 -1
  260. revengai/models/meta_model.py +0 -1
  261. revengai/models/model_name.py +0 -1
  262. revengai/models/models_response.py +0 -1
  263. revengai/models/nearest_neighbor.py +0 -1
  264. revengai/models/network_overview_dns.py +0 -1
  265. revengai/models/network_overview_dns_answer.py +0 -1
  266. revengai/models/network_overview_metadata.py +0 -1
  267. revengai/models/network_overview_response.py +0 -1
  268. revengai/models/order.py +0 -1
  269. revengai/models/origin.py +0 -1
  270. revengai/models/pagination_model.py +0 -1
  271. revengai/models/params.py +0 -1
  272. revengai/models/pdb_debug_model.py +0 -1
  273. revengai/models/pe_model.py +0 -1
  274. revengai/models/platform.py +0 -1
  275. revengai/models/process.py +0 -1
  276. revengai/models/process_dump.py +0 -1
  277. revengai/models/process_dump_metadata.py +0 -1
  278. revengai/models/process_dumps.py +0 -1
  279. revengai/models/process_dumps_data.py +0 -1
  280. revengai/models/process_registry.py +0 -1
  281. revengai/models/process_tree.py +0 -1
  282. revengai/models/queued_security_checks_task_response.py +0 -1
  283. revengai/models/re_analysis_form.py +0 -1
  284. revengai/models/recent.py +0 -1
  285. revengai/models/registry.py +0 -1
  286. revengai/models/relative_binary_response.py +0 -1
  287. revengai/models/sandbox_options.py +0 -1
  288. revengai/models/sbom.py +0 -1
  289. revengai/models/sbom_package.py +0 -1
  290. revengai/models/scrape_third_party_config.py +0 -1
  291. revengai/models/search_binary_ids.py +0 -1
  292. revengai/models/search_function_ids.py +0 -1
  293. revengai/models/section_model.py +0 -1
  294. revengai/models/security_checks_response.py +0 -1
  295. revengai/models/security_checks_result.py +0 -1
  296. revengai/models/security_model.py +0 -1
  297. revengai/models/severity_type.py +0 -1
  298. revengai/models/similar_functions_response.py +0 -1
  299. revengai/models/single_code_certificate_model.py +0 -1
  300. revengai/models/single_code_signature_model.py +0 -1
  301. revengai/models/single_pdb_entry_model.py +0 -1
  302. revengai/models/single_section_model.py +0 -1
  303. revengai/models/stack_variable.py +0 -1
  304. revengai/models/status_input.py +0 -1
  305. revengai/models/status_output.py +0 -1
  306. revengai/models/string_functions.py +0 -1
  307. revengai/models/structure.py +0 -1
  308. revengai/models/structure_member.py +0 -1
  309. revengai/models/symbols.py +2 -3
  310. revengai/models/symbols_info.py +0 -1
  311. revengai/models/tag.py +0 -1
  312. revengai/models/tag_confidence_body.py +0 -1
  313. revengai/models/tag_origin_box_plot_confidence.py +0 -1
  314. revengai/models/tag_response.py +0 -1
  315. revengai/models/tag_search_response.py +0 -1
  316. revengai/models/tag_search_result.py +0 -1
  317. revengai/models/tags.py +0 -1
  318. revengai/models/task_response.py +0 -1
  319. revengai/models/task_status.py +0 -1
  320. revengai/models/threat_score_function_body.py +0 -1
  321. revengai/models/timestamp_model.py +0 -1
  322. revengai/models/ttps.py +0 -1
  323. revengai/models/ttps_attack.py +0 -1
  324. revengai/models/ttps_data.py +0 -1
  325. revengai/models/ttps_element.py +0 -1
  326. revengai/models/ttps_occurance.py +0 -1
  327. revengai/models/type_definition.py +0 -1
  328. revengai/models/unstrip_request.py +0 -1
  329. revengai/models/update_function_data_types.py +0 -1
  330. revengai/models/upload_file_type.py +0 -1
  331. revengai/models/upload_response.py +0 -1
  332. revengai/models/upsert_ai_decomplation_rating_request.py +0 -1
  333. revengai/models/user_activity_response.py +0 -1
  334. revengai/models/vulnerabilities.py +0 -1
  335. revengai/models/vulnerability.py +0 -1
  336. revengai/models/vulnerability_type.py +0 -1
  337. revengai/models/workspace.py +0 -1
  338. revengai/rest.py +0 -1
  339. {revengai-1.73.0.dist-info → revengai-1.78.1.dist-info}/METADATA +5 -1
  340. revengai-1.78.1.dist-info/RECORD +343 -0
  341. revengai-1.73.0.dist-info/RECORD +0 -339
  342. {revengai-1.73.0.dist-info → revengai-1.78.1.dist-info}/WHEEL +0 -0
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -27,7 +26,7 @@ class Symbols(BaseModel):
27
26
  """
28
27
  Symbols
29
28
  """ # noqa: E501
30
- base_address: Optional[StrictInt] = Field(default=0, description="The starting address of the execution")
29
+ base_address: StrictInt = Field(description="The starting address of the execution")
31
30
  function_boundaries: Optional[List[FunctionBoundary]] = Field(default=None, description="List of user defined function boundaries")
32
31
  __properties: ClassVar[List[str]] = ["base_address", "function_boundaries"]
33
32
 
@@ -89,7 +88,7 @@ class Symbols(BaseModel):
89
88
  return cls.model_validate(obj)
90
89
 
91
90
  _obj = cls.model_validate({
92
- "base_address": obj.get("base_address") if obj.get("base_address") is not None else 0,
91
+ "base_address": obj.get("base_address"),
93
92
  "function_boundaries": [FunctionBoundary.from_dict(_item) for _item in obj["function_boundaries"]] if obj.get("function_boundaries") is not None else None
94
93
  })
95
94
  return _obj
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
revengai/models/tag.py CHANGED
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
revengai/models/tags.py CHANGED
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
revengai/models/ttps.py CHANGED
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
revengai/rest.py CHANGED
@@ -5,7 +5,6 @@
5
5
 
6
6
  RevEng.AI is Similarity Search Engine for executable binaries
7
7
 
8
- The version of the OpenAPI document: v1.73.0
9
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
10
  Do not edit the class manually.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: revengai
3
- Version: 1.73.0
3
+ Version: 1.78.1
4
4
  Summary: RevEng.AI API
5
5
  Project-URL: Repository, https://github.com/RevEngAI/revengai-python
6
6
  Keywords: RevEng.AI API
@@ -170,6 +170,7 @@ Class | Method | HTTP request | Description
170
170
  *SearchApi* | [**search_collections**](docs/SearchApi.md#search_collections) | **GET** /v2/search/collections | Collections search
171
171
  *SearchApi* | [**search_functions**](docs/SearchApi.md#search_functions) | **GET** /v2/search/functions | Functions search
172
172
  *SearchApi* | [**search_tags**](docs/SearchApi.md#search_tags) | **GET** /v2/search/tags | Tags search
173
+ *DefaultApi* | [**get_analysis_function_map**](docs/DefaultApi.md#get_analysis_function_map) | **GET** /v2/analyses/{analysis_id}/func_maps | Get Analysis Function Map
173
174
 
174
175
 
175
176
  ## Documentation For Models
@@ -183,6 +184,7 @@ Class | Method | HTTP request | Description
183
184
  - [AnalysisCreateRequest](docs/AnalysisCreateRequest.md)
184
185
  - [AnalysisCreateResponse](docs/AnalysisCreateResponse.md)
185
186
  - [AnalysisDetailResponse](docs/AnalysisDetailResponse.md)
187
+ - [AnalysisFunctionMapping](docs/AnalysisFunctionMapping.md)
186
188
  - [AnalysisFunctions](docs/AnalysisFunctions.md)
187
189
  - [AnalysisRecord](docs/AnalysisRecord.md)
188
190
  - [AnalysisScope](docs/AnalysisScope.md)
@@ -207,6 +209,7 @@ Class | Method | HTTP request | Description
207
209
  - [BaseResponse](docs/BaseResponse.md)
208
210
  - [BaseResponseAnalysisCreateResponse](docs/BaseResponseAnalysisCreateResponse.md)
209
211
  - [BaseResponseAnalysisDetailResponse](docs/BaseResponseAnalysisDetailResponse.md)
212
+ - [BaseResponseAnalysisFunctionMapping](docs/BaseResponseAnalysisFunctionMapping.md)
210
213
  - [BaseResponseAnalysisFunctions](docs/BaseResponseAnalysisFunctions.md)
211
214
  - [BaseResponseAnalysisStringsResponse](docs/BaseResponseAnalysisStringsResponse.md)
212
215
  - [BaseResponseAnalysisTags](docs/BaseResponseAnalysisTags.md)
@@ -366,6 +369,7 @@ Class | Method | HTTP request | Description
366
369
  - [FunctionInfoInputFuncDepsInner](docs/FunctionInfoInputFuncDepsInner.md)
367
370
  - [FunctionInfoOutput](docs/FunctionInfoOutput.md)
368
371
  - [FunctionLocalVariableResponse](docs/FunctionLocalVariableResponse.md)
372
+ - [FunctionMapping](docs/FunctionMapping.md)
369
373
  - [FunctionMappingFull](docs/FunctionMappingFull.md)
370
374
  - [FunctionNameConfidenceBody](docs/FunctionNameConfidenceBody.md)
371
375
  - [FunctionNameHistory](docs/FunctionNameHistory.md)