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
a267bfb47fe4d5ea3f6eafcc2fa808ec254cce46
Pyarmor-Static-Unpack-1shot
/
tests
/
input
/
store_slice.py
9 lines
87 B
Python
Raw
Normal View
History
Unescape
Escape
Support SLICE opcodes
2025-06-30 23:57:31 +05:30
a
=
[
0
]
*
16
l
=
[
1
,
2
,
3
]
a
[
13
:
]
=
l
a
[
5
]
=
10
a
[
:
2
]
=
[
1
,
2
]
a
[
:
]
=
range
(
16
)
Add newlines
2025-07-01 09:27:07 +05:30
print
(
a
)
Copy Permalink