Skip to content

Command: Get DexDictionaryBlockHeader

Sean Cale edited this page Sep 23, 2021 · 1 revision

Synopsis

Reads the block table from a dictionary file. (See dictionary file documentation for more info)

Usage

  • With path flag: Get-DexDictionaryBlockHeader -Path "C:\Path\To\DictionaryOrChunk.dic"
  • Without path flag: Get-DexDictionaryBlockHeader "C:\Path\To\DictionaryOrChunk.dic"

Pipeline Inputs

(String) Valid path to a dictionary or chunk file.

Outputs

PSCustomObject array:

  • (UInt32) BlockNumber
  • (UInt16) BlockType
  • (UInt32) StartOffset
  • (UInt32) Size
  • (UInt32) UnusedSpace

Parameters

  • -Path [path to file] - (required) Valid path to a dictionary or chunk file.
  • -Verbose - Shows some extra debugging information.

Clone this wiki locally