It is possible to get C or C++ code from .hex or .elf file or any other file generate when compile code?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-07 8:54 PM
i want to convert .hex file or .elf file in to C or C++ code if it possible. if possible then how can i do this?
Solved! Go to Solution.
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-07 11:04 PM
Unfortunately it is not possible to convert hex file to C or C++ code. You could, however, convert .elf to assembly.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-07 11:04 PM
Unfortunately it is not possible to convert hex file to C or C++ code. You could, however, convert .elf to assembly.
