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
↓ 7 callers
Method
contextOf
Returns the InstructionContext of a given instruction.
lib.JBE/src/org/apache/bcel/verifier/structurals/ControlFlowGraph.java:428
↓ 7 callers
Method
debug
(String message)
lib.JBE/src/org/gjt/jclasslib/structures/attributes/CodeAttribute.java:158
↓ 7 callers
Method
error
(String msg)
app/src/com/linchaolong/apktoolplus/utils/Logger.java:18
↓ 7 callers
Method
getAttributes
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:392
↓ 7 callers
Method
getConstantPoolUtf8Entry
Get the <tt>ConstantUtf8Info</tt> constant pool entry at the specified index. @param index the index @return the constant pool entry @throws InvalidB
lib.JBE/src/org/gjt/jclasslib/structures/ClassFile.java:320
↓ 7 callers
Method
getEndPC
@return Exclusive end index of the region where the handler is active.
lib.JBE/src/org/apache/bcel/classfile/CodeException.java:155
↓ 7 callers
Method
getFieldName
@return name of referenced field.
lib.JBE/src/org/apache/bcel/generic/FieldInstruction.java:108
↓ 7 callers
Method
getFields
()
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:386
↓ 7 callers
Method
getInstance
()
lib.JBE/src/org/apache/bcel/util/SyntheticRepository.java:101
↓ 7 callers
Method
getInt
Get the int value of this constant pool entry. @return the value
lib.JBE/src/org/gjt/jclasslib/structures/constants/ConstantIntegerInfo.java:38
↓ 7 callers
Method
getLineNumberTable
@return LineNumberTable of Code, if it has one
lib.JBE/src/org/apache/bcel/classfile/Code.java:218
↓ 7 callers
Method
getMessage
Returns the error message string of this AssertionViolatedException object. @return the error message string of this AssertionViolatedException.
lib.JBE/src/org/apache/bcel/verifier/exc/AssertionViolatedException.java:94
↓ 7 callers
Method
getNamespace
Returns the namespace URI of the current element as set by startTag(). <p><b>NOTE:</b> that measn in particaulr that: <ul> <li>if there was startTag(
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlSerializer.java:186
↓ 7 callers
Method
getOffset
Get the offset of this instruction in its parent <tt>Code</tt> attribute. @return the offset
lib.JBE/src/org/gjt/jclasslib/bytecode/AbstractInstruction.java:75
↓ 7 callers
Method
getPosition
()
lib.JBE/src/org/apache/bcel/util/ByteSequence.java:79
↓ 7 callers
Method
getResourceAsStream
从类路径下搜素指定资源并返回该资源的流对象 @param resPath 资源路径 @return
lib.Utils/src/com/linchaolong/apktoolplus/utils/ClassUtils.java:73
↓ 7 callers
Method
getSignature
Parse Java type such as "char", or "java.lang.String[]" and return the signature in byte code format, e.g. "C" or "[Ljava/lang/String;" respectively.
lib.JBE/src/org/apache/bcel/classfile/Utility.java:883
↓ 7 callers
Method
getSize
@return stack size of this type (2 for long and double, 0 for void, 1 otherwise)
lib.JBE/src/org/apache/bcel/generic/Type.java:110
↓ 7 callers
Method
getTreePane
Get the pane containing the tree structure for the shown class file. @return the pane
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserComponent.java:56
↓ 7 callers
Method
isAssignmentCompatibleWith
Return true iff this is assignment compatible with another type t as defined in the JVM specification; see the AASTORE definition there.
lib.JBE/src/org/apache/bcel/generic/ReferenceType.java:101
↓ 7 callers
Method
isClass
()
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:662
↓ 7 callers
Method
isProtected
(boolean flag)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:122
↓ 7 callers
Method
lastExecutionJSR
Returns the InstructionContextImpl with an JSR/JSR_W that was last in the ExecutionChain, without a corresponding RET, i.e. we were called by this one
lib.JBE/src/org/apache/bcel/verifier/structurals/ControlFlowGraph.java:299
↓ 7 callers
Method
main
(String[] args)
app/src/com/linchaolong/apktoolplus/Main.java:75
↓ 7 callers
Method
read
Reads whole (including chunk type) string block from stream. Stream must be at the chunk type.
lib.AXMLPrinter/src/axmlprinter/android/content/res/StringBlock.java:35
↓ 7 callers
Method
setHeight
Set the height of the internal frame on the desktop. @param height the height.
lib.JBE/src/org/gjt/jclasslib/mdi/MDIConfig.java:161
↓ 7 callers
Method
setVisible
(boolean visible)
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserMDIFrame.java:215
↓ 7 callers
Method
setX
Set the x-position of the internal frame on the desktop. @param x the x-position.
lib.JBE/src/org/gjt/jclasslib/mdi/MDIConfig.java:113
↓ 7 callers
Method
showInExplorer
打开文件所在目录 @param file
lib.Utils/src/com/linchaolong/apktoolplus/utils/FileHelper.java:277
↓ 7 callers
Method
toast
Toast @param msg
app/src/com/linchaolong/apktoolplus/core/Global.java:67
↓ 7 callers
Method
unread
()
lib.JBE/src/org/apache/bcel/classfile/Signature.java:163
↓ 6 callers
Method
addMethodref
Add a new Methodref constant to the ConstantPool, if it is not already in there. @param n Methodref string to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:553
↓ 6 callers
Method
addPathComponent
Add a single browser path component to this browser path. @param pathComponent the new component.
lib.JBE/src/ee/ioc/cs/jbe/browser/config/window/BrowserPath.java:42
↓ 6 callers
Method
browser
打开一个url @param uri
app/src/com/linchaolong/apktoolplus/core/AppManager.java:134
↓ 6 callers
Method
clone
()
lib.JBE/src/org/apache/bcel/verifier/structurals/Frame.java:105
↓ 6 callers
Method
codeTemplateSetOpenOutAction
设置打开输出目录监听 @param btn @param lastKey
app/src/com/linchaolong/apktoolplus/module/main/MainView.java:120
↓ 6 callers
Method
createTitledBorder
(String title)
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/AttributeDetailPane.java:219
↓ 6 callers
Method
decrypt
(byte[] data, byte[] key)
lib.Utils/src/com/linchaolong/apktoolplus/utils/XXTEA.java:96
↓ 6 callers
Method
findAttribute
(String namespace,String attribute)
lib.AXMLPrinter/src/axmlprinter/android/content/res/AXmlResourceParser.java:731
↓ 6 callers
Method
getAscent
Get the curent line ascent. @return the line ascent.
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/attributes/code/ByteCodeDisplay.java:223
↓ 6 callers
Method
getBodySize
()
lib.ApkParser/src/net/dongliu/apk/parser/struct/ChunkHeader.java:41
↓ 6 callers
Method
getBrowserServices
Get the associated <tt>BrowserServices</tt> object. @return the browser services
lib.JBE/src/ee/ioc/cs/jbe/browser/AbstractDetailPane.java:56
↓ 6 callers
Method
getCatchType
@return 0, if the handler catches any exception, otherwise it points to the exception class which is to be caught.
lib.JBE/src/org/apache/bcel/classfile/CodeException.java:150
↓ 6 callers
Method
getClone
()
lib.JBE/src/org/apache/bcel/verifier/structurals/Frame.java:113
↓ 6 callers
Method
getFieldValue
获取对象或类某个字段的值 @param clazz 类 @param obj 对象,如果是静态字段则传null @param fieldName 字段名称 @return 字段的值
lib.JiaGu/src/com/linchaolong/apktoolplus/jiagu/utils/Reflect.java:79
↓ 6 callers
Method
getFormattedIndex
(int index, int maxIndex)
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserTreePane.java:371
↓ 6 callers
Method
getLength
()
lib.JBE/src/org/gjt/jclasslib/structures/elementvalues/ElementValue.java:119
↓ 6 callers
Method
getLocalVariableTable
@return LocalVariableTable of Code, if it has one
lib.JBE/src/org/apache/bcel/classfile/Code.java:229
↓ 6 callers
Method
getMethod
Get method object. Never forget to call setMaxStack() or setMaxStack(max), respectively, before calling this method (the same applies for max locals).
lib.JBE/src/org/apache/bcel/generic/MethodGen.java:722
↓ 6 callers
Method
getMethods
Get the array with the <tt>MethodInfo</tt> structures for the methods of this class. @return the array
lib.JBE/src/org/gjt/jclasslib/structures/ClassFile.java:282
↓ 6 callers
Method
getOffset
()
lib.ApkParser/src/net/dongliu/apk/parser/parser/StringPoolEntry.java:23
↓ 6 callers
Method
getOutFrame
This method returns the outgoing execution frame situation; therefore <B>it has to be calculated by execute(Frame, ArrayList) first.</B> @see #execut
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:120
↓ 6 callers
Method
getPackage
(short id)
lib.ApkParser/src/net/dongliu/apk/parser/struct/resource/ResourceTable.java:22
↓ 6 callers
Method
getPass3Panel
Machine-generated.
lib.JBE/src/org/apache/bcel/verifier/VerifyDialog.java:408
↓ 6 callers
Method
isPrivate
(boolean flag)
lib.JBE/src/org/apache/bcel/classfile/AccessFlags.java:117
↓ 6 callers
Method
link
Link to a specific constant pool entry. @param services browser services @param constantPoolIndex the index of the constant pool entry
lib.JBE/src/ee/ioc/cs/jbe/browser/ConstantPoolHyperlinkListener.java:47
↓ 6 callers
Method
next
()
lib.AXMLPrinter/src/axmlprinter/android/content/res/AXmlResourceParser.java:68
↓ 6 callers
Method
notify
(FieldGen field)
lib.JBE/src/org/apache/bcel/generic/FieldObserver.java:65
↓ 6 callers
Method
read
Read the list of recently used workspaces from the preferences store. @param preferences the preferences node
lib.JBE/src/ee/ioc/cs/jbe/browser/RecentMenu.java:89
↓ 6 callers
Method
readChunkHeader
()
lib.ApkParser/src/net/dongliu/apk/parser/parser/ResourceTableParser.java:151
↓ 6 callers
Method
readIntArray
(int length)
lib.AXMLPrinter/src/axmlprinter/android/content/res/IntReader.java:106
↓ 6 callers
Method
remove
()
lib.JBE/src/org/apache/bcel/verifier/structurals/Pass3bVerifier.java:108
↓ 6 callers
Method
setConstantPool
(ConstantPoolGen constant_pool)
lib.JBE/src/org/apache/bcel/generic/ClassGen.java:399
↓ 6 callers
Method
setTarget
Set branch target @param target branch target
lib.JBE/src/org/apache/bcel/generic/BranchInstruction.java:208
↓ 6 callers
Method
toString
()
lib.JBE/src/ee/ioc/cs/jbe/browser/BrowserHistory.java:230
↓ 6 callers
Method
translate
(String s)
lib.JBE/src/org/apache/bcel/classfile/Signature.java:265
↓ 6 callers
Method
verify
This method runs a verification pass conforming to the Java Virtual Machine Specification, 2nd edition, on a class file. PassVerifier instances perfor
lib.JBE/src/org/apache/bcel/verifier/PassVerifier.java:106
↓ 6 callers
Method
visitConstantPushInstruction
(ConstantPushInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:89
↓ 6 callers
Method
visitReturnInstruction
(ReturnInstruction obj)
lib.JBE/src/org/apache/bcel/generic/Visitor.java:87
↓ 5 callers
Method
addAccelerator
(JComponent component, int keyCode, int keyMask, AbstractAction action)
lib.JBE/src/ee/ioc/cs/jbe/browser/config/classpath/ClasspathSetupDialog.java:223
↓ 5 callers
Method
addArrayClass
Add a reference to an array class (e.g. String[][]) as needed by MULTIANEWARRAY instruction, e.g. to the ConstantPool. @param type type of array clas
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:284
↓ 5 callers
Method
addConstantPoolEntry
Add a constant pool entry to the constant pool of a <tt>ClassFile</tt>. @param classFile the class file whose constant pool is to be e
lib.JBE/src/org/gjt/jclasslib/structures/ConstantPoolUtil.java:157
↓ 5 callers
Method
addDouble
Add a new double constant to the ConstantPool, if it is not already in there. @param n Double number to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:471
↓ 5 callers
Method
addFloat
Add a new Float constant to the ConstantPool, if it is not already in there. @param n Float number to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:354
↓ 5 callers
Method
addInteger
Add a new Integer constant to the ConstantPool, if it is not already in there. @param n integer number to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:313
↓ 5 callers
Method
addLong
Add a new long constant to the ConstantPool, if it is not already in there. @param n Long number to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:429
↓ 5 callers
Method
addNameAndType
Add a new NameAndType constant to the ConstantPool if it is not already in there. @param n NameAndType string to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:507
↓ 5 callers
Method
addOffsetLink
(int branchOffset, int sourceOffset)
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/attributes/code/ByteCodeDisplay.java:595
↓ 5 callers
Method
addString
Add a new String constant to the ConstantPool, if it is not already in there. @param str String to add @return index of entry
lib.JBE/src/org/apache/bcel/generic/ConstantPoolGen.java:206
↓ 5 callers
Method
contains
A small utility method returning if a given int i is in the given int[] ints.
lib.JBE/src/org/apache/bcel/verifier/statics/Pass3aVerifier.java:373
↓ 5 callers
Method
create
(Window window)
app/src/com/linchaolong/apktoolplus/ui/DirectorySelecter.java:23
↓ 5 callers
Method
createCommentLink
Create a link value object with a comment for use of a <tt>LinkRenderer</tt>. @param index the constant pool index to link to. @return the
lib.JBE/src/ee/ioc/cs/jbe/browser/detail/ListDetailPane.java:141
↓ 5 callers
Method
debug
(String message)
lib.JBE/src/org/gjt/jclasslib/structures/elementvalues/EnumElementValue.java:88
↓ 5 callers
Method
doPass3a
Returns the VerificationResult for the given pass.
lib.JBE/src/org/apache/bcel/verifier/Verifier.java:112
↓ 5 callers
Method
doPass3b
Returns the VerificationResult for the given pass.
lib.JBE/src/org/apache/bcel/verifier/Verifier.java:124
↓ 5 callers
Method
encrypt
(byte[] data, byte[] key)
lib.Utils/src/com/linchaolong/apktoolplus/utils/XXTEA.java:45
↓ 5 callers
Method
equals
@return true if both type objects refer to the same class.
lib.JBE/src/org/apache/bcel/generic/ObjectType.java:91
↓ 5 callers
Method
execute
This method symbolically executes the Instruction held in the InstructionContext. It "merges in" the incoming execution frame situation (see The Java
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:111
↓ 5 callers
Method
extendMessage
Extends the error message with a string before ("pre") and after ("post") the 'old' error message. All of these three strings are allowed to be n
lib.JBE/src/org/apache/bcel/verifier/exc/AssertionViolatedException.java:84
↓ 5 callers
Method
fireClasspathChanged
(boolean removal)
lib.JBE/src/ee/ioc/cs/jbe/browser/config/BrowserConfig.java:165
↓ 5 callers
Method
flush
Write all pending output to the stream. If method startTag() or attribute() was called then start tag is closed (final >) before flush() is called
lib.AXMLPrinter/src/axmlprinter/org/xmlpull/v1/XmlSerializer.java:322
↓ 5 callers
Method
format
(StackTraceElement s)
lib.Utils/src/com/linchaolong/apktoolplus/utils/LogUtils.java:50
↓ 5 callers
Method
formatOutput
格式化并输出 @param logLevel log级别 @param log log
lib.Utils/src/com/linchaolong/apktoolplus/utils/LogUtils.java:121
↓ 5 callers
Method
getClassLoader
()
lib.JBE/src/org/apache/bcel/util/JavaWrapper.java:78
↓ 5 callers
Method
getCountry
()
lib.ApkParser/src/net/dongliu/apk/parser/struct/resource/ResTableConfig.java:98
↓ 5 callers
Method
getExceptionHandlers
Returns the exception handlers that protect this instruction. They are special control flow successors.
lib.JBE/src/org/apache/bcel/verifier/structurals/InstructionContext.java:139
↓ 5 callers
Method
getExceptionIndexTable
@return Array of indices into constant pool of thrown exceptions.
lib.JBE/src/org/apache/bcel/classfile/ExceptionTable.java:152
↓ 5 callers
Method
getFile
Get the file for the classpath entry. May be <tt>null</tt> if the entry is invalid. @return the file.
lib.JBE/src/ee/ioc/cs/jbe/browser/config/classpath/ClasspathEntry.java:78
↓ 5 callers
Method
getIcon
the icon file path in apk @return null if not found
lib.ApkParser/src/net/dongliu/apk/parser/bean/ApkMeta.java:91
↓ 5 callers
Method
getInitialized
Returns the ObjectType of the same class as the one of the uninitialized object represented by this UninitializedObjectType instance.
lib.JBE/src/org/apache/bcel/verifier/structurals/UninitializedObjectType.java:83
← previous
next →
301–400 of 5,389, ranked by callers