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
↓ 649 callers
Method
append
Append another list after instruction (handle) ih contained in this list. Consumes argument list, i.e., it becomes empty. @param ih where to append t
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:255
↓ 592 callers
Method
add
(JavaClass clazz)
lib.JBE/src/org/apache/bcel/util/ClassSet.java:76
↓ 507 callers
Method
equals
(Instruction i1, Instruction i2)
lib.JBE/src/org/apache/bcel/generic/InstructionComparator.java:73
↓ 448 callers
Method
stack
The OperandStack we're working on. @see #setFrame(Frame f)
lib.JBE/src/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java:124
↓ 445 callers
Method
peek
Returns the element on top of the stack. The element is not popped off the stack!
lib.JBE/src/org/apache/bcel/verifier/structurals/OperandStack.java:147
↓ 363 callers
Method
stack
The OperandStack from the current Frame we're operating on. @see #setFrame(Frame)
lib.JBE/src/org/apache/bcel/verifier/structurals/ExecutionVisitor.java:116
↓ 246 callers
Method
constraintViolated
This method is called by the visitXXX() to notify the acceptor of this InstConstraintVisitor that a constraint violation has occured. This is done by
lib.JBE/src/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java:143
↓ 212 callers
Method
pop
Returns the element on top of the stack. The element is popped off the stack.
lib.JBE/src/org/apache/bcel/verifier/structurals/OperandStack.java:162
↓ 202 callers
Method
printStackTrace
()
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlPullParserException.java:64
↓ 163 callers
Method
setText
(String text)
lib.JBE/src/org/gjt/jclasslib/util/ExtendedJLabel.java:96
↓ 160 callers
Method
get
Returns the type of the local variable slot i.
lib.JBE/src/org/apache/bcel/verifier/structurals/LocalVariables.java:98
↓ 149 callers
Method
push
Pushes a Type object onto the stack.
lib.JBE/src/org/apache/bcel/verifier/structurals/OperandStack.java:180
↓ 137 callers
Method
getName
()
lib.JBE/src/org/apache/bcel/generic/NamedAndTyped.java:65
↓ 120 callers
Method
getIndex
()
lib.JBE/src/org/apache/bcel/generic/IndexedInstruction.java:65
↓ 118 callers
Method
exists
文件是否存在 @param file @return
lib.Utils/src/com/linchaolong/apktoolplus/utils/FileHelper.java:224
↓ 112 callers
Method
tostring
This method is here to save typing work and improve code readability.
lib.JBE/src/org/apache/bcel/verifier/statics/Pass2Verifier.java:1332
↓ 111 callers
Method
getConstant
Get constant from constant pool. @param index Index in constant pool @return Constant value @see Constant
lib.JBE/src/org/apache/bcel/classfile/ConstantPool.java:245
↓ 108 callers
Method
write
(int b)
app/src/com/linchaolong/apktoolplus/core/debug/OutputListener.java:10
↓ 103 callers
Method
getPath
@return canonical path to class file.
lib.JBE/src/org/apache/bcel/util/ClassPath.java:342
↓ 102 callers
Method
visitTypedInstruction
(TypedInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:76
↓ 101 callers
Method
visitStackConsumer
(StackConsumer obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:94
↓ 93 callers
Method
visitStackProducer
(StackProducer obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:93
↓ 83 callers
Method
getSize
@return size of class file.
lib.JBE/src/org/apache/bcel/util/ClassPath.java:358
↓ 77 callers
Method
setVisible
(boolean visible)
lib.JBE/src/org/gjt/jclasslib/util/ProgressDialog.java:69
↓ 76 callers
Method
readInt
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/IntReader.java:74
↓ 73 callers
Method
size
@return length of list (Number of instructions, not bytes)
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:1183
↓ 70 callers
Method
getParentFrame
()
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserInternalFrame.java:199
↓ 70 callers
Method
print
(String msg)
app/src/com/linchaolong/apktoolplus/utils/Logger.java:10
↓ 66 callers
Method
getClassName
Returns the name of the class this verifier operates on. This is particularly interesting when this verifier was created recursively by another Verifi
lib.JBE/src/org/apache/bcel/verifier/Verifier.java:153
↓ 66 callers
Method
highlightLabel
Create a highlighted label (values in key-value pairs). @return the label
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:94
↓ 64 callers
Method
constraintViolated
A utility method to always raise an exeption.
lib.JBE/src/org/apache/bcel/verifier/statics/Pass3aVerifier.java:409
↓ 62 callers
Method
accept
(Visitor obj)
lib.JBE/src/org/apache/bcel/classfile/Node.java:64
↓ 62 callers
Method
replace
Replace all occurences of <em>old</em> in <em>str</em> with <em>new</em>. @param str String to permute @param old String to be replaced @param new Re
lib.JBE/src/org/apache/bcel/classfile/Utility.java:748
↓ 61 callers
Method
getType
Returns the type associated with this instruction. LoadClass instances are always typed, but this type does not always refer to the type of the class
lib.JBE/src/org/apache/bcel/generic/LoadClass.java:85
↓ 59 callers
Method
lookupClass
Lookup class somewhere found on your CLASSPATH, or whereever the repository instance looks for it. @return class object for given fully qualified cla
lib.JBE/src/org/apache/bcel/Repository.java:94
↓ 59 callers
Method
normalLabel
Create a normal label (keys in key-value pairs). @return the label
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:76
↓ 57 callers
Method
addDetailPaneEntry
Add a detail entry consisting of a key value pair. @param key the key label @param value the value label
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/FixedListDetailPane.java:65
↓ 57 callers
Method
hasNext
()
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:1045
↓ 55 callers
Method
next
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole element content (comments and processing
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlPullParser.java:934
↓ 55 callers
Method
readUInt
get one unsigned int as long type
lib.ApkParser/src/net/dongliu/apk/parser/utils/Buffers.java:31
↓ 54 callers
Method
getBytes
@param name fully qualified file name, e.g. java/lang/String @param suffix file name ends with suffix, e.g. .java @return byte a
lib.JBE/src/org/apache/bcel/util/ClassPath.java:275
↓ 48 callers
Method
add
Adds some information about this local variable (slot). @throws LocalVariableInfoInconsistentException if the new information conflicts with a
lib.JBE/src/org/apache/bcel/verifier/statics/LocalVariableInfo.java:119
↓ 48 callers
Method
iterator
@return Enumeration that lists all instructions (handles)
lib.JBE/src/org/apache/bcel/generic/InstructionList.java:1031
↓ 46 callers
Method
getAttributes
@return Collection of code attributes. @see Attribute
lib.JBE/src/org/apache/bcel/classfile/Code.java:213
↓ 45 callers
Method
visitExceptionThrower
(ExceptionThrower obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:90
↓ 43 callers
Method
getNameIndex
@return Name index in constant pool of attribute name.
lib.JBE/src/org/apache/bcel/classfile/Attribute.java:251
↓ 42 callers
Method
getTag
The getTag and setTag methods may be used for temporary flagging, such as graph colouring. Nothing in the InstructionContext object depends on the val
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:78
↓ 42 callers
Method
showToast
(final String msg)
app/src/com/linchaolong/apktoolplus/base/Activity.java:36
↓ 40 callers
Method
close
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/XmlResourceParser.java:26
↓ 40 callers
Method
getSignature
@return signature for given type.
lib.JBE/src/org/apache/bcel/generic/Type.java:100
↓ 40 callers
Method
setBackground
(Color c)
lib.JBE/src/org/gjt/jclasslib/util/ExtendedTableCellRenderer.java:46
↓ 40 callers
Method
setTitle
设置文件选择窗口的标题 @param title 标题 @return
app/src/com/linchaolong/apktoolplus/ui/FileSelecter.java:40
↓ 38 callers
Method
d
(String msg)
lib.Utils/src/com/linchaolong/apktoolplus/utils/LogUtils.java:142
↓ 38 callers
Method
getClassFile
Get the <tt>ClassFile</tt> object for the show class file. @return the <tt>ClassFile</tt> object
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserServices.java:26
↓ 37 callers
Method
addError
(String errorType, String instruction, int line)
lib.JBE/src/ee/ioc/cs/jbe/browser/codeedit/JAsmParseException.java:39
↓ 36 callers
Method
visitArithmeticInstruction
(ArithmeticInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:82
↓ 35 callers
Method
clear
Clear all entries from cache.
lib.JBE/src/org/apache/bcel/util/Repository.java:101
↓ 35 callers
Method
get
(String key)
app/src/com/linchaolong/apktoolplus/Config.java:208
↓ 35 callers
Method
toHexString
Convert bytes into hexidecimal string @return bytes as hexidecimal string, e.g. 00 FA 12 ...
lib.JBE/src/org/apache/bcel/classfile/Utility.java:1046
↓ 35 callers
Method
toString
@return mnemonic for instruction
lib.JBE/src/org/apache/bcel/generic/RET.java:144
↓ 35 callers
Method
toString
Returns the String representation.
lib.JBE/src/org/apache/bcel/verifier/statics/StringRepresentation.java:93
↓ 34 callers
Method
checkIndex
(Node referrer, int index, Class shouldbe)
lib.JBE/src/org/apache/bcel/verifier/statics/Pass2Verifier.java:324
↓ 34 callers
Method
getMessage
Returns a detailed message.
lib.JBE/src/org/apache/bcel/verifier/VerificationResult.java:111
↓ 33 callers
Method
getConstantPool
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:398
↓ 32 callers
Method
getClassName
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:334
↓ 32 callers
Method
getLength
@return Length of attribute field in bytes.
lib.JBE/src/org/apache/bcel/classfile/Attribute.java:232
↓ 32 callers
Method
isEmpty
(final CharSequence cs)
lib.ApkParser/src/net/dongliu/apk/parser/utils/Utils.java:93
↓ 32 callers
Method
pop
()
lib.JBE/src/org/apache/bcel/util/ClassStack.java:74
↓ 32 callers
Method
push
(JavaClass clazz)
lib.JBE/src/org/apache/bcel/util/ClassStack.java:73
↓ 31 callers
Method
delete
删除一个文件或目录 @param file @return
lib.Utils/src/com/linchaolong/apktoolplus/utils/FileHelper.java:182
↓ 31 callers
Method
getBytes
@return Data converted to string.
lib.JBE/src/org/apache/bcel/classfile/ConstantUtf8.java:135
↓ 31 callers
Method
getInstruction
Returns the InstructionHandle this InstructionContext is wrapped around. @return The InstructionHandle this InstructionContext is wrapped around.
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:127
↓ 31 callers
Method
set
Sets a new Type for the given local variable slot.
lib.JBE/src/org/apache/bcel/verifier/structurals/LocalVariables.java:121
↓ 30 callers
Method
clone
()
lib.JBE/src/org/apache/bcel/classfile/Constant.java:116
↓ 30 callers
Method
debug
(String message)
lib.JBE/src/org/gjt/jclasslib/structures/FieldInfo.java:54
↓ 30 callers
Method
getInt
(String name)
lib.ApkParser/src/net/dongliu/apk/parser/struct/xml/Attributes.java:38
↓ 30 callers
Method
getMethods
@return Methods of the class.
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:410
↓ 29 callers
Method
constantToString
Resolve constant to a string representation. @param constant Constant to be printed @return String representation
lib.JBE/src/org/apache/bcel/classfile/ConstantPool.java:139
↓ 29 callers
Method
e
(String msg)
lib.Utils/src/com/linchaolong/apktoolplus/utils/LogUtils.java:154
↓ 29 callers
Method
getClass
@return Class this field belongs to.
lib.JBE/src/org/apache/bcel/classfile/ConstantCP.java:136
↓ 29 callers
Method
getText
Returns the text content of the current event as String. The value returned depends on current event type, for example for TEXT event it is element co
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlPullParser.java:711
↓ 29 callers
Method
getVerifier
Returns the (only) verifier responsible for the class with the given name. Possibly a new Verifier object is transparently created. @return the (only)
lib.JBE/src/org/apache/bcel/verifier/VerifierFactory.java:93
↓ 28 callers
Method
getReturnType
Convert return value of a method (signature) to a Type object. @param signature signature string such as (Ljava/lang/String;)V @return return type
lib.JBE/src/org/apache/bcel/generic/Type.java:193
↓ 28 callers
Method
set
(String key, String val)
app/src/com/linchaolong/apktoolplus/Config.java:224
↓ 27 callers
Method
getArgumentTypes
Convert arguments of a method (signature) to an array of Type objects. @param signature signature string such as (Ljava/lang/String;)V @return array o
lib.JBE/src/org/apache/bcel/generic/Type.java:208
↓ 26 callers
Method
get
()
lib.Utils/src/com/linchaolong/apktoolplus/utils/TaskManager.java:25
↓ 26 callers
Method
getDir
根据key获取对应的目录,如果是一个文件则返回该文件所在目录 @param key @return
app/src/com/linchaolong/apktoolplus/Config.java:173
↓ 26 callers
Method
getLength
Get the length in bytes of this local variable association. @return the length
lib.JBE/src/org/gjt/jclasslib/structures/attributes/LocalVariableCommonEntry.java:55
↓ 26 callers
Method
toArray
()
lib.JBE/src/org/apache/bcel/util/ClassSet.java:90
↓ 25 callers
Method
get
(String name)
lib.ApkParser/src/net/dongliu/apk/parser/struct/xml/Attributes.java:20
↓ 25 callers
Method
isEmpty
(String str)
lib.Utils/src/com/linchaolong/apktoolplus/utils/StringUtils.java:5
↓ 24 callers
Method
compactClassName
Shorten long class names, <em>java/lang/String</em> becomes <em>String</em>. @param str The long class name @return Compacted class name
lib.JBE/src/org/apache/bcel/classfile/Utility.java:453
↓ 24 callers
Method
getParent
()
lib.ApkParser/src/net/dongliu/apk/parser/struct/resource/ResourceMapEntry.java:26
↓ 24 callers
Method
getStatus
Returns one one the VERIFIED_OK, VERIFIED_NOTYET, VERIFIED_REJECTED constants.
lib.JBE/src/org/apache/bcel/verifier/VerificationResult.java:106
↓ 23 callers
Method
constantPoolHyperlink
Construct a hyperlink into the constant pool. @param value the label for the hyperlink source @param comment an oprional label whose t
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:178
↓ 23 callers
Method
getBasicType
@return basic type of array, i.e., for int[][][] the basic type is int
lib.JBE/src/org/apache/bcel/generic/ArrayType.java:129
↓ 23 callers
Method
getClassName
@return Class name.
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:363
↓ 23 callers
Method
getInstruction
()
lib.JBE/src/org/apache/bcel/generic/InstructionHandle.java:93
↓ 23 callers
Method
getNameAndTypeIndex
@return Reference (index) to signature of the field.
lib.JBE/src/org/apache/bcel/classfile/ConstantCP.java:124
↓ 23 callers
Method
linkLabel
Create a label with the appearance of a hyperlink. @return the label
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:104
next →
1–100 of 5,389, ranked by callers