dump_gdbtable
dump_gdbtable copied to clipboard
Python script to dump the content of a .gdbtable
Results
2
dump_gdbtable issues
Sort by
recently updated
recently updated
newest added
It might be useful for the spec to list parts of the FGDB which have not been reverse engineered. For example `a00000004.horizon`. This file is often (always?) present but does...
Updated the read_utf16 function to properly read and decode UTF-16LE strings by reading the correct number of bytes and decoding them using the utf-16le codec. Thanks for reviewing!