MCPcopy Create free account

hub / github.com/Hiro420/NikkeTools / functions

Functions1,058 in github.com/Hiro420/NikkeTools

MethodReadStr
(BinaryReader reader, int length)
MetadataDumper/NikkeMetadataDumper/PEHeader.cs:153
MethodReadUInt32
(byte[] buffer, int offset)
MetadataDumper/NikkeMetadataDumper/Scanner.cs:216
MethodReadUInt32BigEndian
(BinaryReader reader)
Catalog/NikkeCatalog/Program.cs:104
MethodRegisterSet
(int line, int register, Expression value)
UnLuac/src/unluac/decompile/operation/RegisterSet.java:18
MethodRegisterState
()
UnLuac/src/unluac/decompile/VariableFinder.java:13
MethodRegisterStates
(int registers, int lines)
UnLuac/src/unluac/decompile/VariableFinder.java:34
MethodRegisters
(int registers, int length, Declaration[] declList, Function f, boolean isNoDebug)
UnLuac/src/unluac/decompile/Registers.java:25
MethodRepeatBlock
(LFunction function, Condition cond, int begin, int end, CloseType closeType, int closeLine, boolean extendedR
UnLuac/src/unluac/decompile/block/RepeatBlock.java:21
MethodResult
(State state)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:101
MethodReturn
()
UnLuac/src/unluac/decompile/statement/Return.java:14
MethodReturnOperation
(int line, Expression value)
UnLuac/src/unluac/decompile/operation/ReturnOperation.java:16
MethodRun
()
MetadataDumper/NikkeMetadataDumper/Program.cs:21
MethodRunThread
()
MetadataDumper/NikkeMetadataDumper/Program.cs:15
MethodSeek
(long offset, SeekOrigin origin)
Catalog/NikkeCatalog/ZeroStream.cs:37
MethodSetBlock
(LFunction function, Condition cond, int target, int line, int begin, int end, Registers r)
UnLuac/src/unluac/decompile/block/SetBlock.java:27
MethodSetLength
(long value)
Catalog/NikkeCatalog/OFBStream.cs:137
MethodSetLength
(long value)
Catalog/NikkeCatalog/ZeroStream.cs:42
MethodSetting
(T value)
UnLuac/src/unluac/Version.java:24
MethodStack
()
UnLuac/src/unluac/util/Stack.java:10
MethodStringUtils
()
UnLuac/src/unluac/util/StringUtils.java:89
MethodTForBlock
(LFunction function, int begin, int end, int internalRegisterFirst, int internalRegisterLast, int expl
UnLuac/src/unluac/decompile/block/TForBlock.java:82
MethodTableLiteral
(int arraySize, int hashSize)
UnLuac/src/unluac/decompile/expression/TableLiteral.java:42
MethodTableReference
(Expression table, Expression index)
UnLuac/src/unluac/decompile/expression/TableReference.java:12
MethodTableSet
(int line, Expression table, Expression index, Expression value, boolean isTable, int timestamp)
UnLuac/src/unluac/decompile/operation/TableSet.java:23
MethodTestCondition
(int line, int register)
UnLuac/src/unluac/decompile/condition/TestCondition.java:11
MethodTestFile
(String name)
UnLuac/src/unluac/test/TestFile.java:13
MethodTestSuite
(String name, String path, TestFile[] files)
UnLuac/src/unluac/test/TestSuite.java:22
MethodTokenizer
(InputStream in)
UnLuac/src/unluac/assemble/Tokenizer.java:11
MethodTrimTrailingZerosIn16ByteBlocks
(byte[] data)
MetadataDumper/NikkeMetadataDumper/Scanner.cs:193
MethodUnaryExpression
(String op, Expression expression, int precedence)
UnLuac/src/unluac/decompile/expression/UnaryExpression.java:12
MethodUnaryOperation
(String op)
UnLuac/src/unluac/decompile/expression/Expression.java:68
MethodUnluacSpec
()
UnLuac/src/unluac/test/UnluacSpec.java:10
MethodUpvalueExpression
(String name)
UnLuac/src/unluac/decompile/expression/UpvalueExpression.java:11
MethodUpvalueSet
(int line, String upvalue, Expression value)
UnLuac/src/unluac/decompile/operation/UpvalueSet.java:18
MethodUpvalues
(LFunction func, Declaration[] parentDecls, int line)
UnLuac/src/unluac/decompile/Upvalues.java:11
MethodValidator
()
UnLuac/src/unluac/decompile/Validator.java:27
MethodVararg
(int length, boolean multiple)
UnLuac/src/unluac/decompile/expression/Vararg.java:11
MethodVariableFinder
()
UnLuac/src/unluac/decompile/VariableFinder.java:408
MethodVersion
(int major, int minor, boolean isMua)
UnLuac/src/unluac/Version.java:134
MethodVirtualQuery
( IntPtr lpAddress, out MEMORY_BASIC_INFORMATION lpBuffer, int dwLength )
MetadataDumper/NikkeMetadataDumper/Win32Api.cs:41
MethodWhileBlock
(LFunction function, Condition cond, int begin, int end, CloseType closeType, int closeLine)
UnLuac/src/unluac/decompile/block/WhileBlock.java:19
MethodWhileBlock50
(LFunction function, Condition cond, int begin, int end, int enterTarget, CloseType closeType, int closeLine)
UnLuac/src/unluac/decompile/block/WhileBlock50.java:11
MethodWhileBlock51
(LFunction function, Condition cond, int begin, int end, int unprotectedTarget, CloseType closeType, int close
UnLuac/src/unluac/decompile/block/WhileBlock51.java:11
MethodWrite
(byte[] buffer, int offset, int count)
Catalog/NikkeCatalog/ZeroStream.cs:47
MethodaddComment
(String comment)
UnLuac/src/unluac/decompile/statement/Statement.java:43
MethodaddEntry
(Entry entry)
UnLuac/src/unluac/decompile/expression/TableLiteral.java:162
MethodaddStatement
(Statement statement)
UnLuac/src/unluac/decompile/block/SetBlock.java:43
MethodaddStatement
(Statement statement)
UnLuac/src/unluac/decompile/block/Break.java:24
MethodaddStatement
(Statement statement)
UnLuac/src/unluac/decompile/block/ContainerBlock.java:44
MethodallowsPreDeclare
()
UnLuac/src/unluac/decompile/block/DoEndBlock.java:25
MethodasExpression
(Registers r)
UnLuac/src/unluac/decompile/condition/OrCondition.java:56
MethodasExpression
(Registers r)
UnLuac/src/unluac/decompile/condition/TestCondition.java:51
MethodasExpression
(Registers r)
UnLuac/src/unluac/decompile/condition/ConstantCondition.java:52
MethodasExpression
(Registers r)
UnLuac/src/unluac/decompile/condition/NotCondition.java:50
MethodasExpression
(Registers r, int line)
UnLuac/src/unluac/decompile/condition/Condition.java:24
MethodasExpression
(Registers r)
UnLuac/src/unluac/decompile/condition/FixedCondition.java:52
MethodasExpression
(Registers r)
UnLuac/src/unluac/decompile/condition/BinaryCondition.java:85
MethodasExpression
(Registers r)
UnLuac/src/unluac/decompile/condition/AndCondition.java:56
MethodasExpression
(Registers r)
UnLuac/src/unluac/decompile/condition/FinalSetCondition.java:63
MethodasInteger
()
UnLuac/src/unluac/decompile/Constant.java:184
MethodasInteger
()
UnLuac/src/unluac/decompile/expression/ConstantExpression.java:103
MethodasName
()
UnLuac/src/unluac/decompile/Constant.java:233
MethodassertCritical
(boolean condition, String message)
UnLuac/src/unluac/decompile/AssertionManager.java:5
MethodassignListEquals
(List<Declaration> decls)
UnLuac/src/unluac/decompile/statement/Assignment.java:128
MethodassignsTarget
(Declaration decl)
UnLuac/src/unluac/decompile/statement/Assignment.java:64
MethodbeginsWithParen
()
UnLuac/src/unluac/decompile/statement/FunctionCallStatement.java:27
MethodbeginsWithParen
()
UnLuac/src/unluac/decompile/statement/Assignment.java:39
MethodbeginsWithParen
()
UnLuac/src/unluac/decompile/expression/FunctionCall.java:60
MethodbeginsWithParen
()
UnLuac/src/unluac/decompile/expression/TableReference.java:66
Methodbits
()
UnLuac/src/unluac/parse/LNumber.java:67
Methodbits
()
UnLuac/src/unluac/parse/LNumber.java:117
Methodbits
()
UnLuac/src/unluac/parse/LNumber.java:157
Methodbits
()
UnLuac/src/unluac/parse/LNumber.java:197
Methodbreakable
()
UnLuac/src/unluac/decompile/block/Block.java:84
Methodbreakable
()
UnLuac/src/unluac/decompile/block/ElseEndBlock.java:27
Methodbreakable
()
UnLuac/src/unluac/decompile/block/IfThenElseBlock.java:55
Methodbreakable
()
UnLuac/src/unluac/decompile/block/SetBlock.java:72
Methodbreakable
()
UnLuac/src/unluac/decompile/block/TForBlock.java:148
Methodbreakable
()
UnLuac/src/unluac/decompile/block/Break.java:39
Methodbreakable
()
UnLuac/src/unluac/decompile/block/RepeatBlock.java:51
Methodbreakable
()
UnLuac/src/unluac/decompile/block/IfThenEndBlock.java:60
Methodbreakable
()
UnLuac/src/unluac/decompile/block/ForBlock.java:50
Methodbreakable
()
UnLuac/src/unluac/decompile/block/OuterBlock.java:16
Methodbreakable
()
UnLuac/src/unluac/decompile/block/OnceLoop.java:20
Methodbreakable
()
UnLuac/src/unluac/decompile/block/AlwaysLoop.java:28
Methodbreakable
()
UnLuac/src/unluac/decompile/block/WhileBlock.java:38
Methodbreakable
()
UnLuac/src/unluac/decompile/block/DoEndBlock.java:15
MethodcanDeclare
(List<Declaration> locals)
UnLuac/src/unluac/decompile/statement/Assignment.java:159
MethodclosureUpvalueLine
()
UnLuac/src/unluac/decompile/expression/ClosureExpression.java:58
MethodcompareTo
(Branch other)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:77
MethodcompareTo
(Entry e)
UnLuac/src/unluac/decompile/expression/TableLiteral.java:27
MethodcompareTo
(Block block)
UnLuac/src/unluac/decompile/block/ElseEndBlock.java:17
MethodcompareTo
(Block block)
UnLuac/src/unluac/decompile/block/IfThenElseBlock.java:46
Methodcreate
(int n)
UnLuac/src/unluac/parse/BIntegerType.java:23
Methodderef
()
UnLuac/src/unluac/parse/LString.java:21
Methoddisassemble
(Output out, BHeader chunk, LHeader header)
UnLuac/src/unluac/assemble/Directive.java:63
Methodencode_k
(int constant)
UnLuac/src/unluac/decompile/CodeExtract.java:100
Methodequals
(Object o)
UnLuac/src/unluac/parse/LObject.java:14
Methodequals
(Object o)
UnLuac/src/unluac/parse/LNumber.java:47
Methodequals
(Object o)
UnLuac/src/unluac/parse/LNumber.java:97
← previousnext →601–700 of 1,058, ranked by callers