albertan017 / LLM4Decompile

Reverse Engineering: Decompiling Binary Code with Large Language Models
https://arxiv.org/abs/2403.05286
MIT License
3.22k stars 236 forks source link

C++ support #32

Open lastant opened 1 month ago

lastant commented 1 month ago

Are there plans to support C++?

albertan017 commented 1 month ago

Yes, we are working on it. It could take a few months to fully develop the model. Specifically, we plan to integrate support for structures and classes, as commonly used in C/C++ programming.