Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chago/ADVMP
/ functions
Functions
167 in github.com/chago/ADVMP
⨍
Functions
167
◇
Types & classes
52
Method
ControlCentre
(ControlCentreOption opt)
control-centre/src/main/java/buwai/android/shell/controlcentre/ControlCentre.java:26
Method
FileReader
template/jni/advmpc/io.cpp:7
Method
InstructionInsert01
(File dexFile, final TypeDescription classDesc)
separator/src/main/java/buwai/android/shell/separator/InstructionInsert01.java:39
Function
JNI_OnLoad
template/jni/advmpc/avmp.cpp:58
Method
ReadUInt
��ȡһ����������ֵ��
template/jni/advmpc/io.cpp:48
Method
ReadUShort
��ȡһ������shortֵ��
template/jni/advmpc/io.cpp:39
Method
ReadUShorts
��ȡ����short���顣
template/jni/advmpc/io.cpp:66
Method
Seek
�ƶ��ļ�ָ�뵽ָ��ƫ��λ�á�
template/jni/advmpc/io.cpp:18
Method
Separator
@param opt
separator/src/main/java/buwai/android/shell/separator/Separator.java:42
Method
SeparatorCWriter
(File outFile, List<Method> separatedMethod)
separator/src/main/java/buwai/android/shell/separator/SeparatorCWriter.java:24
Method
SeparatorDexRewriter
(RewriterModule module)
separator/src/main/java/buwai/android/shell/separator/Separator.java:105
Method
StreamRedirector
(InputStream is, int type)
base/src/main/java/buwai/android/shell/base/helper/CommandHelper.java:52
Method
YcFile
(File outFile, YcFormat format)
ycformat/src/main/java/buwai/android/shell/advmpformat/YcFile.java:18
Method
YcFile
template/jni/advmpc/YcFile.cpp:13
Method
YcFormat
template/jni/advmpc/YcFile.cpp:215
Function
ZEXPORT
return 1 if the end of file was reached, 0 elsewhere */
template/jni/advmpc/unzip.c:1367
Method
ZipReader
template/jni/advmpc/io.cpp:80
Method
attr
(String ns, String name, int resourceId, int type, Object obj)
base/src/main/java/buwai/android/shell/base/helper/AndroidManifestHelper.java:43
Function
checkForNullExportPC
* 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
Method
child
(String ns, String name)
base/src/main/java/buwai/android/shell/base/helper/AndroidManifestHelper.java:38
Method
copyResource
将资源拷贝到目标地址。 @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
Function
dexGetOpcodeName
* Return the name of an opcode. */
template/jni/advmpc/DexOpcodes.cpp:311
Function
dexOpcodeFromCodeUnit
template/jni/advmpc/DexOpcodes.cpp:292
Method
doZipSingle
压缩单个文件
base/src/main/java/buwai/android/shell/base/ZipHelper.java:36
Function
fclose_file_func
(opaque, stream)
template/jni/advmpc/ioapi.c:149
Function
ferror_file_func
(opaque, stream)
template/jni/advmpc/ioapi.c:158
Function
fopen_file_func
(opaque, filename, mode)
template/jni/advmpc/ioapi.c:68
Function
fread_file_func
(opaque, stream, buf, size)
template/jni/advmpc/ioapi.c:90
Function
fseek_file_func
(opaque, stream, offset, origin)
template/jni/advmpc/ioapi.c:122
Function
ftell_file_func
(opaque, stream)
template/jni/advmpc/ioapi.c:113
Function
fwrite_file_func
(opaque, stream, buf, size)
template/jni/advmpc/ioapi.c:102
Method
getClassDefRewriter
(Rewriters rewriters)
separator/src/main/java/buwai/android/shell/separator/InstructionInsert01.java:48
Method
getClassDefRewriter
(@Nonnull Rewriters rewriters)
separator/src/main/java/buwai/android/shell/separator/Separator.java:117
Function
getDoubleFromArray
get a double from an array of u4 */
template/jni/advmpc/InterpC.cpp:151
Function
getLongFromArray
get a long from an array of u4 */
template/jni/advmpc/InterpC.cpp:119
Method
getMethodRewriter
(Rewriters rewriters)
separator/src/main/java/buwai/android/shell/separator/Separator.java:129
Method
isMatchBlackList
@param blackList @param typeDescription @return
base/src/main/java/buwai/android/shell/base/helper/TypeDescriptionHelper.java:60
Method
isMatchWhiteList
(List<TypeDescription> whiteList, TypeDescription typeDescription)
base/src/main/java/buwai/android/shell/base/helper/TypeDescriptionHelper.java:68
Method
main
(String[] args)
separator/src/main/java/buwai/android/shell/separator/EntryPoint.java:26
Method
main
(String[] args)
control-centre/src/main/java/buwai/android/shell/controlcentre/EntryPoint.java:25
Function
nativeLog
template/jni/advmpc/avmp.cpp:9
Method
onClick
(View v)
AdvmpTest/src/buwai/android/shell/advmptest/MainActivity.java:25
Method
onCreate
(Bundle savedInstanceState)
AdvmpTest/src/buwai/android/shell/advmptest/MainActivity.java:15
Function
putDoubleToArray
store a double into an array of u4 */
template/jni/advmpc/InterpC.cpp:168
Function
putLongToArray
store a long into an array of u4 */
template/jni/advmpc/InterpC.cpp:136
Method
replaceMethod
替换方法,不做这个方法是否已经存在的判断。 所以如果传入的方法不存在,那么造成的后果是未知的。 @param classDef 类定义。 @param method 要替换的方法。 @return 返回新的类定义。
base/src/main/java/buwai/android/dexlib2/helper/ClassDefHelper.java:118
Method
rewrite
(@Nonnull ClassDef classDef)
separator/src/main/java/buwai/android/shell/separator/InstructionInsert01.java:52
Method
rewrite
(@Nonnull ClassDef classDef)
separator/src/main/java/buwai/android/shell/separator/Separator.java:121
Method
run
()
base/src/main/java/buwai/android/shell/base/helper/CommandHelper.java:57
Function
separatorTest
template/jni/advmpc/avmp.cpp:13
Function
strcmpcasenosensitive_internal
My own strcmpi / strcasecmp */
template/jni/advmpc/unzip.c:254
Method
unZipSingle
解压缩zip文件中的单个文件。 @param file file zip文件。 @param outPath 输出路径。 @param filename 要解压缩的文件名。
base/src/main/java/buwai/android/shell/base/ZipHelper.java:21
Function
unzClose
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
Function
unzGetFilePos
(file, file_pos)
template/jni/advmpc/unzip.c:906
Function
unzGetGlobalComment
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
Function
unzGetGlobalInfo
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
Function
unzGetLocalExtrafield
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
Function
unzGetOffset
Additions by RX '2004 */
template/jni/advmpc/unzip.c:1529
Function
unzGoToFilePos
(file, file_pos)
template/jni/advmpc/unzip.c:924
Function
unzOpenCurrentFile2
(file,method,level,raw)
template/jni/advmpc/unzip.c:1186
Function
unzOpenCurrentFilePassword
(file, password)
template/jni/advmpc/unzip.c:1179
Function
unzSetOffset
(file, pos)
template/jni/advmpc/unzip.c:1545
Function
unztell
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
← previous
101–167 of 167, ranked by callers