Can someone recommend which book I use to learn about hex editing
Hex Workshop Hex Editor
www.hexworkshop.com/ The Professional Hex and Sector editor for Windows. Try it now!
Manuscript Editors
www.thewordprocess.com/ Thoughtful review by longtime editors & published novelists
Learn How To Edit
www.ask.com/Learn+How+To+Edit Search for Learn How To Edit. Look Up Quick Results now!
Hex Editor - Download
www.ultraedit.com/Hex-Editor Manipulate binary files the easy way. Download now!
Comments:
hex edit
0 is the most important # 0 =something & nothing eg.0 10 20 30 40..must be able to have a value of nothing
0
1
2
3
4
5
6
7
8
9
a=10
b=11
c=12
d=13
e=14
f=15
=the format for hexidecimal.
not an efficiant compression, but easy to under stand.
mathmatical sulution as follows
number follow as 10=16 20=32 30=48 ect2222.
(2161616) + (21616) (216) 2=8192+512+32+2=8738 2222=8738
a7df
(10161616)(71616)(1316)+15=15360+1792+208+15=15755 a7df=15755
be09
(11161616)+(1416*16)+0+9 =bla bla bla bla, who cares eg #0 is important
the numeric value =the commandline you are at :to know the numeric value this way has no value:as long as you know the value of a,b,c,d,e,f,0-9,you can tell
just by looking at it which value is higher or lower
this 16 digit format is also used for the comand line
eg.
48=H
68=h
69=i
70=j
7a=k
7b=l
7c=m
and on and on for text and programing code
