AnyDesk

最新版本 HxD Hex Editor 2.5.0

HxD Hex Editor 2.5.0

HxD Hex Editor 2.5.0
AnyDesk 是市場上最快的遠程桌面軟件。它允許使用當前遠程桌面軟件無法實現的新的使用場景和應用程序。從任何地方訪問您的所有程序,文檔和文件,而不必將您的數據委託給雲服務。您只需下載並啟動 1.2 MB 程序文件,即可開始使用。無需安裝或(網絡)配置。 AnyDesk 是市場上最快的免費遠程桌面軟件.

AnyDesk 特點:

Framerate
AnyDesk 通過本地網絡傳輸每秒 60 幀,許多互聯網連接。這比遠程桌面應用程序的任何操作簡單得多,並且使得屏幕上的移動盡可能的順利,因為大多數 PC 顯示器也以每秒 60 幀的速度運行。 AnyDesk 使無混亂工作可能。

Latency
在最低級別的延遲對於在遠程桌面上工作至關重要。等待時間越短,遠程 PC 響應您的輸入就越快。由於互聯網連接在將數據從一台電腦傳輸到另一台電腦時總是會產生一定的延遲,因此盡可能少地增加賬單是非常重要的。在本地網絡中,AnyDesks 的延遲低於 60 毫秒,不再可察覺.

Traffic
如果通過互聯網連接使用遠程桌面軟件,最高帶寬效率是決定性因素。對於像 UMTS 這樣的移動連接尤其如此。 AnyDesks 的帶寬效率使得從 100kB / s 的可用帶寬流利地執行辦公任務成為可能。但是在帶寬較低的情況下,AnyDesk 仍然比競爭對手錶現得好得多.

Access
忘記了低可靠性和繁瑣的防火和害羞; 牆上的避諱; 害羞; 口糧。使用你的自信和害羞的電腦從任何害羞的地方,不管有沒有頭和羞澀,疼痛。無論是五分鐘還是五個小時 - 你都不會注意到 AnyDesk 在那裡。你的自信和害羞; AnyDesk-ID 是你的桌子和害羞的關鍵; 最重要的是你所有的應用程序,照片,文件和害羞的文件和文件。而你的數據保持在它所屬的地方。在您的硬盤驅動器上,以及其他任何地方.

Collaborate
您是否感到羞澀難當; 使用外部雲服務信任您的公司數據只是為了實現協作和害羞; 配給? AnyDesk 允許你與所有你最喜歡的桌面 appli­ 陽離子一起工作。有趣而害羞; 無論距離多遠,每個用戶的鼠標光標都會將您的團隊凝聚在一起。將你的同事指向什麼是重要的,害羞的,悲觀的,陽離子的問題將成為過去.

Assist
你知道遠程支持可以很有趣嗎? AnyDesk 可以做遠遠不止遠程廣告&害羞; 迷你&害羞; stration 和遠程支持。但是,這並不意味著它在這裡也不能發光。滯後和低幀&害羞; 率可以是這樣的滋擾。這就是為什麼我們選擇擺脫他們。隨著 AnyDesk,建立一個工作和害羞; 隊友的新打印機或安裝新的 CRM 工具的銷售離不開,害羞是在公園散步。

注意:支持只有 1 個搜索未註冊版本.

ScreenShot

軟體資訊
檔案版本 HxD Hex Editor 2.5.0

檔案名稱 HxDSetup.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 未分類
作者 AnyDesk Software
官網
更新日期 2021-02-12
更新日誌

What's new in this version:

- Hex editor: implement horizontal mouse wheel scrolling (including handling of Logitech driver bug)

Data inspector:
- New: added LEB128/ULEB128 types (variable width integer types used in WASM and dwarf debug information)
- New: introduce readonly type converters (to allow uniform error messages when attempting to change values, also for converter plugins)
- Enhancement: better error handling so that typical errors are caught and a more specific error message is given
- error message for plugin DLLs of wrong machine type (x86-32 vs. x86-64)

Exporters:
- New: skip undefined or unreadable sections, such that Intel Hex and S-Record files can be created that have gaps
- New: source code exporter option to set the maximum text column or bytes per lines (= array elements per line)
- New: SRecord and IntelHex exporters can now have maximum of 250 and 255 bytes per line, respectively
- therefore there is also a new default block size/bytes per line setting for each of the exporters, which have a more common size of 32 (for both)
- allows user to select very large block sizes, yet default to a commonly used size

Importers:
- New: Intel Hex and S-Record support undefined regions of arbitrary size, by creating undefined foldable regions, instead of creating zero filled blocks for them
- Enhancement: rewrite logic to allow for data records that are out of order (addresses aren’t strictly increasing), or overlapping, even when there are gaps of undefined data; previously this could lead to errors, or would only function without undefined data gaps
- Enhancement: Intel Hex and S-Record importers ignore leading and trailing whitespace in a line

Checksums / digests:
- New: custom checksum
- can generate a checksum, with settable bitwidth for the checksum result, the checksum addends, and the endianness
- useful for various exotic formats, such as ROM files

Search window:
- Enhancement: added support for (U)Int24
- use same code as datainspector to convert from string to integer
- improved the naming of floating point and integer types (closer to data inspector)
- searches for both signed and unsigned integers, choosing the right type depending on which fits best (negative numbers => negative type, positive numbers => unsigned type; this is ok, because the positive numbers in the signed type have the same encoding as in the unsigned type; this is a feature of two’s complement encoding of integers)

Tool windows:
- New: menu items and shortcuts to activate and cycle through tool windows
- activates (and shows when hidden) either of: data inspector, checksums, or search results
- implements MRU logic for activation (like Alt+Tab in Windows)
- can be canceled (and originally activated tool window will be restored)
- can handle dockable panels, pagecontrols, and childs of those to handle and keep track of activation
- properly handles switching between back and forward cycling, by switching from Alt+F7 to Alt+Shift+F7, and interrupting cycling when pressing another shortcut
- extended shortcut handling of VCL/Delphi to handle repeated uses of two shortcuts as part of a shortcut sequence, to properly implement MRU handling, and canceling sequencing (which restores the originally activated tool window), or committing the last chosen tool window, as the activated one
- Global shortcut key Esc to focus editor window

PasteFromClipboard:
- do not delete then insert data in pmOverwrite mode, instead, only overwrite
- also ensure selection/caret is restored, and therefore always begin a group if selection is available
- Extensive work to support undefined sections in hex editor that can be deleted, or overwritten, all with undo capability; concerned a lot of supporting internal data structures/algorithms
- allows for support in importing and exporting files with gaps (=undefined sections)
- allows for round-trip handling of Intel Hex or S-Record files

Settings:
- Data type converters only store their friendly type names in the settings/INI file, when the user changes them
- this allows for updating those names from version to version, and having them appear automatically without resetting the data inspector in the options
- also useful for translating HxD, which read the names from the settings when not resetting them, making it appear the translation is not complete
- Fix: entering positive numbers for (U)Int64 results in an out of range error message
- Fix: Search window: “any” bitwidth does not accept positive integers >= 2^63 (since it was limited to signed numbers only, now supports unsigned ones, too)
- Fix: HxD would sometimes not detect it was installed (and not in portable mode), because of a case sensitive path comparison
- Fix: access violation when deleting sections (sections were fixed before, so this bug never triggered)
- Fix: custom checksum computation uses wrong step size to advance in the byte stream it processes; it would advance in steps of the final checksum’s bitwidths, instead of the addend’s bitwidth
- Fix: when overwriting one nibble (key press in hex column) in unaccessible data, set the other nibble to 0 automatically
- Fix: dockable panels could change fonts in docked and undocked/floating modes
- Fix: several type and pointer shorting issues, due to types not compatible with x64; they would cause hard to track bugs in the x64 version of HxD under certain versions/configurations of Win 10 (ensuring everything is allocated in memory above 4GiB, during testing, allowed to track them down)
- issues were in some own code, some third party code, and some Delphi RTL code (TRttiContext, TValue.Make)
- Various other small enhancements and minor fixes

HxD Hex Editor 2.5.0 相關參考資料
HxD Hex Editor Download (2021 Latest) for Windows 10, 8, 7

HxD Hex Editor · Latest Version: HxD Hex Editor 2.5. · Requirements: Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 · User Rating: Click to vote.

https://www.filehorse.com

HxD 2.4 免安裝中文版- 十六進制Hex編輯器- 阿榮福利味- 免費 ...

2020年4月26日 — HxD - Freeware Hex Editor and Disk Editor. HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and modifying ...

https://www.azofreeware.com

HxD 2.5.0.0 Free Download for Windows 10, 8 and 7 ...

Hexadecimal code is not very easy to understand and edit if you have identified any error. However, by using HxD, you can manage to edit the written code ...

https://www.filecroco.com

HxD - Freeware Hex Editor and Disk Editor | mh-nexus

HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size. The easy ...

https://mh-nexus.de

Downloads | mh-nexus

Note: Starting with HxD 2.3, the portable edition is available as separate setup ... Note: If you obtained an old version as download, instead of the one listed here, ...

https://mh-nexus.de

HxD 2.5.0.0 Free Download - FreewareFiles.com ...

2019年1月18日 — HxD - A fast hex editor which includes raw disk editing, modifying foreign RAM and handling files of any size.

https://www.freewarefiles.com

Download HxD - MajorGeeks

HxD is an efficient hex editor that can perform raw disk editing/modifying of main memory (RAM) and is capable of handling files of any size. HxD supports data ...

https://www.majorgeeks.com

HxD Hex Editor 2.5.0.0 | CyberMania

HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size. The easy ...

https://www.cybermania.ws

Download Portable HxD 2.5.0.0 - Softpedia

Portable HxD is a lightweight cross-platform utility that helps users edit hexadecimal code and disks, while bundling some other useful tools, such as a checksum ...

https://www.softpedia.com

下載HxD Hex Editor Windows 10 (3264 bit) 繁體中文

下載HxD Hex Editor Windows 10 (32/64 bit) 免費。十六進制編輯器,允許您更改RAW磁盤並修改RAM。

https://cn.all10soft.com