fiano icon indicating copy to clipboard operation
fiano copied to clipboard

Import known GUIDs for protocols

Open rjoleary opened this issue 6 years ago • 1 comments

Currently out list only contains file GUIDs: https://github.com/linuxboot/fiano/blob/master/pkg/knownguids/guids.go

rjoleary avatar Aug 16 '19 18:08 rjoleary

Binarly are now maintaining a large list of GUIDs: https://github.com/binarly-io/guiddb

It is now used in https://github.com/fiedka/fiedka as a submodule. I suggest doing the same, and autogenerating a Go file based on the JSON, which makes it ultimately portable.

Note: I tried using a file at runtime for PSP file names in #343 and then realized that the underlying file is only accessible in an OS context where there is a file system, so it isn't trivial to bring to GOOS=wasm.

orangecms avatar Sep 28 '22 09:09 orangecms