angr 9.2.181__cp310-abi3-macosx_11_0_arm64.whl → 9.2.182__cp310-abi3-macosx_11_0_arm64.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/ailment/expression.py +2 -2
- angr/analyses/decompiler/ail_simplifier.py +77 -5
- angr/analyses/decompiler/callsite_maker.py +6 -1
- angr/analyses/decompiler/clinic.py +22 -10
- angr/analyses/decompiler/dephication/graph_vvar_mapping.py +4 -10
- angr/analyses/decompiler/ssailification/rewriting.py +82 -10
- angr/analyses/decompiler/ssailification/rewriting_engine.py +22 -11
- angr/analyses/decompiler/ssailification/ssailification.py +7 -5
- angr/analyses/s_reaching_definitions/s_rda_view.py +38 -16
- angr/analyses/s_reaching_definitions/s_reaching_definitions.py +59 -6
- angr/engines/pcode/behavior.py +6 -2
- angr/knowledge_plugins/functions/function_manager.py +1 -1
- angr/knowledge_plugins/variables/variable_manager.py +10 -19
- angr/procedures/definitions/parse_glibc.py +0 -1
- angr/procedures/definitions/parse_win32json.py +12 -3
- angr/procedures/definitions/wdk/fltmgr.json +11 -11
- angr/procedures/definitions/wdk/fwpuclnt.json +32 -32
- angr/procedures/definitions/wdk/gdi32.json +1 -1
- angr/procedures/definitions/wdk/ntoskrnl.json +61 -61
- angr/procedures/definitions/win32/_types_win32.json +1103 -1102
- angr/procedures/definitions/win32/activeds.json +2 -2
- angr/procedures/definitions/win32/advapi32.json +47 -47
- angr/procedures/definitions/win32/apphelp.json +1 -1
- angr/procedures/definitions/win32/avifil32.json +10 -10
- angr/procedures/definitions/win32/avrt.json +4 -4
- angr/procedures/definitions/win32/bluetoothapis.json +3 -3
- angr/procedures/definitions/win32/certpoleng.json +1 -1
- angr/procedures/definitions/win32/cfgmgr32.json +43 -43
- angr/procedures/definitions/win32/clusapi.json +1 -1
- angr/procedures/definitions/win32/comctl32.json +3 -3
- angr/procedures/definitions/win32/computenetwork.json +14 -14
- angr/procedures/definitions/win32/comsvcs.json +3 -3
- angr/procedures/definitions/win32/crypt32.json +5 -5
- angr/procedures/definitions/win32/d2d1.json +1 -1
- angr/procedures/definitions/win32/d3d12.json +6 -6
- angr/procedures/definitions/win32/d3dcompiler_47.json +2 -2
- angr/procedures/definitions/win32/dbgeng.json +4 -4
- angr/procedures/definitions/win32/dbghelp.json +2 -2
- angr/procedures/definitions/win32/dcomp.json +4 -4
- angr/procedures/definitions/win32/ddraw.json +6 -6
- angr/procedures/definitions/win32/diagnosticdataquery.json +1 -1
- angr/procedures/definitions/win32/dinput8.json +1 -1
- angr/procedures/definitions/win32/directml.json +2 -2
- angr/procedures/definitions/win32/dsound.json +10 -10
- angr/procedures/definitions/win32/dsparse.json +2 -2
- angr/procedures/definitions/win32/dwmapi.json +1 -1
- angr/procedures/definitions/win32/dwrite.json +1 -1
- angr/procedures/definitions/win32/dxcompiler.json +2 -2
- angr/procedures/definitions/win32/dxcore.json +1 -1
- angr/procedures/definitions/win32/dxgi.json +4 -4
- angr/procedures/definitions/win32/dxva2.json +1 -1
- angr/procedures/definitions/win32/eappprxy.json +3 -3
- angr/procedures/definitions/win32/evr.json +4 -4
- angr/procedures/definitions/win32/fwpuclnt.json +32 -32
- angr/procedures/definitions/win32/gdiplus.json +9 -9
- angr/procedures/definitions/win32/hid.json +1 -1
- angr/procedures/definitions/win32/hlink.json +7 -7
- angr/procedures/definitions/win32/ieframe.json +4 -4
- angr/procedures/definitions/win32/imgutil.json +1 -1
- angr/procedures/definitions/win32/inkobjcore.json +4 -4
- angr/procedures/definitions/win32/iphlpapi.json +8 -8
- angr/procedures/definitions/win32/kernel32.json +5 -5
- angr/procedures/definitions/win32/ksproxy_ax.json +2 -2
- angr/procedures/definitions/win32/ktmw32.json +10 -10
- angr/procedures/definitions/win32/mapi32.json +2 -2
- angr/procedures/definitions/win32/mf.json +5 -5
- angr/procedures/definitions/win32/mfplat.json +33 -33
- angr/procedures/definitions/win32/mfsensorgroup.json +2 -2
- angr/procedures/definitions/win32/mmdevapi.json +1 -1
- angr/procedures/definitions/win32/mqrt.json +2 -2
- angr/procedures/definitions/win32/mscoree.json +9 -9
- angr/procedures/definitions/win32/msdmo.json +5 -5
- angr/procedures/definitions/win32/mswsock.json +8 -8
- angr/procedures/definitions/win32/ndfapi.json +1 -1
- angr/procedures/definitions/win32/netapi32.json +6 -6
- angr/procedures/definitions/win32/netsh.json +1 -1
- angr/procedures/definitions/win32/ntdll.json +1 -1
- angr/procedures/definitions/win32/ntdsapi.json +14 -14
- angr/procedures/definitions/win32/ntlanman.json +3 -3
- angr/procedures/definitions/win32/ole32.json +78 -78
- angr/procedures/definitions/win32/oleacc.json +6 -6
- angr/procedures/definitions/win32/oleaut32.json +15 -15
- angr/procedures/definitions/win32/oledlg.json +1 -1
- angr/procedures/definitions/win32/p2p.json +11 -11
- angr/procedures/definitions/win32/p2pgraph.json +7 -7
- angr/procedures/definitions/win32/pdh.json +1 -1
- angr/procedures/definitions/win32/powrprof.json +47 -47
- angr/procedures/definitions/win32/projectedfslib.json +2 -2
- angr/procedures/definitions/win32/propsys.json +25 -25
- angr/procedures/definitions/win32/query.json +1 -1
- angr/procedures/definitions/win32/resutils.json +1 -1
- angr/procedures/definitions/win32/rpcns4.json +5 -5
- angr/procedures/definitions/win32/rpcrt4.json +33 -33
- angr/procedures/definitions/win32/rtm.json +1 -1
- angr/procedures/definitions/win32/sensorsutilsv2.json +4 -4
- angr/procedures/definitions/win32/setupapi.json +49 -49
- angr/procedures/definitions/win32/shell32.json +34 -34
- angr/procedures/definitions/win32/shlwapi.json +7 -7
- angr/procedures/definitions/win32/slc.json +25 -25
- angr/procedures/definitions/win32/slcext.json +2 -2
- angr/procedures/definitions/win32/slwga.json +1 -1
- angr/procedures/definitions/win32/tapi32.json +4 -4
- angr/procedures/definitions/win32/tdh.json +6 -6
- angr/procedures/definitions/win32/traffic.json +6 -6
- angr/procedures/definitions/win32/txfw32.json +1 -1
- angr/procedures/definitions/win32/uiautomationcore.json +1 -1
- angr/procedures/definitions/win32/urlmon.json +6 -6
- angr/procedures/definitions/win32/user32.json +1 -1
- angr/procedures/definitions/win32/userenv.json +4 -4
- angr/procedures/definitions/win32/virtdisk.json +4 -4
- angr/procedures/definitions/win32/vmdevicehost.json +1 -1
- angr/procedures/definitions/win32/wcmapi.json +2 -2
- angr/procedures/definitions/win32/webauthn.json +2 -2
- angr/procedures/definitions/win32/winbio.json +2 -2
- angr/procedures/definitions/win32/windows_ui_xaml.json +2 -2
- angr/procedures/definitions/win32/windowscodecs.json +9 -9
- angr/procedures/definitions/win32/winhttp.json +1 -1
- angr/procedures/definitions/win32/winhvplatform.json +1 -1
- angr/procedures/definitions/win32/winscard.json +12 -12
- angr/procedures/definitions/win32/winspool_drv.json +4 -4
- angr/procedures/definitions/win32/wintrust.json +9 -9
- angr/procedures/definitions/win32/wlanapi.json +27 -27
- angr/procedures/definitions/win32/wlanui.json +1 -1
- angr/procedures/definitions/win32/wldp.json +4 -4
- angr/procedures/definitions/win32/ws2_32.json +34 -34
- angr/procedures/definitions/win32/xaudio2_8.json +1 -1
- angr/procedures/definitions/win32/xmllite.json +2 -2
- angr/procedures/definitions/win32/xolehlp.json +4 -4
- angr/project.py +4 -1
- angr/rustylib.abi3.so +0 -0
- angr/unicornlib.dylib +0 -0
- angr/utils/ail.py +107 -1
- {angr-9.2.181.dist-info → angr-9.2.182.dist-info}/METADATA +5 -5
- {angr-9.2.181.dist-info → angr-9.2.182.dist-info}/RECORD +139 -139
- {angr-9.2.181.dist-info → angr-9.2.182.dist-info}/WHEEL +0 -0
- {angr-9.2.181.dist-info → angr-9.2.182.dist-info}/entry_points.txt +0 -0
- {angr-9.2.181.dist-info → angr-9.2.182.dist-info}/licenses/LICENSE +0 -0
- {angr-9.2.181.dist-info → angr-9.2.182.dist-info}/top_level.txt +0 -0
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
angr-9.2.
|
|
2
|
-
angr-9.2.
|
|
3
|
-
angr-9.2.
|
|
4
|
-
angr-9.2.
|
|
5
|
-
angr-9.2.
|
|
6
|
-
angr-9.2.
|
|
1
|
+
angr-9.2.182.dist-info/RECORD,,
|
|
2
|
+
angr-9.2.182.dist-info/WHEEL,sha256=kFn0Fg1gyV9Pk02-Hr4CbqbhAvYPyosBpF5pwZB07jU,135
|
|
3
|
+
angr-9.2.182.dist-info/entry_points.txt,sha256=Vjh1C8PMyr5dZFMnik5WkEP01Uwr2T73I3a6N32sgQU,44
|
|
4
|
+
angr-9.2.182.dist-info/top_level.txt,sha256=dKw0KWTbwLXytFvv15oAAG4sUs3ey47tt6DorJG9-hw,5
|
|
5
|
+
angr-9.2.182.dist-info/METADATA,sha256=lQb9dl16tl4JSziPnL1d1FjbqU5cPTltj6L-D5VZGrM,4445
|
|
6
|
+
angr-9.2.182.dist-info/licenses/LICENSE,sha256=PmWf0IlSz6Jjp9n7nyyBQA79Q5C2ma68LRykY1V3GF0,1456
|
|
7
7
|
angr/vaults.py,sha256=D_gkDegCyPlZMKGC5E8zINYAaZfSXNWbmhX0rXCYpvM,9718
|
|
8
|
-
angr/unicornlib.dylib,sha256=
|
|
8
|
+
angr/unicornlib.dylib,sha256=1jZ5fMqdlOfz41L6CA7bIr791PCqwPSKZ92zaLd8lsc,234064
|
|
9
9
|
angr/state_hierarchy.py,sha256=qDQCUGXmQm3vOxE3CSoiqTH4OAFFOWZZt9BLhNpeOhA,8484
|
|
10
10
|
angr/callable.py,sha256=j9Orwd4H4fPqOYylcEt5GuLGPV7ZOqyA_OYO2bp5PAA,6437
|
|
11
11
|
angr/sim_type.py,sha256=8AJjzu_hp4GvgXogz8KnLiPXSnxBGUy-D3G8w4wEicQ,144714
|
|
12
12
|
angr/knowledge_base.py,sha256=hRoSLuLaOXmddTSF9FN5TVs7liftpBGq_IICz5AaYBk,4533
|
|
13
13
|
angr/emulator.py,sha256=aZXi8-jQ_9uelN2zvlecR2ZYXPey4PHyju6yVJIWDAk,4708
|
|
14
|
-
angr/rustylib.abi3.so,sha256=
|
|
14
|
+
angr/rustylib.abi3.so,sha256=i-O0bKxpMU_U8xC6gXCkP01X-AcSOUeTOsfH6QGl7tA,4768352
|
|
15
15
|
angr/codenode.py,sha256=hCrQRp4Ebb2X6JicNmY1PXo3_Pm8GDxVivVW0Pwe84k,3918
|
|
16
16
|
angr/graph_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
17
|
angr/sim_manager.py,sha256=w7yTfWR-P9yoN5x85eeiNpj9dTrnjpJ3o5aoFpDAPnc,39396
|
|
18
18
|
angr/serializable.py,sha256=l908phj_KcqopEEL_oCufbP_H6cm3Wc9v-5xdux1-6g,1533
|
|
19
19
|
angr/code_location.py,sha256=kXNJDEMge9VRHadrK4E6HQ8wDdCaHSXNqyAZuHDEGuM,5397
|
|
20
|
-
angr/__init__.py,sha256=
|
|
20
|
+
angr/__init__.py,sha256=7JDHaZqchQjNtzzYxnnmXE63mQYOyO-nAN9AEC33fuM,9246
|
|
21
21
|
angr/blade.py,sha256=OGGW-oggqI9_LvgZhiQuh9Ktkvf3vhRBmH0XviNyZ6o,15801
|
|
22
22
|
angr/factory.py,sha256=PPNWvTiWaIgzxzyoTr8ObSF-TXp1hCdbY2e-0xBePNc,17815
|
|
23
23
|
angr/sim_state_options.py,sha256=dsMY3UefvL7yZKXloubMhzUET3N2Crw-Fpw2Vd1ouZQ,12468
|
|
@@ -32,7 +32,7 @@ angr/block.py,sha256=0-qh5KiE1F8FZXgDpRG5Hk-OhZrTBrCmMi9oGXE21rU,14834
|
|
|
32
32
|
angr/slicer.py,sha256=DND0BERanYKafasRH9MDFAng0rSjdjmzXj2-phCD6CQ,10634
|
|
33
33
|
angr/__main__.py,sha256=N6uAG4GA5S02pSDUKcWFmTuWiT-qiO7OP7kSfXsF4nQ,6142
|
|
34
34
|
angr/annocfg.py,sha256=0NIvcuCskwz45hbBzigUTAuCrYutjDMwEXtMJf0y0S0,10742
|
|
35
|
-
angr/project.py,sha256=
|
|
35
|
+
angr/project.py,sha256=0NpHmvJPh2fieCKaeFFMM8971GkbslrvJkEn8h7Ry2I,38455
|
|
36
36
|
angr/sim_variable.py,sha256=3DssmMw5G7m_-MYToJ3LBP-ooy2UQEuI2YgxIuX3d4Y,13177
|
|
37
37
|
angr/sim_procedure.py,sha256=EfXQEX-Na7iNtoqc2-KQhs7AR3tsiMYnxEF1v_lL_ok,26235
|
|
38
38
|
angr/procedures/__init__.py,sha256=eTLs6tsx6qjSJs26uUbRL14qs7Dnv-2v2HRmczjtgag,263
|
|
@@ -309,8 +309,8 @@ angr/procedures/linux_loader/_dl_rtld_lock.py,sha256=DZASn_X95fmPnGVLzBPIu4GijiW
|
|
|
309
309
|
angr/procedures/definitions/cgc.py,sha256=Jrb74dNzy05h_nmsC3GjN5Yr5_jWIjpZ24ZsVkH5jio,508
|
|
310
310
|
angr/procedures/definitions/gnulib.py,sha256=GK4eVXFxwgwhJ9cr47PiTUS4fKYrqPfMtIvwM464Oyo,1107
|
|
311
311
|
angr/procedures/definitions/linux_kernel.py,sha256=xPpfHkfaA_5jS6mPX1YDCPLHEAirAmeGW6mLDBKIlC8,239128
|
|
312
|
-
angr/procedures/definitions/parse_glibc.py,sha256
|
|
313
|
-
angr/procedures/definitions/parse_win32json.py,sha256=
|
|
312
|
+
angr/procedures/definitions/parse_glibc.py,sha256=oMWlsI4Jc4yulFYUhyUpwUyEXTtGWmi24tU7w1d1q4A,2038
|
|
313
|
+
angr/procedures/definitions/parse_win32json.py,sha256=g_1kCGIgXGjUJ4GuqRjMmwN1RJmRTg5Q-lkVkTe4vmk,109854
|
|
314
314
|
angr/procedures/definitions/__init__.py,sha256=wYoWkHRSh6wjWE-9wPgNJbTfyeHaqkN2zDWOtHJMdF8,43644
|
|
315
315
|
angr/procedures/definitions/msvcr.py,sha256=CQgWXrKcEjx9xfPf2BZOOPaQJ5AUqwdNtN_5FdYtRzg,651
|
|
316
316
|
angr/procedures/definitions/parse_syscalls_from_local_system.py,sha256=ssyMjeyuPVYHnbmArwDPO0XXMW1n5Odv__n17cdLVcY,1823
|
|
@@ -323,113 +323,113 @@ angr/procedures/definitions/wdk/offreg.json,sha256=FZ6U7XD1KZPzxgtgJylRbO0sw5bcH
|
|
|
323
323
|
angr/procedures/definitions/wdk/ndis.json,sha256=CBLTeOby2j_SOP_uPLTPkAcN9ryAiJPg8_bZJw63udw,37456
|
|
324
324
|
angr/procedures/definitions/wdk/clfs.json,sha256=bDXQbYnvXIWvQeL7agM3WNxNS6fRyW_Yi9KDYBlnYyI,26417
|
|
325
325
|
angr/procedures/definitions/wdk/api-ms-win-dx-d3dkmt-l1-1-4.json,sha256=nkET0iaXAHF_qSgyF4N6G1M0i7QtPEPCo2u28so9taM,1016
|
|
326
|
-
angr/procedures/definitions/wdk/fltmgr.json,sha256=
|
|
326
|
+
angr/procedures/definitions/wdk/fltmgr.json,sha256=Y600As4TlJ6Uq2ctAHNa8rLjEwBdrX-APl6ewWiZ1As,121894
|
|
327
327
|
angr/procedures/definitions/wdk/hal.json,sha256=RxvRTa5sumqXXPJai2YrdssJD5fbWeTQi0ap0QQRBxw,12103
|
|
328
328
|
angr/procedures/definitions/wdk/api-ms-win-dx-d3dkmt-l1-1-6.json,sha256=W4md-By6xMbKPnSvDQG4Sqh5C6HSrl_61NHY9GWGbQM,460
|
|
329
|
-
angr/procedures/definitions/wdk/gdi32.json,sha256=
|
|
330
|
-
angr/procedures/definitions/wdk/fwpuclnt.json,sha256=
|
|
331
|
-
angr/procedures/definitions/wdk/ntoskrnl.json,sha256=
|
|
329
|
+
angr/procedures/definitions/wdk/gdi32.json,sha256=DID6fdKAQF32pGh0TwQ6NpsOydk1-TUrZwMcTrrjSSU,44939
|
|
330
|
+
angr/procedures/definitions/wdk/fwpuclnt.json,sha256=9QSH4cFSyHabUvW5vCiI7DRB4jbF4rKApt-1s6S_vdE,70302
|
|
331
|
+
angr/procedures/definitions/wdk/ntoskrnl.json,sha256=9g6OJDoo44kWvdvB9MA8l0zbBJrtX9WIw5lNFt0hZDw,681544
|
|
332
332
|
angr/procedures/definitions/wdk/fwpkclnt.json,sha256=W_0xXafBO0bheqpLGXOO0tVORvx2KXMwrhPaoBUJTko,1225
|
|
333
333
|
angr/procedures/definitions/wdk/ksecdd.json,sha256=xYYdocSCK8LBeQYFlhZ7ZKiTK-ju26KDWRIQiw7rBKQ,13262
|
|
334
334
|
angr/procedures/definitions/wdk/secur32.json,sha256=M9aMvWxz7zzLtZU4X7Ue5tNJOuNtHvHWHz81e7DvTNs,3432
|
|
335
335
|
angr/procedures/definitions/wdk/vhfum.json,sha256=TvGj_ghAX5yD7Y916F77szl8GgeIN4b4wJOyb22Ys1Y,1590
|
|
336
|
-
angr/procedures/definitions/win32/dxva2.json,sha256=
|
|
336
|
+
angr/procedures/definitions/win32/dxva2.json,sha256=zwZJzv_s6nN0Y-pregtGvd_GTRQllAU6HKjRCcGg9nA,14662
|
|
337
337
|
angr/procedures/definitions/win32/api-ms-win-core-sysinfo-l1-2-6.json,sha256=m_7ueUWFO_2KhFnKqs53rcQHjThOz_C4X0tswUSSrEc,407
|
|
338
338
|
angr/procedures/definitions/win32/opengl32.json,sha256=48u9LADfZTjtuM6IrtcF5VhgadiXe7QNkcSa6fdC9RI,84161
|
|
339
339
|
angr/procedures/definitions/win32/api-ms-win-net-isolation-l1-1-0.json,sha256=rkqeHQPG9odD7gPiWUHg0NC0tuSfMOlNgfEnttxIXZ0,3655
|
|
340
340
|
angr/procedures/definitions/win32/dnsapi.json,sha256=Bwfki7y_ropWgZZcLAUJ8xiqEKMC8bvf4B81r06ko2I,25118
|
|
341
|
-
angr/procedures/definitions/win32/directml.json,sha256=
|
|
341
|
+
angr/procedures/definitions/win32/directml.json,sha256=7bgd88pnhuBO9QrzjlcBxf7hSl6Fdk-Ngr4Rwsf54eM,1181
|
|
342
342
|
angr/procedures/definitions/win32/dhcpcsvc.json,sha256=CEvPfM2Z0d2JL2-WT1agnyO79-XaxkmyycFLOuB6H7E,5880
|
|
343
|
-
angr/procedures/definitions/win32/mscoree.json,sha256=
|
|
343
|
+
angr/procedures/definitions/win32/mscoree.json,sha256=_Kay5VSjIc7PeZpNqfCxv2CmNcvVZdRugLQnj-EbstQ,12917
|
|
344
344
|
angr/procedures/definitions/win32/api-ms-win-core-apiquery-l2-1-0.json,sha256=UxSBow7p1ZQWY_PAK_85cSdFIV7aEsJsC2h-2xg-dmM,420
|
|
345
345
|
angr/procedures/definitions/win32/computestorage.json,sha256=PviD7MV0fAZRRWUfM5wKSu3IA-_TZuONCNbn6qBb01o,3929
|
|
346
346
|
angr/procedures/definitions/win32/d3d10_1.json,sha256=JamsqLvGZjrS_Dep2hecAAvHl3mmvxj-B2SeglmnXXI,1683
|
|
347
|
-
angr/procedures/definitions/win32/virtdisk.json,sha256=
|
|
347
|
+
angr/procedures/definitions/win32/virtdisk.json,sha256=ixbE5nUCU_LuQhyg6WBzGXDYgh936CRgiJ9urw_n8nA,13592
|
|
348
348
|
angr/procedures/definitions/win32/api-ms-win-core-errorhandling-l1-1-3.json,sha256=enPwvbSaNxnCCLQNRzLdQ4cy8VLKM1mQoNAIzNXXxhE,488
|
|
349
349
|
angr/procedures/definitions/win32/rasapi32.json,sha256=tCGoqruIJSIHXs4t3qFr4W4dmIvVo4SzFHyuZWnHWmY,33443
|
|
350
350
|
angr/procedures/definitions/win32/bcryptprimitives.json,sha256=jFgz5p4u_90CH7dkDwZcvzez_LfTFiRGqAa2vEr4hB0,864
|
|
351
|
-
angr/procedures/definitions/win32/ddraw.json,sha256=
|
|
351
|
+
angr/procedures/definitions/win32/ddraw.json,sha256=4XzTKepq9KHFK-LRqceOpfwne7T7Fb2k-CvqsHd6gtU,4100
|
|
352
352
|
angr/procedures/definitions/win32/ondemandconnroutehelper.json,sha256=nw6m-58i3Xixy5AN9oPDxyNmYcG60lMGA0XHhG4sf_0,2201
|
|
353
353
|
angr/procedures/definitions/win32/api-ms-win-core-marshal-l1-1-0.json,sha256=id6sbJgh_ixxr3MBNGiMdRbvTOQE3buBXUr9HUWdTWE,1735
|
|
354
354
|
angr/procedures/definitions/win32/api-ms-win-shcore-scaling-l1-1-1.json,sha256=q7E5_K8QwFAqU7zu2KCeyLl75nF2A9z2MS0OY44emB0,2089
|
|
355
|
-
angr/procedures/definitions/win32/ntlanman.json,sha256=
|
|
355
|
+
angr/procedures/definitions/win32/ntlanman.json,sha256=BmwF5sEYXmhOyziCJr2ieM-u4EI6oLDgueHjzms8jYA,4328
|
|
356
356
|
angr/procedures/definitions/win32/msacm32.json,sha256=5Z5EH1X9k5sGKj5ep48OysmwnGVgKJ8TZ1WS-qMpFUY,20117
|
|
357
357
|
angr/procedures/definitions/win32/version.json,sha256=AKkInMlKuYiHm5vbuqu4GgQx2T9xzE5VXuGOPUtRzTk,7270
|
|
358
358
|
angr/procedures/definitions/win32/api-ms-win-service-core-l1-1-4.json,sha256=ON1VmlUyyce_y1sUdXcjnlB99K2zFeTsHJynSyfDxsc,818
|
|
359
359
|
angr/procedures/definitions/win32/wdsmc.json,sha256=YxUFpCujZqo8RXJUuK841eRnm-ssyF7MGBEFU0FMZQU,2319
|
|
360
360
|
angr/procedures/definitions/win32/kernelbase.json,sha256=q0-CrDyqKQUsXq27TbEH82UFgyIwnKE5RuNgvKpJyWA,2686
|
|
361
|
-
angr/procedures/definitions/win32/oleaut32.json,sha256=
|
|
361
|
+
angr/procedures/definitions/win32/oleaut32.json,sha256=k9D43GBMntzUh0VeiF8ewDkPjIdLVnlF6C0OFubTHZg,141689
|
|
362
362
|
angr/procedures/definitions/win32/wdspxe.json,sha256=iEK1RGMBwmoj1z8xzgy6VvkQMjhMwD2cHcfAMMqRWRM,14080
|
|
363
363
|
angr/procedures/definitions/win32/opmxbox.json,sha256=-yaF19v80rlABLmY-qlBNpYFwjnj8QFnOh0SezyZ5Io,994
|
|
364
364
|
angr/procedures/definitions/win32/rtutils.json,sha256=THx3YuFjpjdP6hrA34EdlUkPH6z0W8Mu1Rh8tshsU9g,16102
|
|
365
|
-
angr/procedures/definitions/win32/xmllite.json,sha256=
|
|
365
|
+
angr/procedures/definitions/win32/xmllite.json,sha256=ks58JRIOnj-shGLlOfarxm0I6OvoBiZwH95rdK0qeJw,2974
|
|
366
366
|
angr/procedures/definitions/win32/cscapi.json,sha256=upf_qBEJ_IuJLWH8HDD88ixiwq_IJulBxZifxOJ0050,1369
|
|
367
367
|
angr/procedures/definitions/win32/api-ms-win-gaming-tcui-l1-1-4.json,sha256=qx0i3DvSqocidUxQV_-XggMYcKmel-9qf_Eg74OG_ho,4360
|
|
368
|
-
angr/procedures/definitions/win32/mf.json,sha256=
|
|
368
|
+
angr/procedures/definitions/win32/mf.json,sha256=kqn1sDK3aK8HO_RxOsgzT7X_8Ju7Bu9WBo-Yp6GOqO4,20882
|
|
369
369
|
angr/procedures/definitions/win32/psapi.json,sha256=rOlcXhlHtElWnnoNyiKW7m0Z8jSTw_0yO_7x2BiRBFY,10943
|
|
370
370
|
angr/procedures/definitions/win32/api-ms-win-appmodel-runtime-l1-1-6.json,sha256=D1HwepKDctQDiBF7b80Ivg3bd21sett7Hr8HmYrQI9s,382
|
|
371
|
-
angr/procedures/definitions/win32/_types_win32.json,sha256=
|
|
371
|
+
angr/procedures/definitions/win32/_types_win32.json,sha256=R4fP6arKUetqca_YKFM7LWO3jpjj_YKKeadVaEr3VIk,10620690
|
|
372
372
|
angr/procedures/definitions/win32/wininet.json,sha256=JSLHiMGR5mp7IGxHCOt6dond1dAt53P8YM-jO8AQVBE,128370
|
|
373
|
-
angr/procedures/definitions/win32/activeds.json,sha256=
|
|
373
|
+
angr/procedures/definitions/win32/activeds.json,sha256=JbMa59euS8tTUGS9A_-v3hxjArmIPx_dfFS6o2gg72k,8393
|
|
374
374
|
angr/procedures/definitions/win32/bcp47mrm.json,sha256=cjaqbqMZoFBNnP2QZK1pwBP5iE0D046RJ-Ayx-_bBuE,816
|
|
375
375
|
angr/procedures/definitions/win32/d3dcsx.json,sha256=FMQaEMNTwxDm49WULfpkNOOmyrNGYc6OaeEpf7RdPWc,5142
|
|
376
|
-
angr/procedures/definitions/win32/inkobjcore.json,sha256=
|
|
377
|
-
angr/procedures/definitions/win32/comsvcs.json,sha256=
|
|
378
|
-
angr/procedures/definitions/win32/eappprxy.json,sha256=
|
|
379
|
-
angr/procedures/definitions/win32/wcmapi.json,sha256=
|
|
376
|
+
angr/procedures/definitions/win32/inkobjcore.json,sha256=ugvsmvdWb6hci_iif_QaVIZJXRHI5iBTkp8kygVVrPs,8934
|
|
377
|
+
angr/procedures/definitions/win32/comsvcs.json,sha256=AnYmpXzEhhfgJajKBmiqpfdqKEIeCb-MtmaKNKbHoIw,1994
|
|
378
|
+
angr/procedures/definitions/win32/eappprxy.json,sha256=7B1KjtXx-t-0TuSilsGeS6Z9wsKqYsDCm_MfAYpkr4Q,10029
|
|
379
|
+
angr/procedures/definitions/win32/wcmapi.json,sha256=AXk0uFyTqK4XAEzTLoj7SSaA67ygKFGs_M58sDLfG1Q,2420
|
|
380
380
|
angr/procedures/definitions/win32/mstask.json,sha256=PYmTn8QLCeDzxByL_Tx2UK0mq-5HCz-XCZXc1cHVuGQ,936
|
|
381
381
|
angr/procedures/definitions/win32/wer.json,sha256=Wyc2diPrTxcTaZRlIP0wsCGf0lXXVb8TidQ3YvO2tJY,7363
|
|
382
382
|
angr/procedures/definitions/win32/ninput.json,sha256=jY-apyC_e5sxMqjTxVieI3jCHy0dxJ88z1m8OarHyh4,11248
|
|
383
|
-
angr/procedures/definitions/win32/winscard.json,sha256=
|
|
383
|
+
angr/procedures/definitions/win32/winscard.json,sha256=gVBIM0JjxZMU5ZNkVvsxWObSAem6kJsPuDGtL1VcPq8,32209
|
|
384
384
|
angr/procedures/definitions/win32/api-ms-win-core-state-helpers-l1-1-0.json,sha256=TN3ryMYwLmFST8YIqza46F-9QUTXiFdk6MwAnurUJ0c,1069
|
|
385
385
|
angr/procedures/definitions/win32/api-ms-win-core-enclave-l1-1-1.json,sha256=RfvuSSbvk7PPdGgF50jZxhfGfqhB3xf8rxR2z88glPU,983
|
|
386
386
|
angr/procedures/definitions/win32/api-ms-win-core-comm-l1-1-1.json,sha256=rYr_dnoxz56qRyvoFkJ5d6rm60M741fCidDYZs0EZ3w,565
|
|
387
387
|
angr/procedures/definitions/win32/credui.json,sha256=5wR1DeG8EEO2fqZmiixany6qiGe1F7MfhRqC7CFlQVk,12776
|
|
388
388
|
angr/procedures/definitions/win32/api-ms-win-service-core-l1-1-5.json,sha256=2rIt6vSBOktMwwTeg23yI9nLp3ywh-BkUngxhNR_Bss,1279
|
|
389
389
|
angr/procedures/definitions/win32/dbgmodel.json,sha256=JiSj3-k8QrBHCq5uZ1rc53VWiv_eP4DVG2HQPQTz6VY,505
|
|
390
|
-
angr/procedures/definitions/win32/msdmo.json,sha256=
|
|
391
|
-
angr/procedures/definitions/win32/dwmapi.json,sha256=
|
|
392
|
-
angr/procedures/definitions/win32/dwrite.json,sha256=
|
|
390
|
+
angr/procedures/definitions/win32/msdmo.json,sha256=gwgAcXEL6IA9n6ssams4G7XdVTxgqxK2QtZO7Wglm3k,4819
|
|
391
|
+
angr/procedures/definitions/win32/dwmapi.json,sha256=F0BLJAiP_1LN_tM_Ooladr5BGgh76BktjtfL38Zwi5A,9724
|
|
392
|
+
angr/procedures/definitions/win32/dwrite.json,sha256=FjSL-0jcYhxrAgCcng3qW0_1FzVektfzBE3RCK35Suc,587
|
|
393
393
|
angr/procedures/definitions/win32/api-ms-win-shcore-scaling-l1-1-0.json,sha256=xh9_SD-UO1M3zxjGKZH13X6iQvqPAtWGRn-g4J3Klyw,1203
|
|
394
394
|
angr/procedures/definitions/win32/ualapi.json,sha256=7BPP33ycRXfrqBlqhfvEjLyTzZeGRhRahuI09cIzrVs,1195
|
|
395
395
|
angr/procedures/definitions/win32/keycredmgr.json,sha256=Qf6kU_4jh7XVeVzZD6zROfT3u9EMPWNY32m-8V02_nc,1614
|
|
396
396
|
angr/procedures/definitions/win32/computecore.json,sha256=UaHZnM3xfm9Ho3cP-kPTqR-3jPmOmD848Uqq0SFZ8og,18784
|
|
397
|
-
angr/procedures/definitions/win32/tdh.json,sha256=
|
|
397
|
+
angr/procedures/definitions/win32/tdh.json,sha256=kmtKOpZAnsKMVXxW-93cm4YgZSW2FdeX43mSi5O9P7g,12503
|
|
398
398
|
angr/procedures/definitions/win32/eappcfg.json,sha256=2sZVVBfD01MU2_6icGvEzUKDHPaCFkx991Md9uAN_t4,10980
|
|
399
|
-
angr/procedures/definitions/win32/traffic.json,sha256=
|
|
400
|
-
angr/procedures/definitions/win32/urlmon.json,sha256=
|
|
401
|
-
angr/procedures/definitions/win32/ws2_32.json,sha256=
|
|
399
|
+
angr/procedures/definitions/win32/traffic.json,sha256=E3fchV9tHAhDOosN8CpU6e9Yd7Rwxrj_9KEtGmH74gQ,7893
|
|
400
|
+
angr/procedures/definitions/win32/urlmon.json,sha256=SB9f1uCY05pc7k02t4XR6pF-lCi-ozwySXZAh5ETxDg,32182
|
|
401
|
+
angr/procedures/definitions/win32/ws2_32.json,sha256=YGWlXiIfPzPbz0yU1rpihQlhKVnAlek_PhY4rnzWd8c,69716
|
|
402
402
|
angr/procedures/definitions/win32/msdelta.json,sha256=-Oja9ncNiaEs4M9LxWyfkZcLWreHbvTgbbAI0gWLuuo,7748
|
|
403
403
|
angr/procedures/definitions/win32/dsprop.json,sha256=mCmUom7D0uvuF3DBUKybiYuKy4A40rTAsVd3Jq5e1ug,2316
|
|
404
|
-
angr/procedures/definitions/win32/p2pgraph.json,sha256=
|
|
404
|
+
angr/procedures/definitions/win32/p2pgraph.json,sha256=pfxPE9eEY20jEP7zxDlV93z0RP-Juofy1AkoueslKOI,13580
|
|
405
405
|
angr/procedures/definitions/win32/xpsprint.json,sha256=8LBdnh4D9-mSDKJOiws93m8o0cW9gKRxF2kixt7qK3o,1806
|
|
406
406
|
angr/procedures/definitions/win32/icu.json,sha256=Hsuo-Z21gnwmd_zgVwVlgYBbmrxExm4KBl21K9NgbLI,388938
|
|
407
|
-
angr/procedures/definitions/win32/mswsock.json,sha256=
|
|
407
|
+
angr/procedures/definitions/win32/mswsock.json,sha256=4qSr_8LqEEoHCjLFzPnJJn8TrjiW9DLTmCdPiRBY3BA,9309
|
|
408
408
|
angr/procedures/definitions/win32/clfsw32.json,sha256=GhSkGf4PX6QCqxvTtw3gB3rWFDdlH4kClQo7Y1PqQXY,26180
|
|
409
409
|
angr/procedures/definitions/win32/wsnmp32.json,sha256=3mU0iZcB8y8-Cq1MsTUwKojID6LIMyU6K8qEiDRejzU,18813
|
|
410
410
|
angr/procedures/definitions/win32/mgmtapi.json,sha256=KOusDjobc8bZmn13BvKnGW1X9_EY3BIEghfJBU5k7LQ,4356
|
|
411
|
-
angr/procedures/definitions/win32/mapi32.json,sha256=
|
|
412
|
-
angr/procedures/definitions/win32/txfw32.json,sha256=
|
|
413
|
-
angr/procedures/definitions/win32/shell32.json,sha256=
|
|
414
|
-
angr/procedures/definitions/win32/clusapi.json,sha256=
|
|
411
|
+
angr/procedures/definitions/win32/mapi32.json,sha256=ZohWWSgm_3SOlHjnOV9rc3tWocwZuGxjzVRbgJIEhxU,28965
|
|
412
|
+
angr/procedures/definitions/win32/txfw32.json,sha256=gOhhy4fmK4XoOcLGk5VJ5ux1zrVLkZJFTgwAXRIqsSU,4163
|
|
413
|
+
angr/procedures/definitions/win32/shell32.json,sha256=3m4CYXNBMgAh8i4MOBzkNPVpAOediYVaLRuE4H3dKYs,88375
|
|
414
|
+
angr/procedures/definitions/win32/clusapi.json,sha256=6QeNk3Yq0_7p6Vgvd44UWqhCBnXPJ6Pi1JfEw3YRpcI,110872
|
|
415
415
|
angr/procedures/definitions/win32/rtworkq.json,sha256=lWNaDPu3tdz5gtNaG-8Lg7zOvPRV6fibPEVur_LL7W4,9908
|
|
416
416
|
angr/procedures/definitions/win32/mdmregistration.json,sha256=UoMjJgf9oZcCRNQ1GhALK2vpi9wRjJivk_86DPShH8Y,4740
|
|
417
417
|
angr/procedures/definitions/win32/api-ms-win-core-slapi-l1-1-0.json,sha256=GuprnGXKuawmhmewoP6ZihAS0dHyWcoJzifRnqnO7wY,746
|
|
418
418
|
angr/procedures/definitions/win32/sti.json,sha256=R3Aoua5tz6y71VKsSIduFK3Ql9gPCCa3A0rsTy_LjwY,606
|
|
419
419
|
angr/procedures/definitions/win32/drt.json,sha256=UUgUot_PXXAhDU_2JkzlJwVomH9su7CBnWOnfXf26v0,5679
|
|
420
|
-
angr/procedures/definitions/win32/avifil32.json,sha256=
|
|
420
|
+
angr/procedures/definitions/win32/avifil32.json,sha256=eg0zKnC75wbOapQqJELRftk7NKcGRXfJANJ3xEa_DAM,21510
|
|
421
421
|
angr/procedures/definitions/win32/efswrt.json,sha256=NK4mOoqUWfh8n7W73kWxNXACCznDcVCnpo1jBmo9Iw8,783
|
|
422
422
|
angr/procedures/definitions/win32/srclient.json,sha256=pLHG08ZMUuBa_75e416ClC-Rn7RGLeUiPuavumgtXkk,409
|
|
423
|
-
angr/procedures/definitions/win32/rtm.json,sha256=
|
|
423
|
+
angr/procedures/definitions/win32/rtm.json,sha256=oCdRfcBPkRuV8-g4cXK7dDH64mZpn2jjRH7yLOPHMmg,39040
|
|
424
424
|
angr/procedures/definitions/win32/api-ms-win-core-memory-l1-1-7.json,sha256=s7C9tNadM9YeUPvISQ8chZ-7lkMb5ib0amTcSHTsDc4,1805
|
|
425
425
|
angr/procedures/definitions/win32/prntvpt.json,sha256=cmsgDrXPw00TxtZVuLzJjalGFwDGL-n0pd1skV9kyDw,4996
|
|
426
426
|
angr/procedures/definitions/win32/api-ms-win-core-synch-l1-2-0.json,sha256=SP97OcvXm3_kzYMoumX1wxLh2C3yaPLbKPlUMBeSPVY,1068
|
|
427
|
-
angr/procedures/definitions/win32/ole32.json,sha256=
|
|
427
|
+
angr/procedures/definitions/win32/ole32.json,sha256=TkoZ1ldIRZWpp_3t-YBpOKR-_ibXd__JpRSlKlKNNeU,120637
|
|
428
428
|
angr/procedures/definitions/win32/elscore.json,sha256=i-2FQOq9Gvfv5gvbKEt0nqsc_kOZZmzZkqd7cV-Whd0,2190
|
|
429
|
-
angr/procedures/definitions/win32/slc.json,sha256=
|
|
429
|
+
angr/procedures/definitions/win32/slc.json,sha256=niXgb2fOkQBHbWvtA133QQGZj6AIaJ3xlB-Odz4E1wA,15688
|
|
430
430
|
angr/procedures/definitions/win32/api-ms-win-core-psm-appnotify-l1-1-0.json,sha256=mzd-6lnml7I3F0GBQWFIPaGx6T8CVp2fHOpoFpKiqQ8,1038
|
|
431
431
|
angr/procedures/definitions/win32/mdmlocalmanagement.json,sha256=aqkmNnYVdFxm8Oc39jW4Ig93umQd6sI4uHoG0Wc_Rpo,929
|
|
432
|
-
angr/procedures/definitions/win32/ktmw32.json,sha256=
|
|
432
|
+
angr/procedures/definitions/win32/ktmw32.json,sha256=NuTCtCYetryxJ28tGKosIDdLrqG15t-lyRFHERe-4kg,14138
|
|
433
433
|
angr/procedures/definitions/win32/msvfw32.json,sha256=TRa64Ppd6ro9fQ1BA9ysHsxOB0pw089eN0ygh8SS8nE,16839
|
|
434
434
|
angr/procedures/definitions/win32/sas.json,sha256=knNvfcAsVtZJkU2m26vGlAiBsN0SiE343xct54NKA5Q,365
|
|
435
435
|
angr/procedures/definitions/win32/hhctrl_ocx.json,sha256=J6-dGPD96FF4jVbONrfsaiNbTtrX-A4XdFzOzrjBi6I,1026
|
|
@@ -437,56 +437,56 @@ angr/procedures/definitions/win32/api-ms-win-gaming-tcui-l1-1-2.json,sha256=oHru
|
|
|
437
437
|
angr/procedures/definitions/win32/api-ms-win-appmodel-runtime-l1-1-1.json,sha256=DssvlKhcR30dzOg9Cg4s09pHNT0WXsugDEMdo7KrC5g,3476
|
|
438
438
|
angr/procedures/definitions/win32/snmpapi.json,sha256=OLuK5rNnZ3O0yedN7EHylElFgPGAoba8v3ZibvrYG18,6948
|
|
439
439
|
angr/procedures/definitions/win32/wscapi.json,sha256=bI7WIvvaLaaafaGPa-L5aOG65g2nrZXuGsiMVDrQJqU,1895
|
|
440
|
-
angr/procedures/definitions/win32/computenetwork.json,sha256=
|
|
441
|
-
angr/procedures/definitions/win32/mmdevapi.json,sha256=
|
|
440
|
+
angr/procedures/definitions/win32/computenetwork.json,sha256=lySIA2oMuf_VBrqJz2jl7yqJZiWFG5f_45bIQQSJ2y0,16820
|
|
441
|
+
angr/procedures/definitions/win32/mmdevapi.json,sha256=X-jgUIo7XgLUjijWaasMDugUBeMEkkmRzg7COqUxnTY,826
|
|
442
442
|
angr/procedures/definitions/win32/api-ms-win-core-sysinfo-l1-2-0.json,sha256=p-AxWOkVRhozWV29xdDPfbI0Fq_7pWSbY-VB12O5U_c,445
|
|
443
|
-
angr/procedures/definitions/win32/winhvplatform.json,sha256=
|
|
443
|
+
angr/procedures/definitions/win32/winhvplatform.json,sha256=WkDR_3p-gYClEIxT-KP0irAZnE0kgaO0oZgmLfD36gM,43855
|
|
444
444
|
angr/procedures/definitions/win32/tokenbinding.json,sha256=UOiRmIKuK1fkRQAAS_Uhh8CiLTv50E-VP34OpHwlJl8,4728
|
|
445
|
-
angr/procedures/definitions/win32/query.json,sha256=
|
|
446
|
-
angr/procedures/definitions/win32/windows_ui_xaml.json,sha256=
|
|
445
|
+
angr/procedures/definitions/win32/query.json,sha256=8mW1Q7XBcaWwEwLFZU7lFXrV17U8MDNIBY5TvJLvdNQ,1693
|
|
446
|
+
angr/procedures/definitions/win32/windows_ui_xaml.json,sha256=cNS140to-3XvWWYMcJ-mEfdn-JaDqesH4YAKEu5eLjQ,1208
|
|
447
447
|
angr/procedures/definitions/win32/mspatcha.json,sha256=feZUidahHPyh0CR28xlgJ6CXulODmwdIscE7AZPoyZg,11511
|
|
448
|
-
angr/procedures/definitions/win32/webauthn.json,sha256=
|
|
448
|
+
angr/procedures/definitions/win32/webauthn.json,sha256=dfEbhla2YQMAwoc0yWDTcgRkARdz_y7q9eKVUfOhAsw,4746
|
|
449
449
|
angr/procedures/definitions/win32/mscms.json,sha256=7-zREduWutXAX493FoULn975TTDYSu_EHtq4EBrULDw,38524
|
|
450
450
|
angr/procedures/definitions/win32/api-ms-win-security-isolatedcontainer-l1-1-1.json,sha256=osKOvDZNM1-OXwuqAQG7rzqmyT0n6cvochDqT3Lu9mI,552
|
|
451
451
|
angr/procedures/definitions/win32/websocket.json,sha256=mWxzkTivWQczAtP0DSMjM9pIODbPnRv62i8jiJrqLDM,7390
|
|
452
|
-
angr/procedures/definitions/win32/wlanapi.json,sha256=
|
|
452
|
+
angr/procedures/definitions/win32/wlanapi.json,sha256=INZA5xhGa6UopbG5i24iv4DuX9x7_xtcKaRgLfTT6PY,31135
|
|
453
453
|
angr/procedures/definitions/win32/srpapi.json,sha256=9oA-gsgSPkUGM9XtqVAPXifRq1jOSJglzTexNEZapDc,3503
|
|
454
|
-
angr/procedures/definitions/win32/uiautomationcore.json,sha256=
|
|
455
|
-
angr/procedures/definitions/win32/oleacc.json,sha256=
|
|
454
|
+
angr/procedures/definitions/win32/uiautomationcore.json,sha256=kM8wgfzz8-3PqBHUtvIbMo-U9KEVANwVwzZXNbFw52k,32339
|
|
455
|
+
angr/procedures/definitions/win32/oleacc.json,sha256=RboTh67kZcb1KGxIT6idx5MCStmhvDh_j71RrOCOcew,6961
|
|
456
456
|
angr/procedures/definitions/win32/wofutil.json,sha256=IYwaRNipQ0FxRJXYEdquFU9iEFtYWvA9IgtP9eJ8_P4,5045
|
|
457
457
|
angr/procedures/definitions/win32/mfreadwrite.json,sha256=aJjNwYcW6M3413lV4-WBUNpzXnrR5Qv_ZPSUT2mVCek,2220
|
|
458
458
|
angr/procedures/definitions/win32/winusb.json,sha256=bn38QQa_8AQPxr8sQ99qpKYuDllHkQJ3LBBf9ON5oLo,15614
|
|
459
459
|
angr/procedures/definitions/win32/certadm.json,sha256=g7xhcKCuv8M0aXLlfDswjchEmH7VD9eoaRLvMxLsjnA,6936
|
|
460
|
-
angr/procedures/definitions/win32/dxcore.json,sha256=
|
|
460
|
+
angr/procedures/definitions/win32/dxcore.json,sha256=1D7CzUQ_GiuIuapbkNDtyNZozrGoueWHJyFZG_heeO8,523
|
|
461
461
|
angr/procedures/definitions/win32/rasdlg.json,sha256=Y5jKLW6CMHurUGu1qwYACbFx_22itLSvmtCpvtnhOzA,2396
|
|
462
|
-
angr/procedures/definitions/win32/pdh.json,sha256=
|
|
462
|
+
angr/procedures/definitions/win32/pdh.json,sha256=1dJTSkOULJjIuzaYLPCeQhgwLGH4hXuUx0wSlldmXr8,42262
|
|
463
463
|
angr/procedures/definitions/win32/api-ms-win-gaming-expandedresources-l1-1-0.json,sha256=wJ1MIMUrCvcI2Xzkmr-MNSz4jUQYV_rVIwjZrb1Ag_c,887
|
|
464
464
|
angr/procedures/definitions/win32/fltlib.json,sha256=RZffs20mdpQ-U5NQKsDtOVbPAT51fQGvNShHLfNUHvc,11951
|
|
465
465
|
angr/procedures/definitions/win32/api-ms-win-core-handle-l1-1-0.json,sha256=k3Z2P5tiMZBFwJmgWjwxwF_gggVeGeiEhprLOal_SWY,501
|
|
466
466
|
angr/procedures/definitions/win32/peerdist.json,sha256=JqC0AaUk2ssbSoHDP0D7lK6K_wwS9DXSokNN9K5KjgA,15026
|
|
467
|
-
angr/procedures/definitions/win32/dxgi.json,sha256=
|
|
467
|
+
angr/procedures/definitions/win32/dxgi.json,sha256=T235nK7MCQwRk7iGCw5Ph8Ol5hAJBHQenT9sm2xNyIo,1914
|
|
468
468
|
angr/procedures/definitions/win32/chakra.json,sha256=BFD_kOWnsCpHU-yAXvw1vGRy_2lca6nTrfv0GNDbAMI,29182
|
|
469
|
-
angr/procedures/definitions/win32/xolehlp.json,sha256=
|
|
470
|
-
angr/procedures/definitions/win32/dbghelp.json,sha256=
|
|
471
|
-
angr/procedures/definitions/win32/iphlpapi.json,sha256=
|
|
469
|
+
angr/procedures/definitions/win32/xolehlp.json,sha256=uOvKNj2NqdEIQMc9Wl6BDzezM0N3LmxJhbho94mDUOI,2709
|
|
470
|
+
angr/procedures/definitions/win32/dbghelp.json,sha256=kaoDdLSjDGjQS5Or9Kh-FtozaWYP_GEDEjqsAnFqV4Q,111848
|
|
471
|
+
angr/procedures/definitions/win32/iphlpapi.json,sha256=A71AfnkWFCNvKUK---o-1pwKkMc69PKrhDcAfpjU2vQ,76238
|
|
472
472
|
angr/procedures/definitions/win32/msimg32.json,sha256=3MhcSMyZ724CTrQAO8Xzo1LGjQaZOZoxpeZm5GrDoWg,2074
|
|
473
|
-
angr/procedures/definitions/win32/d3d12.json,sha256=
|
|
473
|
+
angr/procedures/definitions/win32/d3d12.json,sha256=GqV1L2oiOh0EufSn4QrhdUgAN6O6E5uBKPeswtdCxpg,4050
|
|
474
474
|
angr/procedures/definitions/win32/compstui.json,sha256=Wz5vtPpcxeYh5TgXd_oGuC76kSgPNX2RlJ8V5VVaE-M,1979
|
|
475
|
-
angr/procedures/definitions/win32/tapi32.json,sha256=
|
|
476
|
-
angr/procedures/definitions/win32/cfgmgr32.json,sha256=
|
|
475
|
+
angr/procedures/definitions/win32/tapi32.json,sha256=tJMPyZWWkfs5tEmdwkvvfQ302rZ0rfzzk2ugjML6lcY,105061
|
|
476
|
+
angr/procedures/definitions/win32/cfgmgr32.json,sha256=sLTYD-mwnB5307nIADPoWS349naacwwb4mzygYDpyqs,114564
|
|
477
477
|
angr/procedures/definitions/win32/msi.json,sha256=r2JmRv5yM2u-yQieQ3kiVUXhbC0m1LTWRv1CYJmHSQs,114598
|
|
478
478
|
angr/procedures/definitions/win32/cryptnet.json,sha256=uMlHpHzB7i90RA_e5LpAtldZMWYuXhe_GkNY9wBtx0k,3547
|
|
479
479
|
angr/procedures/definitions/win32/rpcproxy.json,sha256=Qb3xrrgZPiJpnYjAn0avPJ_fa43HIwl1UtTYlVqoVjQ,1293
|
|
480
480
|
angr/procedures/definitions/win32/rstrtmgr.json,sha256=cFgQWiwPD5pGiRqkZqzGSOxKDhl3UY2xRhshC4NQNe0,5037
|
|
481
481
|
angr/procedures/definitions/win32/faultrep.json,sha256=Mqr50c0-9mgmq1-R-2PXqFhF616v-BeWl7LSznjM5Xo,1191
|
|
482
|
-
angr/procedures/definitions/win32/windowscodecs.json,sha256=
|
|
482
|
+
angr/procedures/definitions/win32/windowscodecs.json,sha256=t-g2e_d4F3b1SaGAtEnkiQAEpaxcDEHC0PcYnO67SGU,4602
|
|
483
483
|
angr/procedures/definitions/win32/api-ms-win-security-isolatedcontainer-l1-1-0.json,sha256=rtrwZ5jp0CC0yglVJOAG6vVPY2l-qu9vPfzKL0cFEOI,491
|
|
484
|
-
angr/procedures/definitions/win32/ndfapi.json,sha256=
|
|
485
|
-
angr/procedures/definitions/win32/dinput8.json,sha256=
|
|
484
|
+
angr/procedures/definitions/win32/ndfapi.json,sha256=uQgAm5n1Fr3Y17Akqa76JU95Q2YKeIS0Z5qvAMW81zU,6150
|
|
485
|
+
angr/procedures/definitions/win32/dinput8.json,sha256=mlT9aZiZX57mDjkrWvc8EZjId4-phIvTTjCHOO46-bU,700
|
|
486
486
|
angr/procedures/definitions/win32/davclnt.json,sha256=4LKBeVRnhgVT_SyzQ15LsCk-UtbP3yBWEoD7Y7gYExs,7463
|
|
487
487
|
angr/procedures/definitions/win32/msports.json,sha256=cE4GabpNJ2-olTahv_pDgf1nC24hQ5aPrGZ59y6RgVQ,2250
|
|
488
488
|
angr/procedures/definitions/win32/wsclient.json,sha256=iJb3B5x-6sIJc5BqLdj4HKtSo7iRSHzt68IzHQ8hLfY,942
|
|
489
|
-
angr/procedures/definitions/win32/winhttp.json,sha256=
|
|
489
|
+
angr/procedures/definitions/win32/winhttp.json,sha256=2CSlSmMnc_2GHup_AS-JI2SWwKEJDH7ruq9Gdd-yn8k,25262
|
|
490
490
|
angr/procedures/definitions/win32/wmvcore.json,sha256=BaIyxYY6ZwMfgQBIPc_3w7pB83uu36bvKSWgal3R1Oc,3264
|
|
491
491
|
angr/procedures/definitions/win32/api-ms-win-core-wow64-l1-1-1.json,sha256=HeE5yQLowEh6jn8UdCF4ZD8_4fsmzN5yF8_KanrA-j4,1255
|
|
492
492
|
angr/procedures/definitions/win32/odbcbcp.json,sha256=1gYdW5HBqIUHYxz51pip9nZ5yQCf0rAZMflN9PFHjqc,8221
|
|
@@ -495,7 +495,7 @@ angr/procedures/definitions/win32/api-ms-win-security-base-l1-2-2.json,sha256=Nr
|
|
|
495
495
|
angr/procedures/definitions/win32/api-ms-win-gaming-tcui-l1-1-3.json,sha256=QvILHzolXAuLDogLYdPLpxgcK9-0y--3reuDRXuNRh4,1817
|
|
496
496
|
angr/procedures/definitions/win32/fxsutility.json,sha256=hELDruOeLjxGsGTn55feNhTORabZts83ou6soTqWI1k,618
|
|
497
497
|
angr/procedures/definitions/win32/msajapi.json,sha256=yCtbY6OGk_n-LibLMrtgBbV9PWAxwZe4WjC28YCsGYg,189932
|
|
498
|
-
angr/procedures/definitions/win32/wintrust.json,sha256=
|
|
498
|
+
angr/procedures/definitions/win32/wintrust.json,sha256=jHS6QKmZqx-ss9FQsBved0WGNLdGDxxHGoOcwCYH6pE,24240
|
|
499
499
|
angr/procedures/definitions/win32/mfsrcsnk.json,sha256=vHCqKRUgAuoU8vUI9vM3X1ny6XLVQHDR20uF-OdWX78,1042
|
|
500
500
|
angr/procedures/definitions/win32/winhvemulation.json,sha256=kZHenKHyBBuNRKKKImu6S40E4wPYcwQVdovdYIfRV7k,2426
|
|
501
501
|
angr/procedures/definitions/win32/api-ms-win-core-psm-appnotify-l1-1-1.json,sha256=pks3Se1yZUx3X3iFgWnJAkFT_Z7nwkmllOccf12uenE,1061
|
|
@@ -505,22 +505,22 @@ angr/procedures/definitions/win32/api-ms-win-core-memory-l1-1-6.json,sha256=Dukm
|
|
|
505
505
|
angr/procedures/definitions/win32/loadperf.json,sha256=EvzBDFLX91GCoejaCMv_Mvt5mw8s9TWq7KxruX7QGIw,4066
|
|
506
506
|
angr/procedures/definitions/win32/api-ms-win-service-core-l1-1-3.json,sha256=-UoFXocyk3EOcMGLR_diRzf3I-WDTuIamIUUhdH5RAE,696
|
|
507
507
|
angr/procedures/definitions/win32/imm32.json,sha256=Bc8apuRdtwVnxnSRbcntgfOSRvCwR2qhprxMiKFJZtk,27311
|
|
508
|
-
angr/procedures/definitions/win32/setupapi.json,sha256=
|
|
509
|
-
angr/procedures/definitions/win32/netapi32.json,sha256=
|
|
508
|
+
angr/procedures/definitions/win32/setupapi.json,sha256=bbKZVRxqXLxyitNJ-j_LruoeO3w3YiRpP2WvLUZ7SIU,171140
|
|
509
|
+
angr/procedures/definitions/win32/netapi32.json,sha256=SnuIygdBoa4L_dC1MqHyHoeMzx2GLtrB6vzB3I9U_OY,95598
|
|
510
510
|
angr/procedures/definitions/win32/api-ms-win-appmodel-runtime-l1-1-3.json,sha256=hrK6uXQ4onQD130x4m6MtTkZm5zZup7kwYFX2x-ss_I,2832
|
|
511
511
|
angr/procedures/definitions/win32/api-ms-win-gaming-tcui-l1-1-0.json,sha256=DPYf1OJhJBduunku_rVsJTy4rE-3u8f-eok5rzI2CvA,3881
|
|
512
|
-
angr/procedures/definitions/win32/mfplat.json,sha256=
|
|
513
|
-
angr/procedures/definitions/win32/d3dcompiler_47.json,sha256=
|
|
512
|
+
angr/procedures/definitions/win32/mfplat.json,sha256=92JsMeScVVYmJuJuwlrfRnRqPP3zExle9Wq-hl6jhZw,54636
|
|
513
|
+
angr/procedures/definitions/win32/d3dcompiler_47.json,sha256=X0_3CK95GU66dLGzDMmuKtV-qPyo8DWXN2cDFK8IneM,14845
|
|
514
514
|
angr/procedures/definitions/win32/amsi.json,sha256=bJYtCQbsUlH9EId7hc5dO9fR87y6SY4UCwAbR-P2dTY,2774
|
|
515
515
|
angr/procedures/definitions/win32/windows_media_mediacontrol.json,sha256=dXBRipKw3An7b1-rVmkR8eeg1r9IS7ozKxwpuLLLe48,3097
|
|
516
516
|
angr/procedures/definitions/win32/api-ms-win-core-backgroundtask-l1-1-0.json,sha256=O7ZduslVRkH2PX_1X8dJXylVAUUZve2pueDoMKeSTNU,520
|
|
517
|
-
angr/procedures/definitions/win32/winbio.json,sha256=
|
|
518
|
-
angr/procedures/definitions/win32/propsys.json,sha256=
|
|
517
|
+
angr/procedures/definitions/win32/winbio.json,sha256=HBLaRzrUckLyz98yXEyXwgwQLB80D32X5pOBlAVebAM,24892
|
|
518
|
+
angr/procedures/definitions/win32/propsys.json,sha256=dSw6E6jNzSFMhN0tyOcp9zARNcaTRuBK49yijjahVG0,81496
|
|
519
519
|
angr/procedures/definitions/win32/glu32.json,sha256=DZjPlNrlaSM_EsgQeLPdfpv30HeIIix1ABHn2kruuFM,16180
|
|
520
520
|
angr/procedures/definitions/win32/api-ms-win-core-featurestaging-l1-1-1.json,sha256=iiyIVTZCy0ZHbqxrHxl1WEpNcduVaSHhjAgYMCm4zfY,690
|
|
521
|
-
angr/procedures/definitions/win32/projectedfslib.json,sha256=
|
|
522
|
-
angr/procedures/definitions/win32/mfsensorgroup.json,sha256=
|
|
523
|
-
angr/procedures/definitions/win32/oledlg.json,sha256=
|
|
521
|
+
angr/procedures/definitions/win32/projectedfslib.json,sha256=2WE6bIHDrjPNG2q9pjE4QD1pmsHGtqODJqibqTHEcfA,8183
|
|
522
|
+
angr/procedures/definitions/win32/mfsensorgroup.json,sha256=DURyW8yaUeBaCIhLLdqxWu4XrKONMroQxx5aBPmXyiQ,4369
|
|
523
|
+
angr/procedures/definitions/win32/oledlg.json,sha256=imHzbdkRBw9l4vbBLGJ8fp9f_C5_IQTzn6RzzV3EfmE,7041
|
|
524
524
|
angr/procedures/definitions/win32/api-ms-win-core-realtime-l1-1-1.json,sha256=ku1jdyEYY1C9HXwZh83eYBXRCrbkCWCNWfwwbVMVC8Y,942
|
|
525
525
|
angr/procedures/definitions/win32/mtxdm.json,sha256=DuSzJRTJR5Ozs5nehvHbRblInKPbHnx-XzBHKCvQltk,434
|
|
526
526
|
angr/procedures/definitions/win32/uxtheme.json,sha256=PLuflg_Lz_AdSp5IXwhaqm-CPOfnacxtT99wCeKMTiI,30237
|
|
@@ -529,59 +529,59 @@ angr/procedures/definitions/win32/webservices.json,sha256=xJ91rrSs5jlTyb1mRR2DoH
|
|
|
529
529
|
angr/procedures/definitions/win32/esent.json,sha256=Io_8P_x-IZSqV0mRHZuDzf6CrmP363DrdZV85JBMLzk,105933
|
|
530
530
|
angr/procedures/definitions/win32/api-ms-win-core-path-l1-1-0.json,sha256=JApLjD8_mt9Ri52g8WeQfcEl4WRxvuFxRgkn_3pd9GM,8883
|
|
531
531
|
angr/procedures/definitions/win32/firewallapi.json,sha256=ND9-pBg3DSnkqvj8EXBPQwCSFztpPAOz-T30sJF_x2U,1513
|
|
532
|
-
angr/procedures/definitions/win32/apphelp.json,sha256=
|
|
532
|
+
angr/procedures/definitions/win32/apphelp.json,sha256=05EMCEEgaGPqdl3idegTClj-0WncZji0WypsctmRvyg,585
|
|
533
533
|
angr/procedures/definitions/win32/sfc.json,sha256=eC1s3SJ2KaQuKzoqti3TvTzl9Oi_wvCcCfNvahdnaC8,2133
|
|
534
534
|
angr/procedures/definitions/win32/sensapi.json,sha256=uUdyM2slStPGSbVKjilJ8k0MUzDu5sv_bs3B8r6e3Z4,1020
|
|
535
535
|
angr/procedures/definitions/win32/d3d11.json,sha256=1Z7QGHjAifeEzLTTBBRE3OdAlqWjn6l_tQzhm1qLjVc,3348
|
|
536
536
|
angr/procedures/definitions/win32/sechost.json,sha256=-k9G1JIJLeEWJmsBKUFVLNRPn_kFFB-lOSvaiy-IUwg,1179
|
|
537
537
|
angr/procedures/definitions/win32/drttransport.json,sha256=bIH2jlbwLIqOdvvCdc8SFdelPX5meLNNxAwNXsYbVlc,958
|
|
538
538
|
angr/procedures/definitions/win32/api-ms-win-devices-query-l1-1-0.json,sha256=upcqYGOWP6kkz1r4gZMoiJ_6PoSb7ilrb7DXNpmbK_0,6988
|
|
539
|
-
angr/procedures/definitions/win32/resutils.json,sha256
|
|
539
|
+
angr/procedures/definitions/win32/resutils.json,sha256=--463k-BfAOxS-_uFVbO-C75sULpi1CrAuFPTTERdMA,56677
|
|
540
540
|
angr/procedures/definitions/win32/vertdll.json,sha256=nW0R-zr00hBuAGlj45QsMvdJoOMX5U-DeMGN9nk3iSE,3495
|
|
541
541
|
angr/procedures/definitions/win32/sspicli.json,sha256=EiH3jfsO9N1W04XCGbjWHDdqpte4w2YaENSFZk7LDbo,2854
|
|
542
|
-
angr/procedures/definitions/win32/xaudio2_8.json,sha256=
|
|
542
|
+
angr/procedures/definitions/win32/xaudio2_8.json,sha256=udITH-d0I27t-6QFaqE6rWCr7MJZXa5WrajQxqsQ_RA,1541
|
|
543
543
|
angr/procedures/definitions/win32/hrtfapo.json,sha256=HaorTeC3tuOnMVAlSqYmSLRSESjxefRc8c46iC2A3Dc,502
|
|
544
544
|
angr/procedures/definitions/win32/drtprov.json,sha256=kHA1xw87wXtz6vpPUVBcMUgnZQ_4Au4f9Bs5-Rg-PbM,3220
|
|
545
|
-
angr/procedures/definitions/win32/gdiplus.json,sha256=
|
|
546
|
-
angr/procedures/definitions/win32/certpoleng.json,sha256=
|
|
545
|
+
angr/procedures/definitions/win32/gdiplus.json,sha256=wj9uW1-DaMTtOEQMMkX5bDysxj_29WmhB8lfwUHx7tU,241485
|
|
546
|
+
angr/procedures/definitions/win32/certpoleng.json,sha256=eBPJAhfAwX3tsWbtOTojAAlMQF8CyQDOmzUo68r8YqE,4383
|
|
547
547
|
angr/procedures/definitions/win32/iscsidsc.json,sha256=Cz2CWgepAliKjMi-R-bGLeWa5uoUJS-81An_U67_b9w,32883
|
|
548
548
|
angr/procedures/definitions/win32/mspatchc.json,sha256=OAepTxTxrRs4QCYR3GZFE3ELI1qw24XA4NpoA4YyGh0,5725
|
|
549
549
|
angr/procedures/definitions/win32/licenseprotection.json,sha256=Q3GTLA8jvSxjFqZU2e6ibMlbL_OeBHRqgVh67smTNh4,1094
|
|
550
|
-
angr/procedures/definitions/win32/slwga.json,sha256=
|
|
550
|
+
angr/procedures/definitions/win32/slwga.json,sha256=DfapxZntRVl1IZaCF9B-rPMCPaHWWNkuK9ogii2lOmY,623
|
|
551
551
|
angr/procedures/definitions/win32/api-ms-win-wsl-api-l1-1-0.json,sha256=Bk0FYQ4Ik9LOf3VVwqtaw540XBE7VQEyycVjkeSl4YY,3082
|
|
552
|
-
angr/procedures/definitions/win32/dbgeng.json,sha256=
|
|
552
|
+
angr/procedures/definitions/win32/dbgeng.json,sha256=ZSpup7DQL5QEwq3UaW5XvfzWKUHIZncu0VyPRbxC5pY,1672
|
|
553
553
|
angr/procedures/definitions/win32/api-ms-win-mm-misc-l1-1-1.json,sha256=5pxWyFmGE92Gqt6vobcV95boQ64yZFlyvyK7tcOpjLg,583
|
|
554
|
-
angr/procedures/definitions/win32/ntdll.json,sha256=
|
|
554
|
+
angr/procedures/definitions/win32/ntdll.json,sha256=c6W4X1q10gSxe0BzMq931CYcl4TCb8xS0foxOtuTFX8,31146
|
|
555
555
|
angr/procedures/definitions/win32/api-ms-win-core-sysinfo-l1-2-3.json,sha256=1zWbUEmIxc8QrSyfS_g9NcEzysq3FDHjCFH515k10NQ,658
|
|
556
556
|
angr/procedures/definitions/win32/scarddlg.json,sha256=fUENVjLqH4NmOD7p9txyQAVLc6DydhW2e0hBqJKQm5M,1222
|
|
557
557
|
angr/procedures/definitions/win32/dsuiext.json,sha256=m6S9eMhPeNewIPoe-Kbyfifaps4u40MLqg-kkGXEQDA,1372
|
|
558
558
|
angr/procedures/definitions/win32/api-ms-win-core-memory-l1-1-8.json,sha256=k5KF_h97m0-gNwccuTY0lfdBAG_GGpyQ0QgHQm8wul4,1830
|
|
559
559
|
angr/procedures/definitions/win32/odbc32.json,sha256=HtwY_qj7fazCh47mZ367fH6-vlpBm8DzARTcSwr4x7M,82588
|
|
560
|
-
angr/procedures/definitions/win32/winspool_drv.json,sha256=
|
|
561
|
-
angr/procedures/definitions/win32/comctl32.json,sha256=
|
|
562
|
-
angr/procedures/definitions/win32/rpcrt4.json,sha256=
|
|
560
|
+
angr/procedures/definitions/win32/winspool_drv.json,sha256=WKTiv9B3lnuNfzCDd7ggAmFQ8TUs81UCO6pHgL3cmSs,73788
|
|
561
|
+
angr/procedures/definitions/win32/comctl32.json,sha256=jnINWEuudavLFKD2AmzjXnqZ08PzYOaDzhGHIBBBshg,41503
|
|
562
|
+
angr/procedures/definitions/win32/rpcrt4.json,sha256=tSj-Bq-53yuIdncPhY5Ij-9EPpyezWokZrMbKHjKFgk,174456
|
|
563
563
|
angr/procedures/definitions/win32/usp10.json,sha256=f8Jbg3KCfIDHUN9Y3kl01Z_LJXzHFpfAQRe0G5Yga3g,24920
|
|
564
|
-
angr/procedures/definitions/win32/wldp.json,sha256=
|
|
565
|
-
angr/procedures/definitions/win32/kernel32.json,sha256=
|
|
564
|
+
angr/procedures/definitions/win32/wldp.json,sha256=_Q3YjLgyuxWjGYVs8kcuweLKZut_A3paB5bTBT1kBzM,4052
|
|
565
|
+
angr/procedures/definitions/win32/kernel32.json,sha256=Hh1GtEp10_Ghh-5PCp7HfA8QX6l6F6O0-TkZg0-iki8,531617
|
|
566
566
|
angr/procedures/definitions/win32/api-ms-win-core-file-fromapp-l1-1-0.json,sha256=JPw6QGY6oGN4SNGA8v92_6GjvBrvefcq22TmMgEGlXM,4536
|
|
567
567
|
angr/procedures/definitions/win32/mrmsupport.json,sha256=N8CzxNmFYf3wUmdROY0SQMjGZC7FuHRBtcLp8ItgyGw,12474
|
|
568
568
|
angr/procedures/definitions/win32/api-ms-win-devices-query-l1-1-1.json,sha256=zMQKst6nLTa-3QXIyDoJHqy0hRtmMKPy48iIlU4Vv6Q,6662
|
|
569
569
|
angr/procedures/definitions/win32/dhcpcsvc6.json,sha256=s2eNQME7SYgiHlE0eUaRm5dE69y1FFE7YGMgaLI7sqk,2745
|
|
570
570
|
angr/procedures/definitions/win32/d3d10.json,sha256=NItzu-S7PNZIpzS_LsOT2q5xZlhsyVzuCYUfC91Exrw,12801
|
|
571
571
|
angr/procedures/definitions/win32/schannel.json,sha256=GLMQ4egsE_8J2B3smeaek8anhx4xF1yOwZvVbY4iECs,3565
|
|
572
|
-
angr/procedures/definitions/win32/netsh.json,sha256=
|
|
573
|
-
angr/procedures/definitions/win32/ieframe.json,sha256=
|
|
572
|
+
angr/procedures/definitions/win32/netsh.json,sha256=UfuFUmiL3q_luykF23R8ujYuVGN3zdEm3NuGR1mAEMU,3122
|
|
573
|
+
angr/procedures/definitions/win32/ieframe.json,sha256=siZa96yZEWnhN3smKSdW7VaLFxeFsP_Sf08L550uxAE,10433
|
|
574
574
|
angr/procedures/definitions/win32/mfplay.json,sha256=Qnxs41uD7H7DZC0J7oCniUWuV_3VCW8Y3EewBbiOhss,771
|
|
575
575
|
angr/procedures/definitions/win32/api-ms-win-core-util-l1-1-1.json,sha256=7QPeZv6rrex5Q_Oda3GjOxoUxwKOJIs9ZXK9TFPRo4Q,956
|
|
576
576
|
angr/procedures/definitions/win32/dciman32.json,sha256=EBgNsIndw472OuLqB8_WJL17jNtRhyAW97j-Pg9AUd4,6894
|
|
577
577
|
angr/procedures/definitions/win32/spoolss.json,sha256=GInXt0PI4HmwLrpwn3c2Oz_J-D3-jjCInIuwNn0OuqQ,9584
|
|
578
578
|
angr/procedures/definitions/win32/ncrypt.json,sha256=oG0LiB2boW8vQT-OwFGoZibVjp_qsP_fo0tmV-TVpG0,20355
|
|
579
|
-
angr/procedures/definitions/win32/evr.json,sha256=
|
|
579
|
+
angr/procedures/definitions/win32/evr.json,sha256=w18vCGPom66eNOpEtRqgGCF2SUyLGxi-S4bOjSpdOKc,3049
|
|
580
580
|
angr/procedures/definitions/win32/msctfmonitor.json,sha256=kPWEfal1wiM7fYJR1GS_6QTZqu3tQOviH9ekwmFkiFU,836
|
|
581
581
|
angr/procedures/definitions/win32/wdsclientapi.json,sha256=7lxyu2_k958t2Z6oVg5U2938-d4qcFd3cBsL7alqJVg,13399
|
|
582
582
|
angr/procedures/definitions/win32/api-ms-win-core-memory-l1-1-4.json,sha256=JZLgvZ0N7x0VpTuPqgHzsTTvIcbLY3oneTDwGmKWzsM,931
|
|
583
583
|
angr/procedures/definitions/win32/wldap32.json,sha256=L5hJ0QFCYIPexpSuxwmhzVIUwokVmEEvSiFWFgluwng,110432
|
|
584
|
-
angr/procedures/definitions/win32/rpcns4.json,sha256=
|
|
584
|
+
angr/procedures/definitions/win32/rpcns4.json,sha256=jG3Ia8v20NBS1WS0QeeSsBpSjmQoCVRchhYCCNLnEl4,24462
|
|
585
585
|
angr/procedures/definitions/win32/netshell.json,sha256=Diw5aLZHwa6Uz1W_wB01eTVDU_dTRONIiTnNzvuGB9U,629
|
|
586
586
|
angr/procedures/definitions/win32/api-ms-win-core-featurestaging-l1-1-0.json,sha256=hMx_Eoqr9zPkTRj1wDa9a7MzX1EyNgL71he6aERhu20,1947
|
|
587
587
|
angr/procedures/definitions/win32/normaliz.json,sha256=yOdby3ANUfRsxKsBkqfXDAFnewGLDAce_SYydLk9VJs,1219
|
|
@@ -597,18 +597,18 @@ angr/procedures/definitions/win32/mi.json,sha256=NHCje3H-BKHTKG-laVOLyYqfOeJvtyK
|
|
|
597
597
|
angr/procedures/definitions/win32/wevtapi.json,sha256=GS84GWoTlcyY3vR4p4o5P6fwNNvvsvjM_2DcYxNrXeg,15918
|
|
598
598
|
angr/procedures/definitions/win32/tbs.json,sha256=Q92V_YcjE3ng7Jxhk64t1uwQ6RRQTRA3k4Rh3t2dyso,5251
|
|
599
599
|
angr/procedures/definitions/win32/cabinet.json,sha256=QcrPoWl6pSj4c7HQatUNSALuSNjOqEYGy1HC2-QU-7E,17435
|
|
600
|
-
angr/procedures/definitions/win32/user32.json,sha256=
|
|
600
|
+
angr/procedures/definitions/win32/user32.json,sha256=Xt-s-YQIY00R0S8_abBf4HcvX3W-SF9VMrS-kUAJv3k,252507
|
|
601
601
|
angr/procedures/definitions/win32/gpedit.json,sha256=GJ_zFFdzhwlaB1Cz8PXojJ3PQITr87yNZLaNfX4k4-U,1733
|
|
602
602
|
angr/procedures/definitions/win32/vmsavedstatedumpprovider.json,sha256=QcScJAosZWS5rJ03_wkbvAC6cV3c0wVhzbgWh53UHn4,19244
|
|
603
|
-
angr/procedures/definitions/win32/wlanui.json,sha256=
|
|
604
|
-
angr/procedures/definitions/win32/crypt32.json,sha256=
|
|
605
|
-
angr/procedures/definitions/win32/ntdsapi.json,sha256=
|
|
603
|
+
angr/procedures/definitions/win32/wlanui.json,sha256=Te5uQXnvTJKp7oHldEXT2t1Yq_5WgxUN3symD1fDWNU,856
|
|
604
|
+
angr/procedures/definitions/win32/crypt32.json,sha256=w910UoSs1ZgH-QhabSKOx2HkFtEjioagMeoJTUr2zsw,119982
|
|
605
|
+
angr/procedures/definitions/win32/ntdsapi.json,sha256=FwGMKqaa7u-lO53ooZ_H4wLSA1XKKMPpWytaZ0AA1tY,36178
|
|
606
606
|
angr/procedures/definitions/win32/wsdapi.json,sha256=GHfOvN_ae0C7qiyoF45CKtx7itj3laQmEmQfUl6Yy6Y,12445
|
|
607
607
|
angr/procedures/definitions/win32/dmprocessxmlfiltered.json,sha256=UTxsUyqvw9AoToober8AHy3TjRX6-80_xjUVZWnfq30,696
|
|
608
608
|
angr/procedures/definitions/win32/api-ms-win-core-sysinfo-l1-2-4.json,sha256=Iq67Ps3JF3Mv474Fs_TI6NAMppBmDhmdglHsVG-ToQ4,966
|
|
609
609
|
angr/procedures/definitions/win32/dflayout.json,sha256=uecpc2j0TWUAnY6TiWR60ZJqygT4af7UYd9pXz2g9Hg,617
|
|
610
610
|
angr/procedures/definitions/win32/isolatedwindowsenvironmentutils.json,sha256=U92lp1VzNrTMyUMAv_VTHJP-nNQRn1dcs6eVAgnKAfU,782
|
|
611
|
-
angr/procedures/definitions/win32/dxcompiler.json,sha256=
|
|
611
|
+
angr/procedures/definitions/win32/dxcompiler.json,sha256=KDHmVOMXa9lyKY9t1zj1Y1mrHYPjQmpAzCKED8Y6qQs,1045
|
|
612
612
|
angr/procedures/definitions/win32/bthprops_cpl.json,sha256=TW9Yvy1cV2oX64ZZGO5rnwfcbs4IcP35P8z_Lp0hf2g,2612
|
|
613
613
|
angr/procedures/definitions/win32/dhcpsapi.json,sha256=sDybV-_yt501B3TWTQ2Mk6GswEZqyrA3Q9rbhFtI2ak,91361
|
|
614
614
|
angr/procedures/definitions/win32/wecapi.json,sha256=xEZ2MoP5RqUyP7isOA3gfgxStBAFHk1GNHju1xE72bA,6513
|
|
@@ -617,45 +617,45 @@ angr/procedures/definitions/win32/mfcore.json,sha256=J1hsKPlY0ouurzMvmH14p-Xovha
|
|
|
617
617
|
angr/procedures/definitions/win32/quartz.json,sha256=8YRxDEH4iN51OozbvwxYmm1xR7WwuyOWulrFIyt6xAo,926
|
|
618
618
|
angr/procedures/definitions/win32/aclui.json,sha256=23iVGw309S0aw--RgRTP-o8V9B0c2xpZOA_7bEXpF10,1013
|
|
619
619
|
angr/procedures/definitions/win32/deviceaccess.json,sha256=aNPi8hzG5ZUwMPIjqjGv7BpZJ8Nwudk0sEPlovZHNfo,597
|
|
620
|
-
angr/procedures/definitions/win32/ksproxy_ax.json,sha256=
|
|
620
|
+
angr/procedures/definitions/win32/ksproxy_ax.json,sha256=54-dJQvRVMTVrFfOW5ncunzYgRxYx-vsEm_RGDe2zvI,3339
|
|
621
621
|
angr/procedures/definitions/win32/cryptui.json,sha256=dDaDciXdiAVf83uuwJvL-aK39wbRx64YZtF1FxgigDM,4650
|
|
622
622
|
angr/procedures/definitions/win32/winml.json,sha256=L4EI-gSlgZNQ77La9j4HeMxZoInNWZu6wCYj2OQ091g,430
|
|
623
623
|
angr/procedures/definitions/win32/wdstptc.json,sha256=YV2ogOc1iltXHjB0_VpZdMEdONb0-6u7JOKQ5_eyZSQ,3821
|
|
624
|
-
angr/procedures/definitions/win32/powrprof.json,sha256=
|
|
624
|
+
angr/procedures/definitions/win32/powrprof.json,sha256=J32xN80aVoXRy7W5koHJwNHOjliNMj_RKDuA3jCCWmc,36163
|
|
625
625
|
angr/procedures/definitions/win32/avicap32.json,sha256=_AcBNuG7DkBd2bb7GDdFCFVcLBkeDQDfdxZ9AaVpkJU,2290
|
|
626
626
|
angr/procedures/definitions/win32/fhsvcctl.json,sha256=cLZ7pOUD_BQfJTdDlbMtNNJbbGb4Skt8hnOcTwOn8YI,1946
|
|
627
|
-
angr/procedures/definitions/win32/dsound.json,sha256=
|
|
627
|
+
angr/procedures/definitions/win32/dsound.json,sha256=1urJF09junmneq5lz3tepqYEMF9gMgClmcrp4-J4Tr4,5564
|
|
628
628
|
angr/procedures/definitions/win32/comdlg32.json,sha256=TXAXMwn3UOAZ3NqJp1YvAgP2SAWQ-J5rvyrAuKBqvkc,5096
|
|
629
629
|
angr/procedures/definitions/win32/t2embed.json,sha256=K1KeDlqiEGx_hTRwj_VmI-UePQPwhfxT-TGsz66M8ZQ,9521
|
|
630
630
|
angr/procedures/definitions/win32/windows_ai_machinelearning.json,sha256=4PDs1rRIcot09rxej-Xcrsu2ZS-9Less5NVDIoKjkbI,464
|
|
631
631
|
angr/procedures/definitions/win32/api-ms-win-core-memory-l1-1-3.json,sha256=JxqOLMMOlXRQgIKCUUJrlMQyYNxRwr5KdBz97BD9zZw,2092
|
|
632
632
|
angr/procedures/definitions/win32/api-ms-win-core-comm-l1-1-2.json,sha256=iGra9uFAxXBFtb0HphedPO3ogbASEd3W-lZasnVx90g,641
|
|
633
633
|
angr/procedures/definitions/win32/ksuser.json,sha256=94k6zF88Ixjt0lVWiz2GhYp4TQ7BB0YlIzSIjUJpYjs,3635
|
|
634
|
-
angr/procedures/definitions/win32/mqrt.json,sha256=
|
|
634
|
+
angr/procedures/definitions/win32/mqrt.json,sha256=hg0koHs0QybgKuYctrwRxkIytBlVqEgkixP3RQ5aF8w,13841
|
|
635
635
|
angr/procedures/definitions/win32/msdrm.json,sha256=9uT2pVeK5AlODrlntXmVCYWlBIKrZUVRjfz1WyiSaCg,44250
|
|
636
636
|
angr/procedures/definitions/win32/qwave.json,sha256=SOzXhACQBWzs5skbJmNhf5BDpswe_iTwava6h4ufzdw,4850
|
|
637
637
|
angr/procedures/definitions/win32/wnvapi.json,sha256=O8vfC-W8qg9D7bk3pC5ET6EgUO4b3_btnO4jFkeClSo,841
|
|
638
|
-
angr/procedures/definitions/win32/fwpuclnt.json,sha256=
|
|
639
|
-
angr/procedures/definitions/win32/imgutil.json,sha256=
|
|
640
|
-
angr/procedures/definitions/win32/bluetoothapis.json,sha256=
|
|
638
|
+
angr/procedures/definitions/win32/fwpuclnt.json,sha256=l_xgeFM4tnFSOugbOBb2XigYBGkNKkHxM_OLC6fR5zg,96179
|
|
639
|
+
angr/procedures/definitions/win32/imgutil.json,sha256=tQkFvC_p6DXFs3PEEaL70QyGll6Joc5Iq6MLwIia1yU,3885
|
|
640
|
+
angr/procedures/definitions/win32/bluetoothapis.json,sha256=7ABJEBjkdacV6aMnW83kcNGklE0v-bkyRzj3o3m7JcQ,18709
|
|
641
641
|
angr/procedures/definitions/win32/api-ms-win-shcore-scaling-l1-1-2.json,sha256=T9I1JDREUEa36WQ5tUy6WZwH-ZLDrBRYg4NJyE8AQqc,445
|
|
642
642
|
angr/procedures/definitions/win32/forceinline.json,sha256=nvy6LNUZ7WmE8fVmU2hSDF0fqLsZXQgxp9tnEITv3-o,659
|
|
643
|
-
angr/procedures/definitions/win32/vmdevicehost.json,sha256=
|
|
644
|
-
angr/procedures/definitions/win32/slcext.json,sha256=
|
|
643
|
+
angr/procedures/definitions/win32/vmdevicehost.json,sha256=YUWqtm_1N7kr-aHRgzSZLJ4XDX8EtlyevmC2VeHlOqI,6035
|
|
644
|
+
angr/procedures/definitions/win32/slcext.json,sha256=FmjE3WX6WYK8Bvu-FNAKoD0C0uzHSxOZRIORDx8iXtQ,2435
|
|
645
645
|
angr/procedures/definitions/win32/verifier.json,sha256=TR8vp933YAkCwCeWvJDkNkoYtTPmdnpFddNABHF9VhQ,1038
|
|
646
646
|
angr/procedures/definitions/win32/api-ms-win-dx-d3dkmt-l1-1-0.json,sha256=lZ0zri--VxMLjSx_fIln5TkpXFY1Djhzjg8Lovp1TSg,360
|
|
647
647
|
angr/procedures/definitions/win32/infocardapi.json,sha256=buyfZuB66_U1F85zRPrfyx8cbFg3KyQVn687ZG9WI54,9008
|
|
648
648
|
angr/procedures/definitions/win32/bcrypt.json,sha256=zrQ_uNGWpkefxUmMY1FeMz7zsFrGzznOS613PUdkPKw,27398
|
|
649
649
|
angr/procedures/definitions/win32/d3d9.json,sha256=9cxCOJgB78CbseTpqd1kU08rr0m-kUpgdUFqfA8gfMM,2927
|
|
650
650
|
angr/procedures/definitions/win32/shdocvw.json,sha256=gXhCjCgoV8tZVShdOU0EbcdDKIEfdRSrF6IeN_f2pfM,1406
|
|
651
|
-
angr/procedures/definitions/win32/userenv.json,sha256=
|
|
651
|
+
angr/procedures/definitions/win32/userenv.json,sha256=Fxc2a4ZkSzuQv-nJL-XV_czMjEew2OpLwVdHEa7yL80,16791
|
|
652
652
|
angr/procedures/definitions/win32/vssapi.json,sha256=T0UxLZUaKVUrk-kxy5ZvSKUTqa_5zdyDeVtDnZO1-VY,448
|
|
653
|
-
angr/procedures/definitions/win32/p2p.json,sha256=
|
|
654
|
-
angr/procedures/definitions/win32/hid.json,sha256=
|
|
655
|
-
angr/procedures/definitions/win32/diagnosticdataquery.json,sha256=
|
|
653
|
+
angr/procedures/definitions/win32/p2p.json,sha256=X4penRyvvJvdsaeOUa2uO8jaoEVZANokhJ9wOI43gWw,36103
|
|
654
|
+
angr/procedures/definitions/win32/hid.json,sha256=UmDfQd3GA_mkQNHc6Ee8mkLTqJ3Cry8frWRrqlvyojY,23158
|
|
655
|
+
angr/procedures/definitions/win32/diagnosticdataquery.json,sha256=nnynbs572sCRL1w9p8MLmU0YXOG54zhjjqopUuvOGbM,14261
|
|
656
656
|
angr/procedures/definitions/win32/icmui.json,sha256=cL2CGnNaufz3VxWrlHGwwTnyfbv-dEUsbul2dE_1KIo,662
|
|
657
657
|
angr/procedures/definitions/win32/winmm.json,sha256=N9_P5VbXDPBtcquqSijQxSHm6xq3-wBIZbDK5znuRPs,59670
|
|
658
|
-
angr/procedures/definitions/win32/dsparse.json,sha256=
|
|
658
|
+
angr/procedures/definitions/win32/dsparse.json,sha256=WFHurEhDEQmK73j9i2wqYYab__EKjVoayUY2FnUF7NM,12882
|
|
659
659
|
angr/procedures/definitions/win32/winfax.json,sha256=PDpzbvGn2tPbEIVBf7ijxqb2pgLL9Jq1UYJoQoDrb6I,23083
|
|
660
660
|
angr/procedures/definitions/win32/wsmsvc.json,sha256=s53WDd_cnPWi4FDZrzmQnYOW51_UTdQtmKpLQhHxrMs,17013
|
|
661
661
|
angr/procedures/definitions/win32/windows_networking.json,sha256=XXe2KF--Wb075KgiaFS4jYLfszN-UWfhKyDpfTs1iIA,415
|
|
@@ -663,17 +663,17 @@ angr/procedures/definitions/win32/api-ms-win-core-ioring-l1-1-0.json,sha256=Eqw9
|
|
|
663
663
|
angr/procedures/definitions/win32/xinput1_4.json,sha256=ZoN1EwuLlYT0CiCMQokd9eMc7VXWw7wjoxwIgd0N5Wk,2778
|
|
664
664
|
angr/procedures/definitions/win32/fontsub.json,sha256=Vl0NV9LZyhVbrFeHbYL36Yd61TYEvViBrviWAAr4w_I,4021
|
|
665
665
|
angr/procedures/definitions/win32/api-ms-win-gaming-deviceinformation-l1-1-0.json,sha256=xBuvcHjJQowwgwg3c3d3kEH0yt_Q5jOnxBlse1snbtA,502
|
|
666
|
-
angr/procedures/definitions/win32/d2d1.json,sha256=
|
|
667
|
-
angr/procedures/definitions/win32/advapi32.json,sha256=
|
|
668
|
-
angr/procedures/definitions/win32/sensorsutilsv2.json,sha256=
|
|
666
|
+
angr/procedures/definitions/win32/d2d1.json,sha256=iskc9ooLW5pGwgkvqqwefAGMaChRi_hlCpMUoscursY,5459
|
|
667
|
+
angr/procedures/definitions/win32/advapi32.json,sha256=tW1-bPzDlCRqsa6tMAYZer3qrk3Vxhdn0_CjZ1I5lKE,332718
|
|
668
|
+
angr/procedures/definitions/win32/sensorsutilsv2.json,sha256=UCmev6IgXN33_nM73LlkIstQm18EYkB7P9Z8a8RpAAA,15384
|
|
669
669
|
angr/procedures/definitions/win32/icm32.json,sha256=pjGifu8r8M7kKoMC7-LLAou4ODNY9n4jsLg4d9S_uEI,13512
|
|
670
670
|
angr/procedures/definitions/win32/secur32.json,sha256=mCW2fhjA6a_Dbj_lrPip-TjJCwnTPE2-CoqDKRJb_SY,42180
|
|
671
|
-
angr/procedures/definitions/win32/avrt.json,sha256=
|
|
671
|
+
angr/procedures/definitions/win32/avrt.json,sha256=BKY8X1H3X2cNn30PGL3w8lbUlhwTBfoxw1ku1kgvtdw,4880
|
|
672
672
|
angr/procedures/definitions/win32/authz.json,sha256=hLvf6xqZvbRV1ZrvaOEE5vy-bfAkQaaanx8QJuV80s0,18255
|
|
673
|
-
angr/procedures/definitions/win32/hlink.json,sha256=
|
|
673
|
+
angr/procedures/definitions/win32/hlink.json,sha256=XFy-JxUTBKWdwFnxV72TPNNx-FX-23X0IPt_5mfDSnw,13751
|
|
674
674
|
angr/procedures/definitions/win32/msrating.json,sha256=s8GYdr7P8x4AvTn4l8kZpRW9hpcCTh5w0qaSk6FJRS4,6978
|
|
675
|
-
angr/procedures/definitions/win32/shlwapi.json,sha256=
|
|
676
|
-
angr/procedures/definitions/win32/dcomp.json,sha256=
|
|
675
|
+
angr/procedures/definitions/win32/shlwapi.json,sha256=bLM2G4MrhQFpJoJaUTp-oz3k_xVv9rp7HOiAghcmtz8,118155
|
|
676
|
+
angr/procedures/definitions/win32/dcomp.json,sha256=pk49E7UdCjGyiJHHIQjPtR48FXtIaLbL49ceB9Y89sE,4839
|
|
677
677
|
angr/procedures/definitions/win32/dssec.json,sha256=XrM0uaVSbAn6-CQtnHnz_5BWQ65-e2dg7FOZ77qE6cc,5560
|
|
678
678
|
angr/procedures/definitions/win32/wdsbp.json,sha256=LSO_Uw255hcRwVsbwbiO92MkLsNooMEgiRWMFsRhVNw,2920
|
|
679
679
|
angr/procedures/definitions/win32/newdev.json,sha256=5H7xk5Y8op5UP78VFkAvb-C5QSjdMBfXYjfUMkckEWg,5469
|
|
@@ -700,7 +700,7 @@ angr/ailment/utils.py,sha256=YprhO7yJcd5jUKDbCXFMmPdCd8BIOhqXti-zb3mtxRQ,2830
|
|
|
700
700
|
angr/ailment/constant.py,sha256=UG4OKm6VL3uBW_0NxlosWKBqK49gyduJjw64nBcfFfE,64
|
|
701
701
|
angr/ailment/block.py,sha256=rkmimsNPhrUabVVbRd2IgCaW0hA2_isvAsKlYtHZhgY,2428
|
|
702
702
|
angr/ailment/converter_pcode.py,sha256=6kJmHk2WjPtfQDu_k-4ncRIaNayvxOdsyMFVNUwzUg0,23958
|
|
703
|
-
angr/ailment/expression.py,sha256=
|
|
703
|
+
angr/ailment/expression.py,sha256=kOrxw6ZrWeEm3qZZZiMggu4AdZuS2LzX-PXdgT71xec,48650
|
|
704
704
|
angr/ailment/manager.py,sha256=N6yMJnBdxJfj568KYZbKYERHmQIQpMf_hZPwfpdk9Y8,699
|
|
705
705
|
angr/misc/hookset.py,sha256=mP4qYEwBGYHWqJ3jhCL3x-Bvppmc3nqhTdYv4kSAdtM,4549
|
|
706
706
|
angr/misc/plugins.py,sha256=1NzhTd0rSY9oPElCeMGMZXLHEclOWVIEgdq0JvxpUMc,9385
|
|
@@ -756,7 +756,7 @@ angr/utils/dynamic_dictlist.py,sha256=bHQrxhUCkk6NDDzEBouAWESjMyKfQUJIk8g38R27iX
|
|
|
756
756
|
angr/utils/bits.py,sha256=_eWPyymSbj01jsLexicRtD_X7sUKKj_fTUI0DEIZ-rc,1054
|
|
757
757
|
angr/utils/env.py,sha256=aO4N2h7DUsUQtTgnC5J_oPHvMxJRur20m5UFSkmy4XU,398
|
|
758
758
|
angr/utils/library.py,sha256=N8-7DTJhbBFe9f-Yvx0--dHs43nAEDcTXhqm4aUBOj0,7386
|
|
759
|
-
angr/utils/ail.py,sha256
|
|
759
|
+
angr/utils/ail.py,sha256=am06brrT_tbzhU6f3yE8PdtMDPVgBJKIptUmln9y1ic,6630
|
|
760
760
|
angr/utils/graph.py,sha256=-8cipOvaBeD4owh2cksAwBgcIx2jOeKZa-zcFk73WeM,34787
|
|
761
761
|
angr/utils/constants.py,sha256=kY8SvX3475AT7JWD2uKHiLKuFEAMxn6OFVtnfbIJzaE,281
|
|
762
762
|
angr/utils/cowdict.py,sha256=qx2iO1rrCDTQUGX9dqi9ZAly2Dgm6bCEgdSAQw9MxRM,2159
|
|
@@ -907,12 +907,12 @@ angr/knowledge_plugins/cfg/memory_data.py,sha256=QLxFZfrtwz8u6UJn1L-Sxa-C8S0Gy9I
|
|
|
907
907
|
angr/knowledge_plugins/cfg/cfg_model.py,sha256=Z5HOM7xh285gF5DGmQGRSWWD9KJyjXVWLvl0i521OkA,41722
|
|
908
908
|
angr/knowledge_plugins/cfg/cfg_manager.py,sha256=QGXCsdoLiH_vW7LP1EWGLlRVlMSqAM06l6qWq7uxQJU,2651
|
|
909
909
|
angr/knowledge_plugins/cfg/cfg_node.py,sha256=mAvQ8XAEURM7y0suc_S9lfxCmfXSTJHmWBsLonpNpLA,17183
|
|
910
|
-
angr/knowledge_plugins/variables/variable_manager.py,sha256=
|
|
910
|
+
angr/knowledge_plugins/variables/variable_manager.py,sha256=C4uuApIR3TFYzVjK75ue9LMt7uPZXDvySmy7AZldWCQ,55184
|
|
911
911
|
angr/knowledge_plugins/variables/variable_access.py,sha256=brlZgrdtUW7GI8NQMjtuBVwcqxGE0E4nHW9tD1sTmXs,3719
|
|
912
912
|
angr/knowledge_plugins/variables/__init__.py,sha256=7UnBITiTA-k3QsxRv7DdDWBu30XlFprldPxlTS4GbdE,154
|
|
913
913
|
angr/knowledge_plugins/functions/soot_function.py,sha256=OzCvQPWxnjbwPWTW0JXrQey4zyaayHD_v6ZA7nJ4YJw,4850
|
|
914
914
|
angr/knowledge_plugins/functions/function_parser.py,sha256=DTdVwYt6nXLMc0EOh-V_GhvZYQ947UNBaA77qn7Y6Vo,12379
|
|
915
|
-
angr/knowledge_plugins/functions/function_manager.py,sha256=
|
|
915
|
+
angr/knowledge_plugins/functions/function_manager.py,sha256=ERe8AWaUkiXmcFMrM18QpQxm1IbEzTImcdoH0I-iG9o,23475
|
|
916
916
|
angr/knowledge_plugins/functions/__init__.py,sha256=asiLNiT6sHbjP6eU-kDpawIoVxv4J35cwz5yQHtQ2E0,167
|
|
917
917
|
angr/knowledge_plugins/functions/function.py,sha256=orSBM5R073Tf-PDWw8NcvKl_iUgCnnk1SyFFMPZP6VE,72303
|
|
918
918
|
angr/knowledge_plugins/xrefs/xref.py,sha256=U2H1rfffp5EXoh0awlGxMBxA4K5MIwl3CXjV3Uih3tA,4856
|
|
@@ -997,7 +997,7 @@ angr/engines/light/engine.py,sha256=zH_wcZu8L0Q7rHv_OFhxs4nCe3GZ7iYbra8YWpmG5g4,
|
|
|
997
997
|
angr/engines/light/data.py,sha256=bSJOryON-SWSLNo8PDJJBzL3xPsNnlO-ECj5h60Tf5E,21259
|
|
998
998
|
angr/engines/pcode/cc.py,sha256=Ux9VFTBPzAGMi5WXQIQzzpQTF1su0eV69PRttKmhkTU,3809
|
|
999
999
|
angr/engines/pcode/lifter.py,sha256=3JxTS9ut7v2OAwV2aU_I5CgRHKSHpGELYWzeJZU7U9s,52833
|
|
1000
|
-
angr/engines/pcode/behavior.py,sha256=
|
|
1000
|
+
angr/engines/pcode/behavior.py,sha256=4Y822qSMK4W2VZiJaXyFHNBge52xIJEUCVfkup5wcjw,29574
|
|
1001
1001
|
angr/engines/pcode/__init__.py,sha256=KWBnZnLYR3qANzXvxOt3XJq6cR57mQeNvugPBh7gr8s,195
|
|
1002
1002
|
angr/engines/pcode/engine.py,sha256=aFVvBYkVzZ8A5NkC2SblDU6Mlfk0ioVn7xDhp0iG8-8,9930
|
|
1003
1003
|
angr/engines/pcode/emulate.py,sha256=YlFHfXk8WmABiwVRJINP4ekMAY2b7dbvrpLrE2BfLXQ,16670
|
|
@@ -1208,14 +1208,14 @@ angr/analyses/decompiler/stack_item.py,sha256=4HpYE54sOnODzMLrNX1m-Mb9RlQYjojJqN
|
|
|
1208
1208
|
angr/analyses/decompiler/block_io_finder.py,sha256=9J56W0_SQPczZ2-VoxqSv61T57foHmzy7wPtUtQKffU,10943
|
|
1209
1209
|
angr/analyses/decompiler/redundant_label_remover.py,sha256=QV0puQwNprJUBQxU6NOAjcozowrvQSdoVOnuzAXdkiU,5895
|
|
1210
1210
|
angr/analyses/decompiler/ailgraph_walker.py,sha256=m71HCthOr9J8PZoMxJzCPskay8yfCZ2j8esWT4Ka3KI,1630
|
|
1211
|
-
angr/analyses/decompiler/callsite_maker.py,sha256=
|
|
1211
|
+
angr/analyses/decompiler/callsite_maker.py,sha256=4KkhWujcK5nUUCIqRMCoPUgi3_NhRymwI0Lbl-7-6Wc,23522
|
|
1212
1212
|
angr/analyses/decompiler/expression_narrower.py,sha256=lBtcsPu4V5JJ_u25GF-BJ3vaybu8TRr9XxmnjOrA4J8,10367
|
|
1213
1213
|
angr/analyses/decompiler/sequence_walker.py,sha256=_-kUn01iU7iGdrzOPpwzquwk9CVDUL7QfQkv2OT9r8Y,10083
|
|
1214
1214
|
angr/analyses/decompiler/region_identifier.py,sha256=kQJ_KCd3Qx9LWStTM_iUNBG10bDak4wL8ht0XZaYjYk,52892
|
|
1215
1215
|
angr/analyses/decompiler/empty_node_remover.py,sha256=4CdxTM1AVmRoEdRIwJg1YEy10AgkEoRmJ8SU7xGbKnM,7424
|
|
1216
1216
|
angr/analyses/decompiler/seq_to_blocks.py,sha256=4-tqstendHHO2J0WD3JHQkm8c4c2KG3AO3mYWrn4xvg,569
|
|
1217
1217
|
angr/analyses/decompiler/__init__.py,sha256=eyxt2UKvPkbuS_l_1GPb0CJ6hrj2wTavh-mVf23wwiQ,1162
|
|
1218
|
-
angr/analyses/decompiler/clinic.py,sha256=
|
|
1218
|
+
angr/analyses/decompiler/clinic.py,sha256=lQFUJ4jlWLGyov7OVDCedd13iH4VVqzqpyIfDhygKik,152533
|
|
1219
1219
|
angr/analyses/decompiler/decompilation_cache.py,sha256=06oiG299mVpGOTL54Xy1CUxz5s8QLgYJn5XIvKFLYkU,1566
|
|
1220
1220
|
angr/analyses/decompiler/block_simplifier.py,sha256=vjlugXCB3xFYBDBn3LPxOtU1dDc76PpYtVEoju3i9-4,15513
|
|
1221
1221
|
angr/analyses/decompiler/node_replacer.py,sha256=jJd3XkIwFE07bIbLriJ6_mQEvfhm90C8lqlrL5Mz1Xg,1450
|
|
@@ -1226,7 +1226,7 @@ angr/analyses/decompiler/utils.py,sha256=eM1pOuoEUzT-7wd8waRrUvZk7bgA3MamzbyjLv4
|
|
|
1226
1226
|
angr/analyses/decompiler/decompiler.py,sha256=adX2UJv6s4JAF7Qf6HTgwPo28QQ6yCzrrQrtlqDZyfE,31864
|
|
1227
1227
|
angr/analyses/decompiler/goto_manager.py,sha256=wVoeXJcadIda84LloGgqW-rL0QHLv3fx4vZHLhmz-_o,4027
|
|
1228
1228
|
angr/analyses/decompiler/block_similarity.py,sha256=S1lTlXFyOmJlQa7I3y7xgLsENLS4XGET7tdD55k_6Vg,6859
|
|
1229
|
-
angr/analyses/decompiler/ail_simplifier.py,sha256=
|
|
1229
|
+
angr/analyses/decompiler/ail_simplifier.py,sha256=q3dOcY6aFGXC9oF06Zs3mt5VYlCR3BE0KRAN4F139do,99565
|
|
1230
1230
|
angr/analyses/decompiler/jump_target_collector.py,sha256=CucT99luxIVrioM-keMMjyNKWE5QaXEFQOFphtyU8b4,1189
|
|
1231
1231
|
angr/analyses/decompiler/label_collector.py,sha256=fsCkldy8ZKH4FjkREByg-NDmfCd7Pmuz2K1Dks9oVjM,814
|
|
1232
1232
|
angr/analyses/decompiler/jumptable_entry_condition_rewriter.py,sha256=f_JyNiSZfoudElfl2kIzONoYCiosR4xYFOe8Q5SkvLg,2176
|
|
@@ -1235,14 +1235,14 @@ angr/analyses/decompiler/structured_codegen/dwarf_import.py,sha256=J6V40RuIyKXN7
|
|
|
1235
1235
|
angr/analyses/decompiler/structured_codegen/c.py,sha256=fgkU26x8sNFZij1h7GTkFGlQYG6oKn5L9tFBVQa8j0c,152371
|
|
1236
1236
|
angr/analyses/decompiler/structured_codegen/dummy.py,sha256=JZLeovXE-8C-unp2hbejxCG30l-yCx4sWFh7JMF_iRM,570
|
|
1237
1237
|
angr/analyses/decompiler/structured_codegen/base.py,sha256=mb5d5iQO1N2wMl7QySvfHemXM-e0yQBhjtlmnLsVSgE,5134
|
|
1238
|
-
angr/analyses/decompiler/ssailification/rewriting.py,sha256=
|
|
1238
|
+
angr/analyses/decompiler/ssailification/rewriting.py,sha256=FJRBbQRXpLJQVXAD6DJQu96BK6Vdjd6wza9VM6Yz7fI,19018
|
|
1239
1239
|
angr/analyses/decompiler/ssailification/traversal_engine.py,sha256=MdmNKWN2LVQ9fH7O-E4yNn5oXUS2p2u1qHM_OayPJ-k,11466
|
|
1240
1240
|
angr/analyses/decompiler/ssailification/traversal.py,sha256=rvFatMUpQQMbENCsPoPogAbBv0AAaCDcKiNvh6GOVeQ,4027
|
|
1241
1241
|
angr/analyses/decompiler/ssailification/__init__.py,sha256=zcHoI7e2El2RSU_bHTpQRd1XRLHOfFScG6f3cm5y_lQ,108
|
|
1242
1242
|
angr/analyses/decompiler/ssailification/traversal_state.py,sha256=RDs2mTc6GYnbMom2gBfNfNMcazKMSkhemEmse8uELTY,1558
|
|
1243
|
-
angr/analyses/decompiler/ssailification/ssailification.py,sha256=
|
|
1243
|
+
angr/analyses/decompiler/ssailification/ssailification.py,sha256=9IAtDryPWrEUpWMJzs4A9CMI5oFFozI2j2GkorhkSGA,11420
|
|
1244
1244
|
angr/analyses/decompiler/ssailification/rewriting_state.py,sha256=NAwVcBYh-BQo9K7nfnUlNDBAYflfFMgBYzsVD3BwiN8,1898
|
|
1245
|
-
angr/analyses/decompiler/ssailification/rewriting_engine.py,sha256=
|
|
1245
|
+
angr/analyses/decompiler/ssailification/rewriting_engine.py,sha256=7Qt76t-ZBH7Q_C-6I5rCzkxprVfSxItzwZR5R8kuGQE,41773
|
|
1246
1246
|
angr/analyses/decompiler/ccall_rewriters/x86_ccalls.py,sha256=dvdiAXWGte_4xcDZnP7h980DVZqpxMgQt-fTC1nxChQ,13437
|
|
1247
1247
|
angr/analyses/decompiler/ccall_rewriters/__init__.py,sha256=TrnykR5cGCXy85f8OApJBjWSQ8WQSzjrnpND2fODWG8,207
|
|
1248
1248
|
angr/analyses/decompiler/ccall_rewriters/rewriter_base.py,sha256=c7-GxWZbFfJvmg4DPdjYgLXyiasmfgmiQ6IY4fjOVWs,727
|
|
@@ -1252,7 +1252,7 @@ angr/analyses/decompiler/dephication/graph_rewriting.py,sha256=cRMrYJgGV57H5TzWY
|
|
|
1252
1252
|
angr/analyses/decompiler/dephication/__init__.py,sha256=xd6YSsoXLKVB2g52l-TZGsDwN5Vm3p4b35lqAYcrlhU,280
|
|
1253
1253
|
angr/analyses/decompiler/dephication/dephication_base.py,sha256=C0ShonhyTRXUxhiouIIDBKwE4xGBGSa-_c7nMyTrlHA,3450
|
|
1254
1254
|
angr/analyses/decompiler/dephication/rewriting_engine.py,sha256=qBX6yrtJQhjiSRBz0mBjafF1lTrl22oToOErxIFSr4w,18623
|
|
1255
|
-
angr/analyses/decompiler/dephication/graph_vvar_mapping.py,sha256=
|
|
1255
|
+
angr/analyses/decompiler/dephication/graph_vvar_mapping.py,sha256=bDKlB08iV5Rr_YtJXKtr0QdpgdpZehHR7CK6q5Dh0jU,15762
|
|
1256
1256
|
angr/analyses/decompiler/dephication/graph_dephication.py,sha256=OB3wLoUtfSTyZGIynmEjd4vhZ7DGtbrzHum6myLHA0k,2393
|
|
1257
1257
|
angr/analyses/decompiler/notes/deobfuscated_strings.py,sha256=f9AtSSVIB7kAlPUlkLxqNodco4KWbYivPV3Yh8KjVTo,1877
|
|
1258
1258
|
angr/analyses/decompiler/notes/__init__.py,sha256=4e5yTEQr5tnTQt8BfsMXqRUUpWPaQIFLzsgNVx55VJw,181
|
|
@@ -1388,9 +1388,9 @@ angr/analyses/decompiler/dirty_rewriters/__init__.py,sha256=Go9Znxszue8UZD8w7nHJ
|
|
|
1388
1388
|
angr/analyses/decompiler/dirty_rewriters/rewriter_base.py,sha256=ghiYgB5O78ozGaCti7SqR_YlXQJrHtMEHnxQKe3Rw2I,817
|
|
1389
1389
|
angr/analyses/decompiler/dirty_rewriters/amd64_dirty.py,sha256=QM0mUMKm5eyTybGL7yaXgGDuewHfmuctpZ4faxXczsg,2409
|
|
1390
1390
|
angr/analyses/s_reaching_definitions/__init__.py,sha256=TyfVplxkJj8FAAAw9wegzJlcrbGwlFpIB23PdCcwrLA,254
|
|
1391
|
-
angr/analyses/s_reaching_definitions/s_reaching_definitions.py,sha256=
|
|
1391
|
+
angr/analyses/s_reaching_definitions/s_reaching_definitions.py,sha256=T9UsMm3h6hxCF3cJAG39fL7ZTJaExdC7jYs6gQ8lsQU,10821
|
|
1392
1392
|
angr/analyses/s_reaching_definitions/s_rda_model.py,sha256=FJSge_31FFzyzBJA1xm7dQz40TfuNna6v_RWAZMZvi0,5801
|
|
1393
|
-
angr/analyses/s_reaching_definitions/s_rda_view.py,sha256=
|
|
1393
|
+
angr/analyses/s_reaching_definitions/s_rda_view.py,sha256=SxhUYV_aM2SkGoJh9Pu7afRX3lP5Id4MIhuHsf_ls1E,14719
|
|
1394
1394
|
angr/analyses/fcp/__init__.py,sha256=E9dxFckDM9DijfU4RRg9SGL6xDKCz7yBBP-XSkS-S9U,115
|
|
1395
1395
|
angr/analyses/fcp/fcp.py,sha256=djkJsvSja_De7ptNwllmTHjvVl62BFcH_haBhwhzFtw,16373
|
|
1396
1396
|
angr/analyses/flirt/flirt.py,sha256=fZ0BvmJnx6ve1j76lMvKFHM2y3g17wg00fU8hWvSl14,10829
|