revengai 1.91.1__py3-none-any.whl → 1.94.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.

Potentially problematic release.


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

revengai/__init__.py CHANGED
@@ -13,7 +13,7 @@
13
13
  """ # noqa: E501
14
14
 
15
15
 
16
- __version__ = "v1.91.1"
16
+ __version__ = "v1.94.0"
17
17
 
18
18
  # Define package exports
19
19
  __all__ = [
revengai/api_client.py CHANGED
@@ -90,7 +90,7 @@ class ApiClient:
90
90
  self.default_headers[header_name] = header_value
91
91
  self.cookie = cookie
92
92
  # Set default User-Agent.
93
- self.user_agent = 'OpenAPI-Generator/v1.91.1/python'
93
+ self.user_agent = 'OpenAPI-Generator/v1.94.0/python'
94
94
  self.client_side_validation = configuration.client_side_validation
95
95
 
96
96
  def __enter__(self):
revengai/configuration.py CHANGED
@@ -529,8 +529,8 @@ conf = revengai.Configuration(
529
529
  return "Python SDK Debug Report:\n"\
530
530
  "OS: {env}\n"\
531
531
  "Python Version: {pyversion}\n"\
532
- "Version of the API: v1.91.1\n"\
533
- "SDK Package Version: v1.91.1".\
532
+ "Version of the API: v1.94.0\n"\
533
+ "SDK Package Version: v1.94.0".\
534
534
  format(env=sys.platform, pyversion=sys.version)
535
535
 
536
536
  def get_host_settings(self) -> List[HostSetting]:
@@ -25,10 +25,10 @@ class FunctionBoundary(BaseModel):
25
25
  """
26
26
  FunctionBoundary
27
27
  """ # noqa: E501
28
- name: StrictStr
28
+ mangled_name: StrictStr
29
29
  start_address: StrictInt
30
30
  end_address: StrictInt
31
- __properties: ClassVar[List[str]] = ["name", "start_address", "end_address"]
31
+ __properties: ClassVar[List[str]] = ["mangled_name", "start_address", "end_address"]
32
32
 
33
33
  model_config = ConfigDict(
34
34
  populate_by_name=True,
@@ -81,7 +81,7 @@ class FunctionBoundary(BaseModel):
81
81
  return cls.model_validate(obj)
82
82
 
83
83
  _obj = cls.model_validate({
84
- "name": obj.get("name"),
84
+ "mangled_name": obj.get("mangled_name"),
85
85
  "start_address": obj.get("start_address"),
86
86
  "end_address": obj.get("end_address")
87
87
  })
@@ -27,7 +27,7 @@ class FunctionMapping(BaseModel):
27
27
  """ # noqa: E501
28
28
  function_map: Dict[str, StrictInt] = Field(description="Mapping of remote function ids to local function addresses")
29
29
  inverse_function_map: Dict[str, StrictInt] = Field(description="Mapping of local function addresses to remote function ids")
30
- name_map: Dict[str, StrictStr] = Field(description="Mapping of local function addresses to function names")
30
+ name_map: Dict[str, StrictStr] = Field(description="Mapping of local function addresses to mangled names")
31
31
  __properties: ClassVar[List[str]] = ["function_map", "inverse_function_map", "name_map"]
32
32
 
33
33
  model_config = ConfigDict(
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: revengai
3
- Version: 1.91.1
3
+ Version: 1.94.0
4
4
  Summary: RevEng.AI API
5
- Project-URL: Repository, https://github.com/RevEngAI/revengai-python
5
+ Project-URL: Repository, https://github.com/RevEngAI/sdk-python
6
6
  Keywords: RevEng.AI API
7
7
  Requires-Python: >=3.13
8
8
  Requires-Dist: lazy-imports<2,>=1
@@ -1,7 +1,7 @@
1
- revengai/__init__.py,sha256=XXKmG6mCf8-qGqmhd1Vj67IUu-3rMDgrcQMnvRGJFM4,43030
2
- revengai/api_client.py,sha256=1q4RfcppPSuYqOR46xxR-dSaC2V59MKLjVp_YuVHSow,27670
1
+ revengai/__init__.py,sha256=uJAKI0tUdQ3fA_nieZbvUHIURSZ5VcfEpVu7LURyR7k,43030
2
+ revengai/api_client.py,sha256=X154YCYBp1QZ20Z8FP3RcGEbDzCzFNPStA6_TA_-MYw,27670
3
3
  revengai/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- revengai/configuration.py,sha256=dlFfSGmHA_evJZg9U9P6Yut7igj1Qa_c6l9g_kDzuu4,18749
4
+ revengai/configuration.py,sha256=Faqw2hgiUaPZQaMKqX6LvfkJ6EUs2DglnFjuBmWXVIk,18749
5
5
  revengai/exceptions.py,sha256=IvdI9ZIZ9b2lSSKtIKMQDlG-5UPAedrjm3U4xfmGkso,6385
6
6
  revengai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  revengai/rest.py,sha256=T6Q2dcazhntqm288H33BKC1hf8NVdvmQWgaymlJo158,9376
@@ -201,7 +201,7 @@ revengai/models/function_batch_ann.py,sha256=85ems0hvPJVsMH89BuT7TPmqxIAVBci5ZPN
201
201
  revengai/models/function_block_destination_response.py,sha256=ffcxW67TIbLkO8P8D9_quP7J9T_PIgCZZXNSRIEii0I,3130
202
202
  revengai/models/function_block_response.py,sha256=KxnssvtH_MUvgQH358TfVZofVKyRHQYftMX36N2zdBY,3960
203
203
  revengai/models/function_blocks_response.py,sha256=8Eu3jA9GKCXVNX7viu3OQxJNsqUZMxBlg498eJ9HFA4,4847
204
- revengai/models/function_boundary.py,sha256=2PqsXWD8QlMZZJVeNeWH_XDZQgB_a5CgHP1w0GytbHw,2599
204
+ revengai/models/function_boundary.py,sha256=tHb-CcAQiJXRZVbR5ihGN_hGiaqbz9HNmF1k8XOTwKo,2631
205
205
  revengai/models/function_box_plot_confidence.py,sha256=UfHe1ZVqmHmg2BiyJ8MaBbVFpHZI8Yap_IIhgBwfzMk,2852
206
206
  revengai/models/function_capability_response.py,sha256=OQ9v6itmKCseGMeKwExdEsLZHjQXorViBiutuEP-_YY,2535
207
207
  revengai/models/function_comment_create_request.py,sha256=jj-AJ4xDYrcnHudEz7-jgm_6o4iLjlej8VLGq8Hx9yY,3032
@@ -215,7 +215,7 @@ revengai/models/function_info_input.py,sha256=w2WZ4xjp0nZ_gea4NrcMl5huksF-8QZB74
215
215
  revengai/models/function_info_input_func_deps_inner.py,sha256=oNrQvHiraXX74EjnQ5M-xYwNIrRngk9sePKq3ANct5w,6292
216
216
  revengai/models/function_info_output.py,sha256=iIxkZ6_KFSoz0NhbBXyNi7knPvWcIp-hmA2H51VoH6Y,3707
217
217
  revengai/models/function_local_variable_response.py,sha256=llv5alvfVXqxE3Cs6vt7qnQNyfwj4PBoxq_Sim65jic,2733
218
- revengai/models/function_mapping.py,sha256=X4fa-lcMfO-40eVMtSTUPRpJlxdSZNEdzPTEOR0uAlg,2924
218
+ revengai/models/function_mapping.py,sha256=EBO_jGfEjK7ihIdx-bWSHAT9EozB_S9JDeCLL0dAQJM,2923
219
219
  revengai/models/function_mapping_full.py,sha256=dax345vnk25zSPVVpAmCFrrOWXzFXW6OnhSs9zVIKpI,11948
220
220
  revengai/models/function_matching_batch_response.py,sha256=oBglZULIjMvbrlzjymWNKSNERVzftWH7hHBRC3uMoP0,4952
221
221
  revengai/models/function_matching_filters.py,sha256=O5F1PIcPhbumH8z-4KbG7JNoUsx_H3wBZQU9kCZ_boI,3710
@@ -333,6 +333,6 @@ revengai/models/vulnerabilities.py,sha256=9t6uoZd3svWyfcZJjmj6zP731Dp47Apb25y8Qt
333
333
  revengai/models/vulnerability.py,sha256=P7rAOAYU5JLLpcRr824-YJgZba5kPb_J9ALV3tSNfLQ,3688
334
334
  revengai/models/vulnerability_type.py,sha256=SyOgfMmELYYc_H84oPkikBpjwngtG5Qw9Q_86a2TPr8,866
335
335
  revengai/models/workspace.py,sha256=chjU62GFvByEmaNd6luMNQVQLP3wlPx1zJgGJ_yyMLA,676
336
- revengai-1.91.1.dist-info/METADATA,sha256=afFM1--V8KAEaq0OsGc_ZL4KGauSyaEgXwqU04i3PjM,41318
337
- revengai-1.91.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
338
- revengai-1.91.1.dist-info/RECORD,,
336
+ revengai-1.94.0.dist-info/METADATA,sha256=D6EcHi5OvNlMo4e5xdPIIPLXarjwP2f3W2LLW6qfT_s,41313
337
+ revengai-1.94.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
338
+ revengai-1.94.0.dist-info/RECORD,,