MCPcopy Create free account

hub / github.com/Lil-House/Pyarmor-Static-Unpack-1shot / functions

Functions550 in github.com/Lil-House/Pyarmor-Static-Unpack-1shot

Methodcount
(self)
pycdc/tests/input/while_loop.py:2
Functiondecrypt_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
Functiondecrypt_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
Functiondecrypt_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
MethoddelRef
pycdc/ASTNode.h:60
Functionencrypt_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
Functionencrypt_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
Functionencrypt_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
MethodexceptTable
pycdc/pyc_code.h:90
Methodfinally
pycdc/ASTNode.h:617
Functionfinally_if
(a)
pycdc/tests/input/test_finally.py:47
Functionfind
(self, name)
pycdc/tests/input/test_nested_scopes.py:79
Functionfoo
(a, b, c)
pycdc/tests/input/op_precedence.py:1
Methodfoo
(self)
pycdc/tests/input/test_class.py:17
Methodfrom_binary_op
pycdc/ASTNode.cpp:105
Methodfrom_opcode
pycdc/ASTNode.cpp:41
FunctionfuncA
()
pycdc/tests/input/test_prettyprint.py:64
FunctionfuncAB
()
pycdc/tests/input/test_prettyprint.py:99
Functionfunc_with_global
()
pycdc/tests/input/chain_assignment.py:10
Functionfunc_with_tuple_args
((a, b))
pycdc/tests/input/test_functions.py:28
Functionfunc_with_tuple_args2
((a, b), (c, d))
pycdc/tests/input/test_functions.py:32
Functionfunc_with_tuple_args3
((a, b), (c, d), *args)
pycdc/tests/input/test_functions.py:36
Functionfunc_with_tuple_args4
((a, b), (c, d), **kwargs)
pycdc/tests/input/test_functions.py:40
Functionfunc_with_tuple_args5
((a, b), (c, d), *args, **kwargs)
pycdc/tests/input/test_functions.py:44
Functionfunc_with_tuple_args6
((a, b), (c, d) = (2, 3), *args, **kwargs)
pycdc/tests/input/test_nested_scopes.py:74
Functionfunc_with_tuple_args6
((a, b), (c, d) = (2, 3), *args, **kwargs)
pycdc/tests/input/test_functions.py:48
Functiongenerator
()
pycdc/tests/input/yield_from.py:9
Functionhandle_specific
(flag)
pycdc/tests/input/test_exception_match_py311.py:1
Methodimag
pycdc/pyc_numeric.h:109
Methodinit_v
pycdc/plusaes.hpp:460
Functioninorder
(t)
pycdc/tests/input/test_yield.py:3
MethodinternalAddRef
pycdc/ASTNode.h:46
MethodinternalDelRef
pycdc/ASTNode.h:52
MethodinternalGetType
Hack to make clang happy :(
pycdc/ASTNode.h:41
MethodisEqual
pycdc/pyc_numeric.cpp:38
MethodisEqual
pycdc/pyc_sequence.cpp:15
MethodisEqual
pycdc/pyc_numeric.h:14
MethodisEqual
pycdc/pyc_numeric.h:82
MethodisEqual
pycdc/pyc_numeric.h:101
MethodisEqual
pycdc/pyc_object.h:137
MethodisEqual
pycdc/pyc_string.h:15
MethodisOpen
pycdc/data.h:49
MethodisSupportedVersion
pycdc/pyc_module.cpp:199
Functionk0
()
pycdc/tests/input/test_nested_scopes.py:5
Methodkey
pycdc/ASTNode.h:492
Functionkey_from_string
pycdc/plusaes.hpp:367
Methodload
PycInt */
pycdc/pyc_numeric.cpp:11
Methodload
PycSimpleSequence */
pycdc/pyc_sequence.cpp:7
Methodload
PycString */
pycdc/pyc_string.cpp:19
Methodload
pycdc/pyc_object.h:142
Functionlsb
pycdc/plusaes.hpp:498
Functionmain
pycdc/pycdc.cpp:12
Functionmain
pycdc/pycdas.cpp:262
Functionmain
pycdc/pyarmor-1shot.cpp:92
Functionmake_bitset
pycdc/plusaes.hpp:578
Functionmap_with_index
(func, lst)
pycdc/tests/input/iter_unpack.py:1
Methodmethod
(self, i)
pycdc/tests/input/test_class_method.py:2
Functionmsb
pycdc/plusaes.hpp:507
FunctionmyFunc
()
pycdc/tests/input/loop_try_except.py:1
Methodname
pycdc/pyc_code.h:86
Methodname
pycdc/ASTNode.h:275
Methodname
pycdc/ASTNode.h:321
Methodname
pycdc/ASTNode.h:436
Methodname
pycdc/ASTNode.h:477
Methodname
pycdc/ASTNode.h:734
Methodname
(self)
pycdc/tests/input/test_decorators.py:32
Functionnew_function
(*args, **kw)
pycdc/tests/input/test_decorators.py:10
Methodobject
pycdc/ASTNode.h:668
Methodop
pycdc/ASTNode.h:150
Methodoperator!=
pycdc/pyc_object.h:63
Methodoperator->
pycdc/pyc_object.h:67
Methodoperator==
pycdc/pyc_object.h:61
Methodoperator^
pycdc/plusaes.hpp:449
Functionoperator||
pycdc/plusaes.hpp:492
MethodpyarmorDecryptCoCode
pycdc/pyc_code.cpp:166
Functionrun_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
Functionsegv_handler
pycdc/pyarmor-1shot.cpp:64
MethodsetVar
pycdc/ASTNode.h:636
MethodsetVersion
pycdc/pyc_module.cpp:6
Methodsize
pycdc/pyc_numeric.h:37
Methodsize
pycdc/pyc_sequence.h:12
Functionsquare
(n)
pycdc/tests/input/test_decorators.py:2
Methodsrc
pycdc/ASTNode.h:90
Functionstore_deref
()
pycdc/tests/input/chain_assignment.py:30
Functionstore_fast
()
pycdc/tests/input/chain_assignment.py:34
Functionsynchronized
Synchronization decorator.
pycdc/tests/input/test_decorators.py:6
Functiontest
(msgtype, flags)
pycdc/tests/input/if_elif_else.py:1
Functiontime_for_some_fun
()
pycdc/tests/input/async_for.py:13
FunctiontryBlocks
()
pycdc/tests/input/async_for.py:40
Methodtry_cast
pycdc/pyc_object.h:73
Functiontry_else_finally
()
pycdc/tests/input/test_finally.py:9
Functiontry_except_except
()
pycdc/tests/input/test_finally.py:21
Functiontry_except_except_finally
()
pycdc/tests/input/test_finally.py:33
Functiontry_finally
()
pycdc/tests/input/test_finally.py:1
Methodtype
pycdc/ASTNode.h:30
Methodtype
pycdc/pyc_object.h:135
Methodvalue
pycdc/ASTNode.h:241
Methodvalue
pycdc/pyc_numeric.h:22
Methodvalue
pycdc/pyc_numeric.h:56
Methodvalue
pycdc/pyc_numeric.h:90
← previousnext →401–500 of 550, ranked by callers