Search found 4 matches

by Samson92
12 Jun 2020 16:52
Forum: DOS Batch Forum
Topic: Batch hex edit offset from filename
Replies: 8
Views: 9688

Re: Batch hex edit offset from filename

Without going into too much detail, the file itself contains a directory of sorts. Before the part I want to change it's pretty much trivial info as to what files link to that value, so in this case it's just looking for the folder that should have the Excel, Outlook and PDF files. When I open HXD i...
by Samson92
12 Jun 2020 12:12
Forum: DOS Batch Forum
Topic: Batch hex edit offset from filename
Replies: 8
Views: 9688

Re: Batch hex edit offset from filename

I feel like I responded to this one already somewhere... Do the HEX files contain hexadecimal characters, or are they regular ASCII characters? Is offset 3AE always on the same line? I looked everywhere before posting, apologies if you have answered this somewhere. The 3AE offset is always on the s...
by Samson92
10 Jun 2020 16:02
Forum: DOS Batch Forum
Topic: Batch hex edit offset from filename
Replies: 8
Views: 9688

Re: Batch hex edit offset from filename

I feel like I responded to this one already somewhere... Do the HEX files contain hexadecimal characters, or are they regular ASCII characters? Is offset 3AE always on the same line? I looked everywhere before posting, apologies if you have answered this somewhere. The 3AE offset is always on the s...
by Samson92
10 Jun 2020 08:45
Forum: DOS Batch Forum
Topic: Batch hex edit offset from filename
Replies: 8
Views: 9688

Batch hex edit offset from filename

For work I regularly end up with a bunch of hex files with the extension .hex, but I can have anywhere from 5 all the way up to in the hundreds. Most of the time the files will be the same, but require me to open them and edit a select set of values before saving and closing. Right now I am using HX...