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

gguf disassembler plugin #23940

Open
gogo2464 opened this issue Feb 1, 2025 · 4 comments
Open

gguf disassembler plugin #23940

gogo2464 opened this issue Feb 1, 2025 · 4 comments

Comments

@gogo2464
Copy link
Contributor

gogo2464 commented Feb 1, 2025

Description

disassemble magic number and metadata of course:
https://huggingface.co/docs/hub/gguf

as well as https://github.com/ggerganov/llama.cpp/blob/5bbc7362cb93265f4c853fd89800a6255cc26985/ggml/src/gguf.cpp#L738 if the spec of gguf are not specified yet.

My goal is to have a decompiler to ensure GPDR respect in AI models.

Best regards.

@gogo2464
Copy link
Contributor Author

gogo2464 commented Feb 1, 2025

GGUF have file formats as well as executable similar to python bytecode

@trufae
Copy link
Collaborator

trufae commented Feb 1, 2025

@gogo2464
Copy link
Contributor Author

gogo2464 commented Feb 1, 2025

why not in the main? Not maintained? I could maintain it at least

I also suggest to keep the bin_gguf and then add a asm_gguf as there is executable code in?

@gogo2464
Copy link
Contributor Author

gogo2464 commented Feb 1, 2025

@trufae how can I build it please? :')

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

No branches or pull requests

2 participants