extended_attributes =================== Returns the extended attributes for files (similar to Windows ADS). Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: extended_attributes`` - Mac OSX Table schema ------------ ========= ======= ======================================================= Name Type Description ========= ======= ======================================================= path TEXT Absolute file path directory TEXT Directory of file(s) key TEXT Name of the value generated from the extended attribute value TEXT The parsed information from the attribute base64 INTEGER 1 if the value is base64 encoded else 0 ========= ======= ======================================================= Query examples -------------- Select all the results for the given table. .. code-block:: sql SELECT * FROM extended_attributes;