Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import known GUIDs for protocols #283

Open
rjoleary opened this issue Aug 16, 2019 · 1 comment
Open

Import known GUIDs for protocols #283

rjoleary opened this issue Aug 16, 2019 · 1 comment

Comments

@rjoleary
Copy link
Member

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

@orangecms
Copy link
Collaborator

orangecms commented Sep 28, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants