⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.177
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python3.9
/
ctypes
/
macholib
/
__pycache__
/
View File Name :
dylib.cpython-39.pyc
a DOg$ @ s> d Z ddlZdgZedZdd Zdd Zedkr:e dS ) z! Generic dylib path manipulation N dylib_infoz(?x) (?P
^.*)(?:^|/) (?P
(?P
\w+?) (?:\.(?P
[^._]+))? (?:_(?P
[^._]+))? \.dylib$ ) c C s t | }|sdS | S )a1 A dylib name can take one of the following four forms: Location/Name.SomeVersion_Suffix.dylib Location/Name.SomeVersion.dylib Location/Name_Suffix.dylib Location/Name.dylib returns None if not found or a mapping equivalent to: dict( location='Location', name='Name.SomeVersion_Suffix.dylib', shortname='Name', version='SomeVersion', suffix='Suffix', ) Note that SomeVersion and Suffix are optional and may be None if not present. N)DYLIB_REmatch groupdict)filenameZis_dylib r -/usr/lib64/python3.9/ctypes/macholib/dylib.pyr s c C s ddd} t dd u sJ t dd u s*J t d| dddksBJ t d | dd dddks^J t d | ddddksxJ t d| ddddksJ t d| dddddksJ d S )Nc S s t | ||||dS )NlocationnameZ shortnameversionsuffix)dictr r r r d. s ztest_dylib_info.
.dzcompletely/invalidzcompletely/invalide_debugzP/Foo.dylibPz Foo.dylibZFoozP/Foo_debug.dylibzFoo_debug.dylibdebug)r z P/Foo.A.dylibzFoo.A.dylibAzP/Foo_debug.A.dylibzFoo_debug.A.dylibZ Foo_debugzP/Foo.A_debug.dylibzFoo.A_debug.dylib)NNNNN)r )r r r r test_dylib_info- s r __main__)__doc__re__all__compiler r r __name__r r r r
s