Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CYRUS-STUDIO/ApkToolPlus
/ functions
Functions
5,389 in github.com/CYRUS-STUDIO/ApkToolPlus
⨍
Functions
5,389
◇
Types & classes
756
↓ 23 callers
Method
readShort
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/IntReader.java:71
↓ 23 callers
Method
setVisible
(boolean visible)
lib.JBE/src/ee/ioc/cs/jbe/browser/config/classpath/ClasspathBrowser.java:93
↓ 22 callers
Method
format
(String format, Object... arguments)
lib.AXMLPrinter/src/axmlprinter/AXMLPrinter.java:184
↓ 22 callers
Method
getHeight
Get the height of the internal frame on the desktop. @return the height.
lib.JBE/src/org/gjt/jclasslib/mdi/MDIConfig.java:153
↓ 22 callers
Method
remove
(JavaClass clazz)
lib.JBE/src/org/apache/bcel/util/ClassSet.java:87
↓ 22 callers
Method
visitBranchInstruction
(BranchInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:69
↓ 21 callers
Method
add
(InstructionContext ic, ArrayList executionChain)
lib.JBE/src/org/apache/bcel/verifier/structurals/Pass3bVerifier.java:101
↓ 21 callers
Method
addMessage
This method adds a (warning) message to the message pool of this PassVerifier. This method is normally only internally used by BCEL's class file verif
lib.JBE/src/org/apache/bcel/verifier/PassVerifier.java:124
↓ 21 callers
Method
appendString
(String text, Map attributes)
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/attributes/code/ByteCodeDisplay.java:624
↓ 21 callers
Method
loadIcon
Load an icon from the <tt>images</tt> directory. @param fileName the file name for the icon @return the icon
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserMDIFrame.java:123
↓ 21 callers
Method
readByte
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/IntReader.java:68
↓ 21 callers
Method
referenceTypeIsInitialized
Assures the ReferenceType r is initialized (or Type.NULL). Formally, this means (!(r instanceof UninitializedObjectType)), because there are no uninit
lib.JBE/src/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java:193
↓ 20 callers
Method
get
(int idx)
lib.ApkParser/src/net/dongliu/apk/parser/struct/StringPool.java:15
↓ 20 callers
Method
getClassIndex
@return Reference (index) to class this field or method belongs to.
lib.JBE/src/org/apache/bcel/classfile/ConstantCP.java:119
↓ 20 callers
Method
getJumpArg
(String[] instrElems, int line, int codeLength)
lib.JBE/src/ee/ioc/cs/jbe/browser/codeedit/JAsmParser.java:1242
↓ 20 callers
Method
getType
@return type as defined in Constants
lib.JBE/src/org/apache/bcel/generic/Type.java:105
↓ 20 callers
Method
getValue
()
lib.JBE/src/org/apache/bcel/generic/ConstantPushInstruction.java:68
↓ 20 callers
Method
isStatic
(boolean flag)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:127
↓ 20 callers
Method
size
()
lib.JBE/src/org/apache/bcel/verifier/structurals/Pass3bVerifier.java:121
↓ 19 callers
Method
addClass
Add a new Class reference to the ConstantPool, if it is not already in there. @param str Class to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:263
↓ 19 callers
Method
addItem
(File apk)
app/src/com/linchaolong/apktoolplus/module/jiagu/JiaGuActivity.java:47
↓ 19 callers
Method
addUtf8
Add a new Utf8 constant to the ConstantPool, if it is not already in there. @param n Utf8 string to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:388
↓ 19 callers
Method
contains
Returns if the given InstructionHandle refers to an instruction that is part of this subroutine. This is a convenience method that saves iteration ove
lib.JBE/src/org/apache/bcel/verifier/structurals/Subroutine.java:100
↓ 19 callers
Method
getNext
()
lib.JBE/src/org/apache/bcel/generic/InstructionHandle.java:91
↓ 19 callers
Method
setInitDir
设置初始化目录 @param dir 目录 @return
app/src/com/linchaolong/apktoolplus/ui/FileSelecter.java:51
↓ 18 callers
Method
centerOnParentWindow
Center a window on another window. @param window the window to be centered. @param parentWindow the parent window on which the window
lib.JBE/src/org/gjt/jclasslib/util/GUIHelper.java:67
↓ 18 callers
Method
getCode
@return Actual byte code of the method.
lib.JBE/src/org/apache/bcel/classfile/Code.java:240
↓ 18 callers
Method
getElementType
@return element type of array, i.e., for int[][][] the element type is int[][]
lib.JBE/src/org/apache/bcel/generic/ArrayType.java:136
↓ 18 callers
Method
getWidth
Get the width of the internal frame on the desktop. @return the width.
lib.JBE/src/org/gjt/jclasslib/mdi/MDIConfig.java:137
↓ 18 callers
Method
indexOfInt
Assures index is of type INT. @throws StructuralCodeConstraintException if the above constraint is not satisfied.
lib.JBE/src/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java:182
↓ 18 callers
Method
readUShort
get one unsigned short as int type
lib.ApkParser/src/net/dongliu/apk/parser/utils/Buffers.java:23
↓ 18 callers
Method
remove
Remove from instruction `prev' to instruction `next' both contained in this list. Throws TargetLostException when one of the removed instruction handl
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:707
↓ 18 callers
Method
setClassFile
Set parent class file. <p> <p/> Has to be called at least once on a structure. @param classFile the new parent class file
lib.JBE/src/org/gjt/jclasslib/structures/AbstractStructure.java:64
↓ 18 callers
Method
toString
()
lib.ApkParser/src/net/dongliu/apk/parser/bean/Icon.java:28
↓ 17 callers
Method
addFilter
添加文件过滤格式 @param exts @return
app/src/com/linchaolong/apktoolplus/ui/FileSelecter.java:73
↓ 17 callers
Method
getBytes
@return data bytes.
lib.JBE/src/org/apache/bcel/classfile/Unknown.java:172
↓ 17 callers
Method
getConstantString
Get string from constant pool and bypass the indirection of `ConstantClass' and `ConstantString' objects. I.e. these classes have an index field that
lib.JBE/src/org/apache/bcel/classfile/ConstantPool.java:298
↓ 17 callers
Method
getMethods
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:348
↓ 17 callers
Method
getProperty
Look up the value of a property. The property name is any fully-qualified URI. I <p><strong>NOTE:</strong> unknown properties are <string>always</str
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlSerializer.java:89
↓ 17 callers
Method
getSource
@return returns either HEAP (generated), FILE, or ZIP
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:668
↓ 17 callers
Method
getString
Returns raw string (without any styling information) at specified index.
lib.AXMLPrinter/src/axmlprinter/android/content/res/StringBlock.java:79
↓ 17 callers
Method
toString
@return String representation of code chunk.
lib.JBE/src/org/apache/bcel/classfile/Code.java:327
↓ 17 callers
Method
toString
()
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/attributes/LinkRenderer.java:94
↓ 16 callers
Method
delete
Remove instruction from this list. The corresponding Instruction handles must not be reused! @param ih instruction (handle) to remove
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:769
↓ 16 callers
Method
exec
执行指定命令 @param cmd 命令 @return
lib.Utils/src/com/linchaolong/apktoolplus/utils/CmdUtils.java:28
↓ 16 callers
Method
getConstantPoolEntryName
Get an approximate verbose description of the content of the constant pool entry at the specified index. @param index the index @return the descripti
lib.JBE/src/org/gjt/jclasslib/structures/ClassFile.java:387
↓ 16 callers
Method
getInputStream
@return input stream for class file.
lib.JBE/src/org/apache/bcel/util/ClassPath.java:337
↓ 16 callers
Method
getMethodName
@return name of referenced method.
lib.JBE/src/org/apache/bcel/generic/InvokeInstruction.java:131
↓ 16 callers
Method
getOpcode
@return this instructions opcode
lib.JBE/src/org/apache/bcel/generic/Instruction.java:260
↓ 16 callers
Method
getStyle
Returns style information - array of int triplets, where in each triplet: first int is index of tag name ('b','i', etc.) second int is tag start ind
lib.AXMLPrinter/src/axmlprinter/android/content/res/StringBlock.java:200
↓ 16 callers
Method
toByteArray
(InputStream in)
lib.ApkParser/src/net/dongliu/apk/parser/utils/Utils.java:13
↓ 16 callers
Method
visitArrayInstruction
(ArrayInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:85
↓ 16 callers
Method
visitIfInstruction
(IfInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:72
↓ 15 callers
Method
addScreen
(AbstractDetailPane detailPane, String nodeType)
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserDetailPane.java:118
↓ 15 callers
Method
doPass2
Returns the VerificationResult for the given pass.
lib.JBE/src/org/apache/bcel/verifier/Verifier.java:104
↓ 15 callers
Method
getTarget
@return target of instruction.
lib.JBE/src/org/apache/bcel/generic/BranchHandle.java:138
↓ 15 callers
Method
remove
()
app/src/com/linchaolong/apktoolplus/ui/Popup.java:134
↓ 15 callers
Method
setRunnable
Set the <tt>Runnable</tt> to be started on <tt>setVisible</tt>. @param runnable the <tt>Runnable</tt>.
lib.JBE/src/org/gjt/jclasslib/util/ProgressDialog.java:65
↓ 15 callers
Method
showDialog
显示单选对话框 @return 选择的文件
app/src/com/linchaolong/apktoolplus/ui/FileSelecter.java:119
↓ 15 callers
Method
toString
@return used class path string
lib.JBE/src/org/apache/bcel/util/ClassPath.java:125
↓ 15 callers
Method
toString
()
lib.JBE/src/ee/ioc/cs/jbe/browser/codeedit/JAsmParseException.java:33
↓ 15 callers
Method
visitCPInstruction
(CPInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:83
↓ 15 callers
Method
visitConversionInstruction
(ConversionInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:73
↓ 14 callers
Method
copyDir
拷贝一个目录 @param dir @param copy
lib.Utils/src/com/linchaolong/apktoolplus/utils/FileHelper.java:116
↓ 14 callers
Method
create
创建一个文件选择器 @param window @return
app/src/com/linchaolong/apktoolplus/ui/FileSelecter.java:30
↓ 14 callers
Method
doPass1
Returns the VerificationResult for the given pass.
lib.JBE/src/org/apache/bcel/verifier/Verifier.java:96
↓ 14 callers
Method
doReload
()
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserMDIFrame.java:779
↓ 14 callers
Method
exit
退出程序
app/src/com/linchaolong/apktoolplus/core/AppManager.java:93
↓ 14 callers
Method
getAccessFlags
@return Access flags of the object aka. "modifiers".
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:81
↓ 14 callers
Method
getAttributeOffset
(int index)
lib.AXMLPrinter/src/axmlprinter/android/content/res/AXmlResourceParser.java:720
↓ 14 callers
Method
getConstantPool
@return Constant pool used by this object. @see ConstantPool
lib.JBE/src/org/apache/bcel/classfile/Attribute.java:263
↓ 14 callers
Method
getNameIndex
@return Name index in constant pool of class name.
lib.JBE/src/org/apache/bcel/classfile/ConstantClass.java:127
↓ 14 callers
Method
getStart
@return start of list
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:1168
↓ 14 callers
Method
getStartPC
@return PC in code
lib.JBE/src/org/apache/bcel/classfile/LineNumber.java:134
↓ 14 callers
Method
getTempDir
获取缓存目录 @return
app/src/com/linchaolong/apktoolplus/core/AppManager.java:214
↓ 14 callers
Method
isAbstract
(boolean flag)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:162
↓ 14 callers
Method
parse
(String code, ConstantPoolGen cpg)
lib.JBE/src/ee/ioc/cs/jbe/browser/codeedit/JAsmParser.java:19
↓ 14 callers
Method
readUByte
get one unsigned byte as short type
lib.ApkParser/src/net/dongliu/apk/parser/utils/Buffers.java:15
↓ 14 callers
Method
size
返回UIStack的size @return
app/src/com/linchaolong/apktoolplus/ui/UIStack.java:89
↓ 13 callers
Method
dump
Dump class to a file. @param file Output file @throws IOException
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:261
↓ 13 callers
Method
getConstantPoolEntry
Get the constant pool entry at the specified index. @param index the index @return the constant pool entry @throws InvalidByteCodeException if t
lib.JBE/src/org/gjt/jclasslib/structures/ClassFile.java:333
↓ 13 callers
Method
getConstantPoolEntryName
Get the name of a constant pool entry. @param constantPoolIndex the index of the constant pool entry @return the name
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:161
↓ 13 callers
Method
getKey
()
lib.ApkParser/src/net/dongliu/apk/parser/struct/resource/ResourceEntry.java:63
↓ 13 callers
Method
getLocals
()
lib.JBE/src/org/apache/bcel/verifier/structurals/Frame.java:120
↓ 13 callers
Method
getNameIndex
@return Name index in constant pool of field/method name.
lib.JBE/src/org/apache/bcel/classfile/ConstantNameAndType.java:135
↓ 13 callers
Method
getNoSuffixName
(File file)
lib.Utils/src/com/linchaolong/apktoolplus/utils/FileHelper.java:23
↓ 13 callers
Method
getOffset
()
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserHistory.java:193
↓ 13 callers
Method
getSignatureIndex
@return Index in constant pool of field/method signature.
lib.JBE/src/org/apache/bcel/classfile/ConstantNameAndType.java:146
↓ 13 callers
Method
getTargetOffset
@param target branch target @return the offset to `target' relative to this instruction
lib.JBE/src/org/apache/bcel/generic/BranchInstruction.java:112
↓ 13 callers
Method
handleException
Machine-generated.
lib.JBE/src/org/apache/bcel/verifier/VerifyDialog.java:428
↓ 13 callers
Method
setForeground
(Color c)
lib.JBE/src/org/gjt/jclasslib/util/ExtendedTableCellRenderer.java:41
↓ 13 callers
Method
setIcon
(String icon)
lib.ApkParser/src/net/dongliu/apk/parser/bean/ApkMeta.java:95
↓ 13 callers
Method
setName
(String name)
lib.JBE/src/org/apache/bcel/generic/NamedAndTyped.java:67
↓ 13 callers
Method
visitLoadClass
(LoadClass obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:70
↓ 13 callers
Method
visitPushInstruction
(PushInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:81
↓ 13 callers
Method
w
(String msg)
lib.Utils/src/com/linchaolong/apktoolplus/utils/LogUtils.java:148
↓ 12 callers
Method
addScreen
(AbstractDetailPane detailPane, String name)
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/AttributeDetailPane.java:208
↓ 12 callers
Method
copyFile
拷贝一个文件 @param file @param copy
lib.Utils/src/com/linchaolong/apktoolplus/utils/FileHelper.java:150
↓ 12 callers
Method
exceptionOccured
()
lib.JBE/src/ee/ioc/cs/jbe/browser/codeedit/ClassSaver.java:592
↓ 12 callers
Method
get
获取本地化字符串 @param key @return
lib.Res/src/strings/Strings.java:39
← previous
next →
101–200 of 5,389, ranked by callers