This website requires JavaScript.
Explore
Help
Register
Sign In
Lil-Ran
/
Pyarmor-Static-Unpack-1shot
Watch
1
Star
0
Fork
0
You've already forked Pyarmor-Static-Unpack-1shot
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
aa292c76820fac67a064f20cafb9946cd746d1e1
Pyarmor-Static-Unpack-1shot
/
tests
/
input
/
binary_slice.py
8 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
Support SLICE opcodes
2025-06-30 23:57:31 +05:30
l
=
[
1
,
2
,
3
,
4
,
5
,
6
]
print
(
l
[
1
:
3
]
)
print
(
l
[
:
2
]
)
print
(
l
[
3
:
]
)
print
(
l
[
-
4
:
]
)
print
(
l
[
:
-
2
]
)
Add newlines
2025-07-01 09:27:07 +05:30
print
(
l
[
:
]
)
Copy Permalink