Sam Gammon
01/02/2023, 1:52 AMSam Gammon
01/02/2023, 2:05 AMRandomAccessFile
and a compressed flatbuffer
• implementation that proxies to pure mmap or something, idkSam Gammon
01/02/2023, 2:13 AMapp.evfs
, or something. and just like a JAR. you can simply rename it to app.tar
and unpack it to inspect the contents. you would get:
> mv app.evfs app.tar
> tar -xvf app.tar
> ls
metadata.cfb fsdata.tar.lz4 artifacts.json.gz
and you could
> gzip -d artifacts.json.gz
> jq artifacts.json ...
to query around if you wanted.