Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/De1ta-team/De1CTF2020
/ types & classes
Types & classes
93 in github.com/De1ta-team/De1CTF2020
⨍
Functions
401
◇
Types & classes
93
↓ 14 callers
TypeAlias
VarInt
VarInt is variable-length data encoding a two's complement signed 32-bit integer
writeup/re/mc_ticktock/types.go:62
↓ 14 callers
TypeAlias
VarInt
VarInt is variable-length data encoding a two's complement signed 32-bit integer
writeup/misc/mc_champion/types.go:62
↓ 14 callers
TypeAlias
VarInt
VarInt is variable-length data encoding a two's complement signed 32-bit integer
writeup/web/mc_logclient/types.go:62
↓ 9 callers
TypeAlias
VarInt
VarInt is variable-length data encoding a two's complement signed 32-bit integer
writeup/misc/mc_joinin/types.go:62
↓ 6 callers
TypeAlias
String
String is sequence of Unicode scalar values
writeup/re/mc_ticktock/types.go:54
↓ 6 callers
TypeAlias
String
String is sequence of Unicode scalar values
writeup/misc/mc_champion/types.go:54
↓ 6 callers
TypeAlias
String
String is sequence of Unicode scalar values
writeup/web/mc_logclient/types.go:54
↓ 3 callers
TypeAlias
String
String is sequence of Unicode scalar values
writeup/misc/mc_joinin/types.go:54
↓ 2 callers
TypeAlias
Boolean
Boolean of True is encoded as 0x01, false as 0x00.
writeup/re/mc_ticktock/types.go:36
↓ 2 callers
TypeAlias
Boolean
Boolean of True is encoded as 0x01, false as 0x00.
writeup/misc/mc_champion/types.go:36
↓ 2 callers
TypeAlias
Boolean
Boolean of True is encoded as 0x01, false as 0x00.
writeup/web/mc_logclient/types.go:36
↓ 2 callers
TypeAlias
Byte
Byte is signed 8-bit integer, two's complement
writeup/re/mc_ticktock/types.go:38
↓ 2 callers
TypeAlias
Byte
Byte is signed 8-bit integer, two's complement
writeup/misc/mc_champion/types.go:38
↓ 2 callers
TypeAlias
Byte
Byte is signed 8-bit integer, two's complement
writeup/web/mc_logclient/types.go:38
↓ 2 callers
TypeAlias
Int
Int is signed 32-bit integer, two's complement
writeup/re/mc_ticktock/types.go:46
↓ 2 callers
TypeAlias
Int
Int is signed 32-bit integer, two's complement
writeup/misc/mc_champion/types.go:46
↓ 2 callers
TypeAlias
Int
Int is signed 32-bit integer, two's complement
writeup/misc/mc_joinin/types.go:46
↓ 2 callers
TypeAlias
Int
Int is signed 32-bit integer, two's complement
writeup/web/mc_logclient/types.go:46
↓ 2 callers
TypeAlias
Long
Long is signed 64-bit integer, two's complement
writeup/re/mc_ticktock/types.go:48
↓ 2 callers
TypeAlias
Long
Long is signed 64-bit integer, two's complement
writeup/misc/mc_champion/types.go:48
↓ 2 callers
TypeAlias
Long
Long is signed 64-bit integer, two's complement
writeup/misc/mc_joinin/types.go:48
↓ 2 callers
TypeAlias
Long
Long is signed 64-bit integer, two's complement
writeup/web/mc_logclient/types.go:48
↓ 2 callers
TypeAlias
UnsignedByte
UnsignedByte is unsigned 8-bit integer
writeup/re/mc_ticktock/types.go:40
↓ 2 callers
TypeAlias
UnsignedByte
UnsignedByte is unsigned 8-bit integer
writeup/misc/mc_champion/types.go:40
↓ 2 callers
TypeAlias
UnsignedByte
UnsignedByte is unsigned 8-bit integer
writeup/web/mc_logclient/types.go:40
↓ 2 callers
TypeAlias
UnsignedShort
UnsignedShort is unsigned 16-bit integer
writeup/re/mc_ticktock/types.go:44
↓ 2 callers
TypeAlias
UnsignedShort
UnsignedShort is unsigned 16-bit integer
writeup/misc/mc_champion/types.go:44
↓ 2 callers
TypeAlias
UnsignedShort
UnsignedShort is unsigned 16-bit integer
writeup/misc/mc_joinin/types.go:44
↓ 2 callers
TypeAlias
UnsignedShort
UnsignedShort is unsigned 16-bit integer
writeup/web/mc_logclient/types.go:44
↓ 1 callers
TypeAlias
Boolean
Boolean of True is encoded as 0x01, false as 0x00.
writeup/misc/mc_joinin/types.go:36
↓ 1 callers
TypeAlias
Byte
Byte is signed 8-bit integer, two's complement
writeup/misc/mc_joinin/types.go:38
↓ 1 callers
TypeAlias
ByteArray
ByteArray is []byte with prefix VarInt as length
writeup/re/mc_ticktock/types.go:78
↓ 1 callers
TypeAlias
ByteArray
ByteArray is []byte with prefix VarInt as length
writeup/misc/mc_champion/types.go:78
↓ 1 callers
TypeAlias
ByteArray
ByteArray is []byte with prefix VarInt as length
writeup/web/mc_logclient/types.go:78
↓ 1 callers
TypeAlias
Double
A Double is a double-precision 64-bit IEEE 754 floating point number
writeup/re/mc_ticktock/types.go:52
↓ 1 callers
TypeAlias
Double
A Double is a double-precision 64-bit IEEE 754 floating point number
writeup/misc/mc_champion/types.go:52
↓ 1 callers
TypeAlias
Double
A Double is a double-precision 64-bit IEEE 754 floating point number
writeup/misc/mc_joinin/types.go:52
↓ 1 callers
TypeAlias
Double
A Double is a double-precision 64-bit IEEE 754 floating point number
writeup/web/mc_logclient/types.go:52
↓ 1 callers
TypeAlias
Float
A Float is a single-precision 32-bit IEEE 754 floating point number
writeup/re/mc_ticktock/types.go:50
↓ 1 callers
TypeAlias
Float
A Float is a single-precision 32-bit IEEE 754 floating point number
writeup/misc/mc_champion/types.go:50
↓ 1 callers
TypeAlias
Float
A Float is a single-precision 32-bit IEEE 754 floating point number
writeup/misc/mc_joinin/types.go:50
↓ 1 callers
TypeAlias
Float
A Float is a single-precision 32-bit IEEE 754 floating point number
writeup/web/mc_logclient/types.go:50
↓ 1 callers
Class
ForkedServer
writeup/crypto/ECDH/source code/task.py:161
↓ 1 callers
TypeAlias
KeySizeError
writeup/re/mc_ticktock/crypt.go:12
↓ 1 callers
Class
Parser
writeup/re/parser/source/parser.h:13
↓ 1 callers
TypeAlias
Short
Short is signed 16-bit integer, two's complement
writeup/re/mc_ticktock/types.go:42
↓ 1 callers
TypeAlias
Short
Short is signed 16-bit integer, two's complement
writeup/misc/mc_champion/types.go:42
↓ 1 callers
TypeAlias
Short
Short is signed 16-bit integer, two's complement
writeup/misc/mc_joinin/types.go:42
↓ 1 callers
TypeAlias
Short
Short is signed 16-bit integer, two's complement
writeup/web/mc_logclient/types.go:42
↓ 1 callers
TypeAlias
UnsignedByte
UnsignedByte is unsigned 8-bit integer
writeup/misc/mc_joinin/types.go:40
↓ 1 callers
TypeAlias
VarLong
VarLong is variable-length data encoding a two's complement signed 64-bit integer
writeup/re/mc_ticktock/types.go:64
↓ 1 callers
TypeAlias
VarLong
VarLong is variable-length data encoding a two's complement signed 64-bit integer
writeup/misc/mc_champion/types.go:64
↓ 1 callers
TypeAlias
VarLong
VarLong is variable-length data encoding a two's complement signed 64-bit integer
writeup/misc/mc_joinin/types.go:64
↓ 1 callers
TypeAlias
VarLong
VarLong is variable-length data encoding a two's complement signed 64-bit integer
writeup/web/mc_logclient/types.go:64
TypeAlias
Angle
Angle is rotation angle in steps of 1/256 of a full turn
writeup/re/mc_ticktock/types.go:72
TypeAlias
Angle
Angle is rotation angle in steps of 1/256 of a full turn
writeup/misc/mc_champion/types.go:72
TypeAlias
Angle
Angle is rotation angle in steps of 1/256 of a full turn
writeup/misc/mc_joinin/types.go:72
TypeAlias
Angle
Angle is rotation angle in steps of 1/256 of a full turn
writeup/web/mc_logclient/types.go:72
TypeAlias
ByteArray
ByteArray is []byte with prefix VarInt as length
writeup/misc/mc_joinin/types.go:78
Struct
Cipher
writeup/re/mc_ticktock/crypt.go:14
Interface
DecodeReader
DecodeReader is both io.Reader and io.ByteReader
writeup/re/mc_ticktock/types.go:29
Interface
DecodeReader
DecodeReader is both io.Reader and io.ByteReader
writeup/misc/mc_champion/types.go:29
Interface
DecodeReader
DecodeReader is both io.Reader and io.ByteReader
writeup/misc/mc_joinin/types.go:29
Interface
DecodeReader
DecodeReader is both io.Reader and io.ByteReader
writeup/web/mc_logclient/types.go:29
Interface
Field
A Field is both FieldEncoder and FieldDecoder
writeup/re/mc_ticktock/types.go:13
Interface
Field
A Field is both FieldEncoder and FieldDecoder
writeup/misc/mc_champion/types.go:13
Interface
Field
A Field is both FieldEncoder and FieldDecoder
writeup/misc/mc_joinin/types.go:13
Interface
Field
A Field is both FieldEncoder and FieldDecoder
writeup/web/mc_logclient/types.go:13
Interface
FieldDecoder
A FieldDecoder can Decode from minecraft protocol
writeup/re/mc_ticktock/types.go:24
Interface
FieldDecoder
A FieldDecoder can Decode from minecraft protocol
writeup/misc/mc_champion/types.go:24
Interface
FieldDecoder
A FieldDecoder can Decode from minecraft protocol
writeup/misc/mc_joinin/types.go:24
Interface
FieldDecoder
A FieldDecoder can Decode from minecraft protocol
writeup/web/mc_logclient/types.go:24
Interface
FieldEncoder
A FieldEncoder can be encode as minecraft protocol used.
writeup/re/mc_ticktock/types.go:19
Interface
FieldEncoder
A FieldEncoder can be encode as minecraft protocol used.
writeup/misc/mc_champion/types.go:19
Interface
FieldEncoder
A FieldEncoder can be encode as minecraft protocol used.
writeup/misc/mc_joinin/types.go:19
Interface
FieldEncoder
A FieldEncoder can be encode as minecraft protocol used.
writeup/web/mc_logclient/types.go:19
TypeAlias
Key
writeup/re/mc_ticktock/crypt.go:10
Class
Lexer
writeup/re/parser/source/lexer.h:12
Struct
Message
writeup/re/mc_ticktock/exp.go:48
Struct
Message
writeup/misc/mc_champion/exp.go:35
Struct
Message
writeup/web/mc_logclient/exp.go:45
Struct
Position
Position x as a 26-bit integer, followed by y as a 12-bit integer, followed by z as a 26-bit integer (all signed, two's complement)
writeup/re/mc_ticktock/types.go:67
Struct
Position
Position x as a 26-bit integer, followed by y as a 12-bit integer, followed by z as a 26-bit integer (all signed, two's complement)
writeup/misc/mc_champion/types.go:67
Struct
Position
Position x as a 26-bit integer, followed by y as a 12-bit integer, followed by z as a 26-bit integer (all signed, two's complement)
writeup/misc/mc_joinin/types.go:67
Struct
Position
Position x as a 26-bit integer, followed by y as a 12-bit integer, followed by z as a 26-bit integer (all signed, two's complement)
writeup/web/mc_logclient/types.go:67
Class
QueueVirtualMachine
writeup/re/FLw/QueueVirtualMachine.cpp:359
Class
Task
writeup/crypto/ECDH/source code/task.py:47
Class
Token
writeup/re/parser/source/token.h:23
Enum
TokenKind
writeup/re/parser/source/token.h:10
TypeAlias
UUID
UUID encoded as an unsigned 128-bit integer
writeup/re/mc_ticktock/types.go:75
TypeAlias
UUID
UUID encoded as an unsigned 128-bit integer
writeup/misc/mc_champion/types.go:75
TypeAlias
UUID
UUID encoded as an unsigned 128-bit integer
writeup/misc/mc_joinin/types.go:75
TypeAlias
UUID
UUID encoded as an unsigned 128-bit integer
writeup/web/mc_logclient/types.go:75