Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lil-House/Pyarmor-Static-Unpack-1shot
/ functions
Functions
550 in github.com/Lil-House/Pyarmor-Static-Unpack-1shot
⨍
Functions
550
◇
Types & classes
128
Method
count
(self)
pycdc/tests/input/while_loop.py:2
Function
decrypt_cbc
* Decrypt data with CBC mode. * @param [in] data Data bytes. * @param [in] data_size Data size. * @param [in] key Key bytes. * @param [in] key
pycdc/plusaes.hpp:1082
Function
decrypt_ecb
* Decrypts data with ECB mode. * @param [in] data Data bytes. * @param [in] data_size Data size. * @param [in] key Key bytes. * @param [in] ke
pycdc/plusaes.hpp:940
Function
decrypt_gcm
* Decrypts data with GCM mode and checks an authentication tag. * * You can specify iv size and tag size. * But usually you should use the other ov
pycdc/plusaes.hpp:1226
Method
delRef
pycdc/ASTNode.h:60
Function
encrypt_cbc
* Encrypt data with CBC mode. * @param [in] data Data. * @param [in] data_size Data size. * If the pads is false, data size must be multiple of
pycdc/plusaes.hpp:1007
Function
encrypt_ecb
* Encrypts data with ECB mode. * @param [in] data Data. * @param [in] data_size Data size. * If the pads is false, data size must be multiple of
pycdc/plusaes.hpp:892
Function
encrypt_gcm
* Encrypts data with GCM mode and gets an authentication tag. * * You can specify iv size and tag size. * But usually you should use the other over
pycdc/plusaes.hpp:1162
Method
exceptTable
pycdc/pyc_code.h:90
Method
finally
pycdc/ASTNode.h:617
Function
finally_if
(a)
pycdc/tests/input/test_finally.py:47
Function
find
(self, name)
pycdc/tests/input/test_nested_scopes.py:79
Function
foo
(a, b, c)
pycdc/tests/input/op_precedence.py:1
Method
foo
(self)
pycdc/tests/input/test_class.py:17
Method
from_binary_op
pycdc/ASTNode.cpp:105
Method
from_opcode
pycdc/ASTNode.cpp:41
Function
funcA
()
pycdc/tests/input/test_prettyprint.py:64
Function
funcAB
()
pycdc/tests/input/test_prettyprint.py:99
Function
func_with_global
()
pycdc/tests/input/chain_assignment.py:10
Function
func_with_tuple_args
((a, b))
pycdc/tests/input/test_functions.py:28
Function
func_with_tuple_args2
((a, b), (c, d))
pycdc/tests/input/test_functions.py:32
Function
func_with_tuple_args3
((a, b), (c, d), *args)
pycdc/tests/input/test_functions.py:36
Function
func_with_tuple_args4
((a, b), (c, d), **kwargs)
pycdc/tests/input/test_functions.py:40
Function
func_with_tuple_args5
((a, b), (c, d), *args, **kwargs)
pycdc/tests/input/test_functions.py:44
Function
func_with_tuple_args6
((a, b), (c, d) = (2, 3), *args, **kwargs)
pycdc/tests/input/test_nested_scopes.py:74
Function
func_with_tuple_args6
((a, b), (c, d) = (2, 3), *args, **kwargs)
pycdc/tests/input/test_functions.py:48
Function
generator
()
pycdc/tests/input/yield_from.py:9
Function
handle_specific
(flag)
pycdc/tests/input/test_exception_match_py311.py:1
Method
imag
pycdc/pyc_numeric.h:109
Method
init_v
pycdc/plusaes.hpp:460
Function
inorder
(t)
pycdc/tests/input/test_yield.py:3
Method
internalAddRef
pycdc/ASTNode.h:46
Method
internalDelRef
pycdc/ASTNode.h:52
Method
internalGetType
Hack to make clang happy :(
pycdc/ASTNode.h:41
Method
isEqual
pycdc/pyc_numeric.cpp:38
Method
isEqual
pycdc/pyc_sequence.cpp:15
Method
isEqual
pycdc/pyc_numeric.h:14
Method
isEqual
pycdc/pyc_numeric.h:82
Method
isEqual
pycdc/pyc_numeric.h:101
Method
isEqual
pycdc/pyc_object.h:137
Method
isEqual
pycdc/pyc_string.h:15
Method
isOpen
pycdc/data.h:49
Method
isSupportedVersion
pycdc/pyc_module.cpp:199
Function
k0
()
pycdc/tests/input/test_nested_scopes.py:5
Method
key
pycdc/ASTNode.h:492
Function
key_from_string
pycdc/plusaes.hpp:367
Method
load
PycInt */
pycdc/pyc_numeric.cpp:11
Method
load
PycSimpleSequence */
pycdc/pyc_sequence.cpp:7
Method
load
PycString */
pycdc/pyc_string.cpp:19
Method
load
pycdc/pyc_object.h:142
Function
lsb
pycdc/plusaes.hpp:498
Function
main
pycdc/pycdc.cpp:12
Function
main
pycdc/pycdas.cpp:262
Function
main
pycdc/pyarmor-1shot.cpp:92
Function
make_bitset
pycdc/plusaes.hpp:578
Function
map_with_index
(func, lst)
pycdc/tests/input/iter_unpack.py:1
Method
method
(self, i)
pycdc/tests/input/test_class_method.py:2
Function
msb
pycdc/plusaes.hpp:507
Function
myFunc
()
pycdc/tests/input/loop_try_except.py:1
Method
name
pycdc/pyc_code.h:86
Method
name
pycdc/ASTNode.h:275
Method
name
pycdc/ASTNode.h:321
Method
name
pycdc/ASTNode.h:436
Method
name
pycdc/ASTNode.h:477
Method
name
pycdc/ASTNode.h:734
Method
name
(self)
pycdc/tests/input/test_decorators.py:32
Function
new_function
(*args, **kw)
pycdc/tests/input/test_decorators.py:10
Method
object
pycdc/ASTNode.h:668
Method
op
pycdc/ASTNode.h:150
Method
operator!=
pycdc/pyc_object.h:63
Method
operator->
pycdc/pyc_object.h:67
Method
operator==
pycdc/pyc_object.h:61
Method
operator^
pycdc/plusaes.hpp:449
Function
operator||
pycdc/plusaes.hpp:492
Method
pyarmorDecryptCoCode
pycdc/pyc_code.cpp:166
Function
run_test
Runs a single test, and returns a tuple containing the number of failed tests and the output of the test. The output is not printed directly
pycdc/tests/run_tests.py:56
Function
segv_handler
pycdc/pyarmor-1shot.cpp:64
Method
setVar
pycdc/ASTNode.h:636
Method
setVersion
pycdc/pyc_module.cpp:6
Method
size
pycdc/pyc_numeric.h:37
Method
size
pycdc/pyc_sequence.h:12
Function
square
(n)
pycdc/tests/input/test_decorators.py:2
Method
src
pycdc/ASTNode.h:90
Function
store_deref
()
pycdc/tests/input/chain_assignment.py:30
Function
store_fast
()
pycdc/tests/input/chain_assignment.py:34
Function
synchronized
Synchronization decorator.
pycdc/tests/input/test_decorators.py:6
Function
test
(msgtype, flags)
pycdc/tests/input/if_elif_else.py:1
Function
time_for_some_fun
()
pycdc/tests/input/async_for.py:13
Function
tryBlocks
()
pycdc/tests/input/async_for.py:40
Method
try_cast
pycdc/pyc_object.h:73
Function
try_else_finally
()
pycdc/tests/input/test_finally.py:9
Function
try_except_except
()
pycdc/tests/input/test_finally.py:21
Function
try_except_except_finally
()
pycdc/tests/input/test_finally.py:33
Function
try_finally
()
pycdc/tests/input/test_finally.py:1
Method
type
pycdc/ASTNode.h:30
Method
type
pycdc/pyc_object.h:135
Method
value
pycdc/ASTNode.h:241
Method
value
pycdc/pyc_numeric.h:22
Method
value
pycdc/pyc_numeric.h:56
Method
value
pycdc/pyc_numeric.h:90
← previous
next →
401–500 of 550, ranked by callers