Search found 5 matches

by imadewins
25 Nov 2021 01:37
Forum: Feature and Enhancement Requests
Topic: Copy selection as "Rust"
Replies: 0
Views: 26679

Copy selection as "Rust"

Rust is pretty popular now, would be nice to quickly get this implemented:

let buffer: [u8; <size>] = [0, 1, 2, 3];
by imadewins
01 Apr 2020 20:46
Forum: Feature and Enhancement Requests
Topic: Support High-DPI GDI Rendering
Replies: 6
Views: 7775

Support High-DPI GDI Rendering

Hi, For the most part, HxD renders with GDI HDP rendering properly, but some of the (custom) rendering of the hex view does not and looks blurry when enabled, a few glitches happen as well. To enable this for HxD Go to the Compatibility tab then set the setting to: https://i.imgur.com/ZZCDw7N.png Se...
by imadewins
16 Nov 2019 21:02
Forum: Bug Reports
Topic: Fixed: Enter key does not work at Block Select (CTRL-E)
Replies: 2
Views: 13103

Re: Enter key does not work at Block Select (CTRL-E)

+1 This does happen after the update to 2.3.0. Can confirm it doesn't exist prior.
by imadewins
09 Apr 2019 05:40
Forum: Feature and Enhancement Requests
Topic: Feature: Add Half (float16) to data inspector
Replies: 3
Views: 3901

Re: Feature: Add Half (float16) to data inspector

Will not be easy (since I need to make a special decoder for float16 to string values and back -- this doesn't come by default in most languages). But should be well documented and useful. P.S.: What would you need it for? I mostly know of float16 being used in deep learning, but I don't see why yo...
by imadewins
08 Apr 2019 21:35
Forum: Feature and Enhancement Requests
Topic: Feature: Add Half (float16) to data inspector
Replies: 3
Views: 3901

Feature: Add Half (float16) to data inspector

As the title says, this would be a super handy feature and be easy to add... (IEEE 754)