免费十六进制和磁盘编辑器 HxD Hex Editor 2.3.0 + x64 中文绿色版

免费十六进制和磁盘编辑器 HxD + x64 中文绿色版大眼仔旭(www.dayanzai.me)发布。HxD 是精心设计和快速的十六进制编辑器,除了主存储器(RAM)的原始磁盘编辑和修改外,还可以处理任何大小的文件。

HxD 拥有易于使用的界面提供了搜索和替换,导出,校验和/摘要,插入字节模式,文件碎纸机,连接或分割文件,统计等功能。

免费十六进制和磁盘编辑器 HxD + x64 中文绿色汉化版

免费十六进制和磁盘编辑器 HxD + x64 中文绿色汉化版

HxD 编辑工作类似于文本编辑器,重点是简单的面向任务的操作,因为这些功能被简化以隐藏纯技术的差异。
例如,与限制可能属于一起的数据的扇区/区域限制视图相比,驱动器和存储器被呈现为类似于文件并且被整体显示。驱动器和内存可以像常规文件一样进行编辑,包括支持撤消。此外,内存部分定义了可折叠区域,默认情况下隐藏了无法访问的部分。

而且,由于技术原因或任意限制的文件大小,而且强制您使用专门的功能,也使得操作变得快速而有效。这包括响应界面和长时间操作的进度指标。

HxD 功能特征
可作为便携式和可安装版本使用
RAM编辑器
编辑主内存
内存部分用数据折叠标记
磁盘编辑器(硬盘,软盘,ZIP磁盘,USB闪存驱动器,CD,…)
RAW读取和写入磁盘和驱动器
对于Win9x,WinNT和更高版本
即时打开,无论文件大小
高达 8EB;打开和编辑非常快
自由但安全的文件共享与其他程序
灵活快速搜索/替换几种数据类型
数据类型:文本(包括Unicode),十六进制值,整数和浮点数
搜索方向:向前,向后,全部(从头开始)
文件比较(简单)
查看Ansi,DOS,EBCDIC和Macintosh字符集中的数据
校验和生成器:校验和,CRC,自定义CRC,SHA-1,SHA-512,MD5,…
将数据导出为多种格式
源代码(Pascal,C,Java,C#,VB.NET)
格式输出(纯文本,HTML,Richtext,TeX)
十六进制文件(Intel HEX,Motorola S-record)
插入字节模式
文件工具
文件碎,用于安全文件删除
分割或连接文件
基本数据分析(统计)
字节/字符分布的图形表示
有助于识别选择的数据类型
字节分组
1,2,4,8或16个字节打包在一列
“仅限十六进制”或“仅限文本”模式
冗长操作的进度窗口
显示剩余时间
按钮取消
修改后的数据突出显示
无限撤消
“查找更新…” – 功能
易于使用和现代化界面
转到地址
打印
覆盖或插入模式
剪切,复制,粘贴,粘贴
剪贴板支持其他十六进制编辑器
Visual Studio / Visual C ++,WinHex,HexWorkshop,…
书签
Ctrl + Shift + Number(0-9)设置书签
Ctrl + Number(0-9)转到书签
使用Ctrl + Left或Ctrl + Right导航到半字节
无闪烁显示和快速绘图

HxD 是免费的私人和商业用途。不允许销售 HxD。将其作为杂志附件 CD/DVD/其他媒体的一部分进行分发,或将其放在下载门户网站或私人网站上,并受到欢迎。有关详细信息,请参阅 HxD 许可证。

注意
磁盘编辑器
要在 Windows NT/2000/XP/2003/Vista/7 及更高版本下使用磁盘编辑器,您必须是管理员或具有适当的权限。

从 Vista 开始,您需要手动卸载硬盘以成功写入,或换句话说:确保您编辑的磁盘没有挂载文件系统。在 Windows 运行时无法写入系统驱动器(Windows 安装的驱动器)。为了仍然可以实现这一点,您必须从启动 CD/DVD(如PartBE或VistaPE)执行 HxD,并从那里编辑系统磁盘。

Windows NT 4
如果 RAM 编辑器在 Windows NT 4 下没有显示任何进程,则很可能在系统上未安装 PSAPI.DLL。您可以从 Microsoft(PSAPI.DLL下载)获取它,并将 DLL 复制到 %windir%/ System 目录中。
HxD 仅针对 Windows NT 4 SP 6 进行测试,尽管它适用于 Service Pack 6 之前的版本。

官方主页

HxD Hex Editor 2.3.0.0 (July 6, 2019)
New: open source plugin interface to extend the data inspector
https://github.com/maelh/hxd-plugin-framework
supports dll plugins made in C, C++, Delphi or any other language which can deal with a C-like interface
includes example plugins
New: array navigation toolbar in datainspector (next/previous/first/last element)
allows to navigate types like ad-hoc arrays, that span the entire stream / file, extending left and right from the current element shown in the datainspector
all fixed-width data types support navigating forwards and backwards by default
backward navigation needs special support for variable-width data types like UTF-8
since UTF-8 is self-synchronizing, determining the previous element is possible (however, x86 assembly, for example, cannot be supported, since trailing bytes in an instruction encoding can also appear as leading bytes, which therefore only allows for an unambigious forward scan)
New: unintrusive pointer type support in data inspector
clickable goto link, which is right aligned next to integer type name
implicitly treats integer types as pointers / addresses / offsets
signed integers are treated as relative offsets, unsigned integers as absolute offsets
avoids cluttering the UI with many more rows by having each integer row have a dual function (acting as pointer as well as plain integer)
typed pointers and pointers that use complex adressing schemes (such as using a lookup table, or computing of an address based on parameters instead of a simple immediate value), will follow with structure views
New: added Int24 and UInt24 types to data inspector (useful for wav files)
be sure to reset the data inspector row order in the options, if new types appear in the last rows
New: separate portable and installable versions (also reduces number of wizard pages)
portable setup runs with least privileges
portable setup defaults to desktop folder
Enhancement: reduce flickering in data inspector when resizing or during fast selection, especially for the text box
Enhancement: unfold a section if a goto command jumps into it
Enhancement: implemented new TXmTabControl to enable Ctrl+(Shift+)Tab navigation in Search and Replace windows
behaves like native TPageControls from Delphi (native TTabControls do not support keyboard shortcuts for tab switching)
allows focusing the tabs itself to allow navigating with Left/Right arrow keys, yet still focuses the first child control when switching tabs, as required
Enhancement: edit controls in block selection windows only validate the entry on losing focus
allows for more flexible editing and temporarily invalid states
Change: for more consistency in error messages, the goto dialog always displays the computed target offset, instead of the text in the offset text box (which can contain absolute or relative offsets)
Change: rename optical disk to optical disc (used disk for consistency in the past, but disc is just more common)
Change: turn all http links into https ones

Fix: data inspector ignores leading and trailing whitespace where not relevant to the data type (e.g., removing for integers, but keeping for character types)
Fix: always treat integers as unsigned when displaying them in hexadecimal
Fix: physical floppy disk drives would show a too small size (limited like the logical ones)
Fix: writing to floppy disks could fail, because they did not get locked and unmounted
Fix: make the height of the bottom dock normal size again (it would appear too small, making people believe no results are produced, for example when generating checksums)
Fix: data inspector: when data name column was too small, the splitter could be overdrawn / interrupted with white space
Fix: properly handle https URLs by passing INTERNET_FLAG_SECURE and do not fail on redirects from http to https
Fix: Setup would choose English by default, instead of picking the language based on the OS’s locale
Fix: tab order in various windows (search and replace, and the option frames for each); correct tab order even if option frames are not shown for a certain data type
Fix: ensure tab switching with Ctrl+(Shift+)Tab keeps working after a switch, by setting the focus to the first control inside the tab each time a tab switch occurs
Fix: selections would unfold sections even if unnecessary

Other smaller fixes, many internal enhancements and refactorings
Lots of work on UTF-8 and handling grapheme cluster boundaries for future UTF-8 support in the hex editing window itself, see https://blog.mh-nexus.de/2019/06/compressing-arrays-of-integers-while-keeping-fast-indexing/
details of the general UTF-8 support design: https://forum.mh-nexus.de/viewtopic.php?f=4&t=1004
New translations:
Dutch – Jaap Kramer
Japanese – Airumu
Turkish – Koray Duman

资源:1498.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:4623)
点击下载
点击下载(提取码:ty4n)
点击下载

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/143909.html

(0)
上一篇 2021年9月6日
下一篇 2021年9月6日

相关推荐

发表回复

登录后才能评论