angr 9.2.58__py3-none-manylinux2014_x86_64.whl → 9.2.59__py3-none-manylinux2014_x86_64.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 angr might be problematic. Click here for more details.
- angr/__init__.py +1 -1
- angr/analyses/cfg/cfg_base.py +3 -1
- {angr-9.2.58.dist-info → angr-9.2.59.dist-info}/METADATA +6 -6
- {angr-9.2.58.dist-info → angr-9.2.59.dist-info}/RECORD +7 -7
- {angr-9.2.58.dist-info → angr-9.2.59.dist-info}/LICENSE +0 -0
- {angr-9.2.58.dist-info → angr-9.2.59.dist-info}/WHEEL +0 -0
- {angr-9.2.58.dist-info → angr-9.2.59.dist-info}/top_level.txt +0 -0
angr/__init__.py
CHANGED
angr/analyses/cfg/cfg_base.py
CHANGED
|
@@ -674,7 +674,9 @@ class CFGBase(Analysis):
|
|
|
674
674
|
all_bytes = self._fast_memory_load_bytes(start, size)
|
|
675
675
|
|
|
676
676
|
if all_bytes is None:
|
|
677
|
-
|
|
677
|
+
# failed to load bytes in this region. it might be because the region is not fully mapped (i.e., there are
|
|
678
|
+
# holes). we assume this region is good for analysis.
|
|
679
|
+
return False
|
|
678
680
|
|
|
679
681
|
if len(all_bytes) < size:
|
|
680
682
|
l.warning(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: angr
|
|
3
|
-
Version: 9.2.
|
|
3
|
+
Version: 9.2.59
|
|
4
4
|
Summary: A multi-architecture binary analysis toolkit, with the ability to perform dynamic symbolic execution and various static analyses on binaries
|
|
5
5
|
Home-page: https://github.com/angr/angr
|
|
6
6
|
License: BSD-2-Clause
|
|
@@ -16,13 +16,13 @@ Description-Content-Type: text/markdown
|
|
|
16
16
|
License-File: LICENSE
|
|
17
17
|
Requires-Dist: CppHeaderParser
|
|
18
18
|
Requires-Dist: GitPython
|
|
19
|
-
Requires-Dist: ailment (==9.2.
|
|
20
|
-
Requires-Dist: archinfo (==9.2.
|
|
19
|
+
Requires-Dist: ailment (==9.2.59)
|
|
20
|
+
Requires-Dist: archinfo (==9.2.59)
|
|
21
21
|
Requires-Dist: cachetools
|
|
22
22
|
Requires-Dist: capstone (!=5.0.0rc2,>=3.0.5rc2)
|
|
23
23
|
Requires-Dist: cffi (>=1.14.0)
|
|
24
|
-
Requires-Dist: claripy (==9.2.
|
|
25
|
-
Requires-Dist: cle (==9.2.
|
|
24
|
+
Requires-Dist: claripy (==9.2.59)
|
|
25
|
+
Requires-Dist: cle (==9.2.59)
|
|
26
26
|
Requires-Dist: dpkt
|
|
27
27
|
Requires-Dist: itanium-demangler
|
|
28
28
|
Requires-Dist: mulpyplexer
|
|
@@ -31,7 +31,7 @@ Requires-Dist: networkx (!=2.8.1,>=2.0)
|
|
|
31
31
|
Requires-Dist: protobuf (>=3.19.0)
|
|
32
32
|
Requires-Dist: psutil
|
|
33
33
|
Requires-Dist: pycparser (>=2.18)
|
|
34
|
-
Requires-Dist: pyvex (==9.2.
|
|
34
|
+
Requires-Dist: pyvex (==9.2.59)
|
|
35
35
|
Requires-Dist: rich (>=13.1.0)
|
|
36
36
|
Requires-Dist: rpyc
|
|
37
37
|
Requires-Dist: sortedcontainers
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
angr/__init__.py,sha256=
|
|
1
|
+
angr/__init__.py,sha256=9lA9M7oDfxcCqZvnXRDL4u7oSSvAqRHmhYoy_QM0taw,2800
|
|
2
2
|
angr/annocfg.py,sha256=dK5JAdN4Ig_jgxTBZeZXwk3kAS4-IQUvE6T02GBZTDQ,10818
|
|
3
3
|
angr/blade.py,sha256=1f5cqw1w6mKtYszN2-5QMxaoP_bbqpIaVlE7Vpf8yjc,15161
|
|
4
4
|
angr/block.py,sha256=2XEvImDfD9NeQAKPGnulds4GKepThwwtnvV-22S3Gf0,14215
|
|
@@ -62,7 +62,7 @@ angr/analyses/cfg/__init__.py,sha256=DRCry4KO2k5VJLyfxD_O6dWAdi21IUoaN5TqCnukJJs
|
|
|
62
62
|
angr/analyses/cfg/cfb.py,sha256=TqYdFau9ZH_m6cwkxbA35vDs2ES5rOFqfIuZi0lCBsQ,15450
|
|
63
63
|
angr/analyses/cfg/cfg.py,sha256=1JpPGlqXXRFwE0tk26xjabT_-dq-kqAxMv7o6-DUhp4,3146
|
|
64
64
|
angr/analyses/cfg/cfg_arch_options.py,sha256=YONHg6y-h6BCsBkJK9tuxb94DDfeOoy9CUS-LVyyDyg,3112
|
|
65
|
-
angr/analyses/cfg/cfg_base.py,sha256=
|
|
65
|
+
angr/analyses/cfg/cfg_base.py,sha256=jMe-bgFU7JaDRHsF4VTFO_PPnPV2B3PWKS6WwUtXkf4,120653
|
|
66
66
|
angr/analyses/cfg/cfg_emulated.py,sha256=Fi3rDN5ByxhO-H4Y7qn-3WZgBG12JGyvxcWmrD_FnFQ,152842
|
|
67
67
|
angr/analyses/cfg/cfg_fast.py,sha256=kToRVVWphkBO5IRLBAYNbUuJToUiEQ-pON8C80O5Hos,201393
|
|
68
68
|
angr/analyses/cfg/cfg_fast_soot.py,sha256=eA_P-OY3gRRNj2BBgSPMsB_llGyFFCNW3VyGZ2uiMoM,26047
|
|
@@ -1181,8 +1181,8 @@ angr/utils/library.py,sha256=MYbY6rvC2Fi1ofbBHynh6-cdmaDETxj8hBz1gxKvsQQ,7178
|
|
|
1181
1181
|
angr/utils/loader.py,sha256=QdkatPiyRfz5KdfCzRI1Xp3TJL_Pa75wY0dsILgMbwk,1944
|
|
1182
1182
|
angr/utils/mp.py,sha256=xSWDnZdkLaTwGXntuSDwb2tIqMsIxJpmLrxd_YWBILw,1822
|
|
1183
1183
|
angr/utils/timing.py,sha256=ddkLlRzlfmDlvRn9LseX9iQNQcNnQxzaJqnDSq7i1iU,1035
|
|
1184
|
-
angr-9.2.
|
|
1185
|
-
angr-9.2.
|
|
1186
|
-
angr-9.2.
|
|
1187
|
-
angr-9.2.
|
|
1188
|
-
angr-9.2.
|
|
1184
|
+
angr-9.2.59.dist-info/LICENSE,sha256=cgL_ho5B1NH8UxwtBuqThRWdjear8b7hktycaS1sz6g,1327
|
|
1185
|
+
angr-9.2.59.dist-info/METADATA,sha256=aX1bV-XmjTR8CKw2SLZ9W_6co0tV9sBxJD194S3l9EU,4378
|
|
1186
|
+
angr-9.2.59.dist-info/WHEEL,sha256=0vUkZ48XaG9BBQXbxXsqZ8EM_YeqwdOA_1j85LwuWGE,109
|
|
1187
|
+
angr-9.2.59.dist-info/top_level.txt,sha256=dKw0KWTbwLXytFvv15oAAG4sUs3ey47tt6DorJG9-hw,5
|
|
1188
|
+
angr-9.2.59.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|