Hello everyone!
This is a project we've been working on for a few months and it's finally ready! Here is the web-based ARM To HEX Converter! Since this is web-based, it will work on any OS. Mac, Windows, Linux, iOS, Android and any OS that has a browser!
The converter was first released around a week ago from the time of posting this for beta testing and so that users provide suggestions and feedback.
Here's what the converter can do and some of its features.
Features:
1. Web-based which means it supports all Operating Systems.
2. Supports x32 (ARMv7), x64 (ARM64).
x32 Converter:
ARM GDB/LLDB - ARM HEX - Thumb GDB/LLDB - Thumb HEX - Thumb-2/v8 GDB/LLDB - Thumb-2/v8 HEX
x64 Converter:
ARM64 GDB/LLDB - ARM64 HEX
3. Can convert multiple instructions at a time. Although this is a neat feature, it is suggested converting only one instruction at a time to prevent some other instructions from failing to convert. Or if you place the simple instructions on top of the list and the most complex ones at the bottom, it might work. But still, for better results, it is suggested you only convert one instruction for each conversion you do.
http://i.imgur.com/4UmIEiW.png
4. It logs all conversions done by the converter into a page which is publicly visible. This page can also be useful for HEX to ARM or for finding conversions if the converter is not working for some reason.
http://i.imgur.com/TiRG4sL.png
5. User Submissions. This page allows users to submit their own conversions for others to see. All you need is an instruction, the HEX conversion of that instruction and you can submit it to the page for everyone else.
http://i.imgur.com/d0jf2uV.png
6. Alternative Converters. It uses a different engines from the latest converter you see on the front page so if one is down, you can use the other or you can check the logs or user submissions.
The converter is still under development so feedbacks and suggestions are more than welcome. Let me know if you find any bugs also.
To Do:
- Improve Conversions Log page. Done
- Improve some UI Elements Done
- HEX To ARM Converter? Done
- You tell me
The online ARM Converter is live right now at http://ARMconverter.com/. Hope you enjoy and find this useful.
The people who made this possible:
- Kienn
- @Valeschi
- @Earthiest
Video:
Read the posts below for changelog.
ARMConverter 2.0 announcement