-
Notifications
You must be signed in to change notification settings - Fork 245
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
will there for assembly soon? #21
Comments
Thanks for your interest. However, our work exclusively concentrates on decompilation on top of asm. Future projects will also proceed on this basis, utilizing assembly code that has been disassembled by tools like objdump or other disassemblers. |
but is it really possible? |
Compared to decompiling, disassembling is a more established field. Therefore, we only focus on decompilation. The current LLM4Decompile has demonstrated impressive performance on the HumanEval benchmark and shows promise with real data. Our objective is to enhance its practical application using methods such as scaling up training, retrieval-augmented generation, and additional techniques. For obfuscated or protected binaries, we do not consider language models like LLM to be an effective solution because the costs associated with training typically outweigh the benefits derived from decompiling or disassembling the code, considering the wide range of possible obfuscation techniques. |
I would like to know if it will soon be possible to convert a .bin (from NASM) to .asm source code with your AI.
The text was updated successfully, but these errors were encountered: