MCPcopy Create free account

hub / github.com/chago/ADVMP / functions

Functions167 in github.com/chago/ADVMP

MethodControlCentre
(ControlCentreOption opt)
control-centre/src/main/java/buwai/android/shell/controlcentre/ControlCentre.java:26
MethodFileReader
template/jni/advmpc/io.cpp:7
MethodInstructionInsert01
(File dexFile, final TypeDescription classDesc)
separator/src/main/java/buwai/android/shell/separator/InstructionInsert01.java:39
FunctionJNI_OnLoad
template/jni/advmpc/avmp.cpp:58
MethodReadUInt
��ȡһ���޷�������ֵ��
template/jni/advmpc/io.cpp:48
MethodReadUShort
��ȡһ���޷���shortֵ��
template/jni/advmpc/io.cpp:39
MethodReadUShorts
��ȡ�޷���short���顣
template/jni/advmpc/io.cpp:66
MethodSeek
�ƶ��ļ�ָ�뵽ָ��ƫ��λ�á�
template/jni/advmpc/io.cpp:18
MethodSeparator
@param opt
separator/src/main/java/buwai/android/shell/separator/Separator.java:42
MethodSeparatorCWriter
(File outFile, List<Method> separatedMethod)
separator/src/main/java/buwai/android/shell/separator/SeparatorCWriter.java:24
MethodSeparatorDexRewriter
(RewriterModule module)
separator/src/main/java/buwai/android/shell/separator/Separator.java:105
MethodStreamRedirector
(InputStream is, int type)
base/src/main/java/buwai/android/shell/base/helper/CommandHelper.java:52
MethodYcFile
(File outFile, YcFormat format)
ycformat/src/main/java/buwai/android/shell/advmpformat/YcFile.java:18
MethodYcFile
template/jni/advmpc/YcFile.cpp:13
MethodYcFormat
template/jni/advmpc/YcFile.cpp:215
FunctionZEXPORT
return 1 if the end of file was reached, 0 elsewhere */
template/jni/advmpc/unzip.c:1367
MethodZipReader
template/jni/advmpc/io.cpp:80
Methodattr
(String ns, String name, int resourceId, int type, Object obj)
base/src/main/java/buwai/android/shell/base/helper/AndroidManifestHelper.java:43
FunctioncheckForNullExportPC
* Check to see if "obj" is NULL. If so, export the PC into the stack * frame and throw an exception. * * Perform additional checks on debug builds
template/jni/advmpc/InterpC.cpp:370
Methodchild
(String ns, String name)
base/src/main/java/buwai/android/shell/base/helper/AndroidManifestHelper.java:38
MethodcopyResource
将资源拷贝到目标地址。 @param clazz Class对象。 @param resPath 资源在jar中的路径。如:"resources/a.txt"。 @param outFile 输出文件路径。 @throws java.io.IOException
base/src/main/java/buwai/android/shell/base/helper/ResourceHelper.java:18
FunctiondexGetOpcodeName
* Return the name of an opcode. */
template/jni/advmpc/DexOpcodes.cpp:311
FunctiondexOpcodeFromCodeUnit
template/jni/advmpc/DexOpcodes.cpp:292
MethoddoZipSingle
压缩单个文件
base/src/main/java/buwai/android/shell/base/ZipHelper.java:36
Functionfclose_file_func
(opaque, stream)
template/jni/advmpc/ioapi.c:149
Functionferror_file_func
(opaque, stream)
template/jni/advmpc/ioapi.c:158
Functionfopen_file_func
(opaque, filename, mode)
template/jni/advmpc/ioapi.c:68
Functionfread_file_func
(opaque, stream, buf, size)
template/jni/advmpc/ioapi.c:90
Functionfseek_file_func
(opaque, stream, offset, origin)
template/jni/advmpc/ioapi.c:122
Functionftell_file_func
(opaque, stream)
template/jni/advmpc/ioapi.c:113
Functionfwrite_file_func
(opaque, stream, buf, size)
template/jni/advmpc/ioapi.c:102
MethodgetClassDefRewriter
(Rewriters rewriters)
separator/src/main/java/buwai/android/shell/separator/InstructionInsert01.java:48
MethodgetClassDefRewriter
(@Nonnull Rewriters rewriters)
separator/src/main/java/buwai/android/shell/separator/Separator.java:117
FunctiongetDoubleFromArray
get a double from an array of u4 */
template/jni/advmpc/InterpC.cpp:151
FunctiongetLongFromArray
get a long from an array of u4 */
template/jni/advmpc/InterpC.cpp:119
MethodgetMethodRewriter
(Rewriters rewriters)
separator/src/main/java/buwai/android/shell/separator/Separator.java:129
MethodisMatchBlackList
@param blackList @param typeDescription @return
base/src/main/java/buwai/android/shell/base/helper/TypeDescriptionHelper.java:60
MethodisMatchWhiteList
(List<TypeDescription> whiteList, TypeDescription typeDescription)
base/src/main/java/buwai/android/shell/base/helper/TypeDescriptionHelper.java:68
Methodmain
(String[] args)
separator/src/main/java/buwai/android/shell/separator/EntryPoint.java:26
Methodmain
(String[] args)
control-centre/src/main/java/buwai/android/shell/controlcentre/EntryPoint.java:25
FunctionnativeLog
template/jni/advmpc/avmp.cpp:9
MethodonClick
(View v)
AdvmpTest/src/buwai/android/shell/advmptest/MainActivity.java:25
MethodonCreate
(Bundle savedInstanceState)
AdvmpTest/src/buwai/android/shell/advmptest/MainActivity.java:15
FunctionputDoubleToArray
store a double into an array of u4 */
template/jni/advmpc/InterpC.cpp:168
FunctionputLongToArray
store a long into an array of u4 */
template/jni/advmpc/InterpC.cpp:136
MethodreplaceMethod
替换方法,不做这个方法是否已经存在的判断。 所以如果传入的方法不存在,那么造成的后果是未知的。 @param classDef 类定义。 @param method 要替换的方法。 @return 返回新的类定义。
base/src/main/java/buwai/android/dexlib2/helper/ClassDefHelper.java:118
Methodrewrite
(@Nonnull ClassDef classDef)
separator/src/main/java/buwai/android/shell/separator/InstructionInsert01.java:52
Methodrewrite
(@Nonnull ClassDef classDef)
separator/src/main/java/buwai/android/shell/separator/Separator.java:121
Methodrun
()
base/src/main/java/buwai/android/shell/base/helper/CommandHelper.java:57
FunctionseparatorTest
template/jni/advmpc/avmp.cpp:13
Functionstrcmpcasenosensitive_internal
My own strcmpi / strcasecmp */
template/jni/advmpc/unzip.c:254
MethodunZipSingle
解压缩zip文件中的单个文件。 @param file file zip文件。 @param outPath 输出路径。 @param filename 要解压缩的文件名。
base/src/main/java/buwai/android/shell/base/ZipHelper.java:21
FunctionunzClose
Close a ZipFile opened with unzipOpen. If there is files inside the .Zip opened with unzipOpenCurrentFile (see later), these files MUST be close
template/jni/advmpc/unzip.c:506
FunctionunzGetFilePos
(file, file_pos)
template/jni/advmpc/unzip.c:906
FunctionunzGetGlobalComment
Get the global comment string of the ZipFile, in the szComment buffer. uSizeBuf is the size of the szComment buffer. return the number of byte cop
template/jni/advmpc/unzip.c:1498
FunctionunzGetGlobalInfo
Write info about the ZipFile in the *pglobal_info structure. No preparation of the structure is needed return UNZ_OK if there is no problem. */
template/jni/advmpc/unzip.c:527
FunctionunzGetLocalExtrafield
Read extra field from the current file (opened by unzOpenCurrentFile) This is the local-header version of the extra field (sometimes, there is m
template/jni/advmpc/unzip.c:1400
FunctionunzGetOffset
Additions by RX '2004 */
template/jni/advmpc/unzip.c:1529
FunctionunzGoToFilePos
(file, file_pos)
template/jni/advmpc/unzip.c:924
FunctionunzOpenCurrentFile2
(file,method,level,raw)
template/jni/advmpc/unzip.c:1186
FunctionunzOpenCurrentFilePassword
(file, password)
template/jni/advmpc/unzip.c:1179
FunctionunzSetOffset
(file, pos)
template/jni/advmpc/unzip.c:1545
Functionunztell
Give the current position in uncompressed data */
template/jni/advmpc/unzip.c:1347
Method~FileReader
template/jni/advmpc/io.cpp:9
Method~YcFile
template/jni/advmpc/YcFile.cpp:21
Method~YcFormat
template/jni/advmpc/YcFile.cpp:221
Method~ZipReader
template/jni/advmpc/io.cpp:84
← previous101–167 of 167, ranked by callers