Can I upload .exe files for LLM to analyze? #6053
Unanswered
kinwaicheuk-sony
asked this question in
Q&A
Replies: 1 comment 1 reply
|
A direct EXE is usually just machine code with some headers and resources so difficult for most models to understand anyway. The platform blocks executables due to some very valid security concerns if there is malicious stuff encoded in it. I'm unsure what you mean by analyse, but the best next steps if this is necessary would be to:
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a legacy software installer in .exe format written for Windows XP.
I wonder if I can upload it to the chat for the LLM to analyze it.
When I try to upload it, I got
What should I do?
All reactions