doronz88 / xattrios

`xattr -l` for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple utility for querying the extended attributes of the given list of files.

Installation

  • Upload the .deb file found in the packages directory into the device.
  • apt install <deb file>

Usage

For using simply execute:

# for single file
xattrios /path/to/filename

# or you could specify multiple files like so
xattrios $(find /some/path)

About

`xattr -l` for iOS


Languages

Language:Objective-C 89.1%Language:Makefile 10.9%