hdf5-udf
hdf5-udf copied to clipboard
Create a port for macOS
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.
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.