首页 > 系统服务 > 详细

十六进制文件读取(Eclipse EHEP插件)

时间:2015-08-10 12:13:08      阅读:299      评论:0      收藏:0      [点我收藏+]

Eclipse Plugins:  (EHEP)

Posted on  April 2, 2012  by Erich Styger

And here is number 4 of my ‘best of’ eclipse plugins: the Eclipse Hex Editor Plugin orEHEP. 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 menuOpen With on a file, and it shows up in the Editor Selection:

Hex 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:

Source File in Hex Mode

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 :-)

十六进制文件读取(Eclipse EHEP插件)

原文:http://my.oschina.net/u/782560/blog/490085

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!