Update unpacker.py

master
Arjix 2021-03-11 15:38:54 +02:00 committed by GitHub
parent 20a57117ea
commit c75e471994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,8 @@
# #
# usage: # usage:
# #
# if # if detect_packed_js(some_string):
(some_string): # unpacked = unpack_packed_js(some_string)
# unpacked = unpack(some_string)
# #
"""Unpacker for Dean Edward's p.a.c.k.e.r""" """Unpacker for Dean Edward's p.a.c.k.e.r"""