Use Notepad++ as HEX-Editor

血红的双手。 提交于 2021-01-21 08:44:28

问题


I'm using Notepad++, version 7.8.5 64bit on Windows 10. I'd like to use it as a Hex Editor.

I open a binfile, but Notepad shows it to me as a text with strange characters. In order to visualize the Hex-numbers, I select a part of the text, go and click on the voice

Plugins/Converter/ASCII-->HEX 

and it shows me the hex-numbers of the selected part. Now I'd like to see the whole file in hex, but it doesn't work. It seems that selecting some parts it works, other parts it doesn't.

I need to convert or visualize the whole file in HEX.

I have also tried:

Plugins/Plugins Admin…

but the HEX-Editor isn't there.

Thanks 4 help


回答1:


It seems to me you tried to install a hex editor and ended up in the wrong tool (Plug-In) Converter (ASCII -> HEX) as mentioned in your question above.

The installation process of the HexEditor is somewhat confusing because it is currently available only in the Plugins Admin for the 32-bit version.

A simple solution is to install a Notepad++ x32 version on a USB stick (e.g. using PortableApps).

But, and thanks to Peter Jones, here is a download link to the x64 version. and explanation to actually perform the manual install:

  • unzip the appropriate downloaded zipfile and open that containing folder (or have the zipfile open in windows explorer)
  • In Notepad++, use Plugins > Open Plugins Folder.
  • In the newly-opened plugins folder, add a subfolder HexEditor.
  • Copy the HexEditor.dll from the zipfile into the HexEditor subfolder… so it should be at ...\notepad++\plugins\HexEditor\HexEditor.dll
  • Close all open windows of Notepad++.
  • Restart Notepad++ again.
  • HexEditor should be available in the Plugins menu, and HexEditor.dll should be listed in the ? > Debug Info plugins list.

Successfully tested by Notepad++ Version 7.8.5 64bit on Windows 10. For further information see the links above. Please note a UAC problem, i.e. run Notepad++ as Administrator.



来源:https://stackoverflow.com/questions/60641199/use-notepad-as-hex-editor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!