And here is number 4 of my ‘best of’ eclipse plugins: the Eclipse Hex Editor Plugin or EHEP. It is a great tool to inspect or change files in hex mode. Installation of the plugin is simple: Get it from the http://ehep.sourceforge.net/update
site.
Once I have the plugin installed, it offers an additional Hex Editor. I use the context menu Open With on a file, and it shows up in the Editor Selection:
The view allows to inspect and to change any files. So this is not limited to binary files. Usually eclipse is doing a great job preventing strange characters in source files. But for strange preprocessor compiler errors, it is valuable to check the hex content of a source file. That way I can exactly see that is in my source file:
The view comes with an ASCII column on the right hand side. The status information at the bottom of the view provides additional details, including hexadecimal, decimal and binary values.
Happy Hexing 🙂
Ranking:
- Rank #1: Eclox
- Rank #2: AnyEdit Tools
- Rank #3: System and Desktop Search
- Rank #4: EHEP
- Rank #5: WickedShell
Pingback: 5 Best Eclipse Plugins: #5 (WickedShell) | MCU on Eclipse
Really good post. I just came on your blog and wanted to say i always have really really liked reading your weblog posts. Anyway I am going to be subscribing to your feed and I really hope you post again soon enough.
LikeLike
Pingback: 5 Best Eclipse Plugins: #3 (System and Desktop Search) | MCU on Eclipse
Pingback: 5 Best Eclipse Plugins: #1 (Eclox with Doxygen, Graphviz and Mscgen) | MCU on Eclipse
Pingback: 5 Best Eclipse Plugins: #2 (AnyEdit Tools) | MCU on Eclipse
Pingback: S-Record, Intel Hex and Binary Files | MCU on Eclipse
Pingback: White Space or not, that’s the question | MCU on Eclipse
Pingback: How (not) to Secure my Microcontroller | MCU on Eclipse
Pingback: Converting Binary Files to Intel Hex Format with the SRecord Tool | MCU on Eclipse
Pingback: Linking Bootloader Applications with Eclipse and FreeMarker Scripts | MCU on Eclipse
Pingback: assert(), __FILE__, Path and other cool GNU gcc Tricks to be aware of | MCU on Eclipse