macOS / binaries /

removexattr

/System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/Resources/removexattr
Remove an extended attribute value

Extended attributes extend the basic attributes associated with files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). removexattr deletes the extended attribute name associated with path.

The binary is a part of SystemMigration private framework.

source: man