hdf5-udf icon indicating copy to clipboard operation
hdf5-udf copied to clipboard

Create a port for macOS

Open lucasvr opened this issue 4 years ago • 1 comments

HDF5-UDF is only supported on Linux. The two modifications that currently depend on Linux are (1) scanning of /proc to get a file handle to the underlying HDF5 file and (2) the use of Seccomp + Syscall-Intercept.

lucasvr avatar Feb 19 '21 02:02 lucasvr

An initial port for macOS has been introduced by commit 66892265ca4a88aa2838f196b71f815b68b0bb59. The three backends (Python, C/C++, and LuaJIT) are supported. The only limitation, for now, is the lack of support for sandboxing.

lucasvr avatar May 26 '21 04:05 lucasvr