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

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

时间: 2024-11-10 13:08:01

十六进制文件读取(Eclipse EHEP插件)的相关文章

eclipse 常用插件

转自:http://blog.csdn.net/fmynjy/article/details/51500989 开发过程中的常用Eclipse插件,按字母排序: (1)    AmaterasUML        介绍:Eclipse的UML插件,支持UML活动图,class图,sequence图,usecase图等:支持与Javaclass/interface之间的相互导入导出.        官方网站:http://amateras.sourceforge.jp/cgi-bin/fswiki

Eclipse安装插件方式介绍

eclipse安装插件的常用方式有多种: 1.在线安装 打开eclipse,选择"help" --> "Install New Software..." --> "Add",输入Name信息与URL信息,点击"OK". 2.离线安装包安装 打开eclipse,选择"help" --> "Install New Software..." --> "Add&

Eclipse PowerDesigner插件安装

与eclipse整合: 安装powerdesigner时勾选 eclipse 3Plug-in插件选项:然后点击next 在弹出eclipse的安装路径选择框中选择eclipse 的安装路径,如:"-\Program Files\eclipse"下面一路下一步安装完powerdesigner(如需破解.汉化请参考相关教程文件)打开eclipse 切换到"powerdesigner"视图就OK了 重启eclipse 显示成功

Eclipse安装插件支持jQuery,Js智能提示

最近工作中用到jQuery插件,需要安装eclipse插件才能支持jQuery智能提示,在网上搜索了一下,常用的有三个插件支持jQuery的智能提示:1.jQueryWTP2.Spket3.Aptana 在安装插件之前需要先安装eclipse,如果已经安装了eclipse,可以直接看下面的插件安装方法,本人使用的Fedora 12,操作如下:1.直接打开”应用程序”-->”系统工具”-->”终端”2.输入命令”su”,这个命令是临时切换到root用户3.输入root用户的密码4.输入命令”yu

Eclipse Tomcat插件的配置, 及 Tomcat 的配置

Eclipse Tomcat插件的配置, 及 Tomcat 的配置 首先下载 对应 eclipse 版本的 tomcat 插件版本,(这里要注意: Tomcat 插件是Tomcat 插件,Tomcat 是 Tomcat, 两者不能混淆!) 下载地址:http://www.eclipsetotale.com/tomcatPlugin.html 然后将得到的压缩包解压,放入 eclipse 的 plugins 目录中重启 eclipse, Tomcat 插件安装成功! 当然安装成功不并代表能使用,这

eclipse .properties插件

资源文件 即 .properties 文件是常用于国际化: eclipse默认的 .properties 文件编辑器有几个问题: 编码问题 多种语言同步问题 下面介绍2种eclipse的 .properties 文件的插件,可以方便的编辑 .properties 文件 (1) PropEdit PropEdit,可以解决 编码问题,也就是说它可以自动将各种语言转化成所需的编码格式 安装方法(更新方式): 利用eclipse的更新功能,地址为 http://propedit.sourceforge

离线安装eclipse maven插件

最近用到maven,所以按照官网http://www.eclipse.org/m2e/的教程http://download.eclipse.org/technology/m2e/releases/,在线安装eclipse maven插件,可总提示有错: 按照网上的解决办法试过了,也没有得到安装成功,不知道是啥问题,但查过资料之后应该是依赖方面的问题,我也实在是没办法了.后来经过男朋友开导,脑子一灵光,完全可以离线安装的,为什么非要选择在线呢?傻了吧...... 从http://www.cr173

编译eclipse hadoop插件

操作系统:ubuntu hadoop版本:1.0.1 eclipse版本:eclipse Helios-SR2 直接通过hadoop 1.0.1掩码插件生成的eclipse插件是不能用的,因为少了一些jar包,所以需要手工修改src/contrib/eclipse-plugin目录下的build.xml文件和META-INF/MANIFEST.MF文件. 修改build.xml文件 这是没修改前的 <target name="jar" depends="compile&

eclipse maven 插件

maven3 安装: 安装 Maven 之前要求先确定你的 JDK 已经安装配置完成.Maven是 Apache 下的一个项目,目前最新版本是 3.0.4,我用的也是这个. 首先去官网下载 Maven:http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-3.0.4-bin.tar.gz 下载完成之后将其解压,我将解压后的文件夹重命名成 maven,并将它放在 D:\Server 目录下,即 maven 最终的路径是:D