-
Notifications
You must be signed in to change notification settings - Fork 0
Command: Get DexDictionaryBlockHeader
Sean Cale edited this page Sep 23, 2021
·
1 revision
Reads the block table from a dictionary file. (See dictionary file documentation for more info)
- With path flag:
Get-DexDictionaryBlockHeader -Path "C:\Path\To\DictionaryOrChunk.dic" - Without path flag:
Get-DexDictionaryBlockHeader "C:\Path\To\DictionaryOrChunk.dic"
(String) Valid path to a dictionary or chunk file.
PSCustomObject array:
- (UInt32) BlockNumber
- (UInt16) BlockType
- (UInt32) StartOffset
- (UInt32) Size
- (UInt32) UnusedSpace
-
-Path [path to file]- (required) Valid path to a dictionary or chunk file. -
-Verbose- Shows some extra debugging information.