Search found 9 matches
- 07 Sep 2024 12:15
- Forum: Support
- Topic: Adding characters in game code
- Replies: 2
- Views: 33618
Re: Adding characters in game code
It's pretty difficult. The problem with inserting characters is that it shifts everything forward, so all the references to specific memory locations won't work. If you decompile the code, it's maybe possible to recompile it with adjusted offsets. But it's more often done with jumping in the code ...
- 08 Sep 2022 22:13
- Forum: Feature and Enhancement Requests
- Topic: Sync Cursor Positions when using F6/Shift+F6
- Replies: 0
- Views: 74357
Sync Cursor Positions when using F6/Shift+F6
If you are doing a file comparison with an "All Scope" it should sync the cursor position between the two files when you press F6. I find I may use the comparison tool, and then need to copy or highlight data from one of the files, then when I push F6 it doesn't work as expected since the data being ...
- 08 Sep 2022 22:06
- Forum: Feature and Enhancement Requests
- Topic: Comparison improvement: Synchronized scrolling and difference highlighting
- Replies: 21
- Views: 295077
Re: Comparison improvement: Synchronized scrolling and difference highlighting
+1
This would be very nice even without highlighting (would would be ideal) even if there key combo to go to next block of difference (Ctrl+F6/Shift+Ctrl+F6?) that would be huge. Often I'm like "Ok I expect this part to be different, take me to the next different part".
This would be very nice even without highlighting (would would be ideal) even if there key combo to go to next block of difference (Ctrl+F6/Shift+Ctrl+F6?) that would be huge. Often I'm like "Ok I expect this part to be different, take me to the next different part".
- 08 Sep 2022 22:01
- Forum: Feature and Enhancement Requests
- Topic: Block cursor and/or having a visual helper
- Replies: 4
- Views: 47042
Re: Block cursor and/or having a visual helper
+1 This is a really nice idea
- 08 Sep 2022 21:58
- Forum: Feature and Enhancement Requests
- Topic: Show Cursor position of inactive windows
- Replies: 0
- Views: 73346
Show Cursor position of inactive windows
It would be nice the inactive window showed the location of the cursor. Sometimes you might be looking at multiple files and if you're focusing on one, it easy to lose your place in the other file unless you had the foresight to highlight some data before you looked away.
I would suggest a cursor ...
I would suggest a cursor ...
- 04 Sep 2022 05:14
- Forum: Feature and Enhancement Requests
- Topic: Don't clear Undo buffer on Save
- Replies: 6
- Views: 52985
Re: Don't clear Undo buffer on Save
Is this why there is no redo feature also?
Obviously we know nothing about how HxD works under the hood. But it sounds like that this diff file is created by the program, couldn't it just update the hash of the file or whatever, to the point to the new file?
Obviously we know nothing about how HxD works under the hood. But it sounds like that this diff file is created by the program, couldn't it just update the hash of the file or whatever, to the point to the new file?
- 04 Sep 2022 04:50
- Forum: Bug Reports
- Topic: Go to, text selection.
- Replies: 1
- Views: 38314
Re: Go to, text selection.
+1
This still exists in 2.5.0.0
I thought I was going crazy since half the time I ctrl+g, ctrl+v I need to go in and delete the previously searched for value.
(IMHO FWIW the default behavior should be to have it selected on both)
This still exists in 2.5.0.0
I thought I was going crazy since half the time I ctrl+g, ctrl+v I need to go in and delete the previously searched for value.
(IMHO FWIW the default behavior should be to have it selected on both)
- 04 Sep 2022 04:44
- Forum: Feature and Enhancement Requests
- Topic: Allow GOTOing and searching for 0x1A2B3C style hex values
- Replies: 0
- Views: 71865
Allow GOTOing and searching for 0x1A2B3C style hex values
Often times output from other programs are outputted in 0x1A2B3C style values, if you copy and paste that to search/goto a value if will give you an understandable error message. It would be a nice little quality of life if it would just trim off the 0x part for you.
Thank you for your hard work!
Thank you for your hard work!
- 04 Sep 2022 04:37
- Forum: Feature and Enhancement Requests
- Topic: An option to select byte order when searching for HEX values
- Replies: 1
- Views: 40515
Re: An option to select byte order when searching for HEX values
+1 from me. I will often need to reverse it manually.