Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Velocidex/oleparse
/ functions
Functions
31 in github.com/Velocidex/oleparse
⨍
Functions
31
◇
Types & classes
5
↓ 46 callers
Function
getUint32
(dir_stream []byte, offset *int)
oleparse.go:545
↓ 38 callers
Function
getUint16
(dir_stream []byte, offset *int)
oleparse.go:535
↓ 36 callers
Function
DebugPrintf
(fmt_str string, args ...interface{})
debug.go:13
↓ 4 callers
Method
FindStreamByName
(name string)
oleparse.go:217
↓ 4 callers
Method
GetStream
(index uint32)
oleparse.go:200
↓ 4 callers
Method
ReadChain
(start uint32)
oleparse.go:165
↓ 4 callers
Function
decodeUnicode
(data []byte, codepage uint16)
oleparse.go:1156
↓ 3 callers
Function
DecompressStream
(compressed_container []byte)
oleparse.go:394
↓ 3 callers
Function
NewOLEFile
NewOLEFile creates a new OLEFile object from the given data. The OLE format is described in https://winprotocoldoc.z19.web.core.windows.net/MS-CFB/%5
oleparse.go:239
↓ 3 callers
Function
ParseBuffer
(data []byte)
oleparse.go:1141
↓ 2 callers
Function
ParseFile
(filename string)
oleparse.go:1091
↓ 2 callers
Method
ReadSector
(sector uint32)
oleparse.go:122
↓ 2 callers
Method
_ReadChain
( start uint32, ReadSector func(uint32) []byte, ReadFat func(sector uint32) (uint32, bool), )
oleparse.go:173
↓ 2 callers
Function
min
(a, b int)
utils.go:16
↓ 2 callers
Function
uint32_min
(a, b uint32)
utils.go:23
↓ 1 callers
Function
ExtractMacros
(ofdoc *OLEFile)
oleparse.go:555
↓ 1 callers
Function
NewDirectory
(data []byte, index uint32)
oleparse.go:84
↓ 1 callers
Method
ReadMiniChain
(start uint32)
oleparse.go:169
↓ 1 callers
Function
copytoken_help
(difference int)
oleparse.go:516
↓ 1 callers
Function
doParse
()
cmd/main.go:17
Function
Debug
(arg interface{})
utils.go:5
Function
FuzzDecompressStream
(f *testing.F)
oleparse_test.go:72
Function
FuzzExtractMacros
(f *testing.F)
oleparse_test.go:38
Method
OpenStreamByName
(name string)
oleparse.go:227
Method
ReadFat
(sector uint32)
oleparse.go:151
Method
ReadMiniFat
(sector uint32)
oleparse.go:158
Method
ReadMiniSector
(sector uint32)
oleparse.go:136
Function
TestMacros
(t *testing.T)
oleparse_test.go:14
Function
TestOlev4
(t *testing.T)
oleparse_test.go:24
Function
main
()
cmd/main.go:32
Function
max
(a, b int)
utils.go:9