02/02/2007, 09:56 AM
02/02/2007, 12:56 PM
well check dictionary.com or google
sounds like something that edits hex...
sounds like something that edits hex...
02/02/2007, 04:19 PM
Hex editors are basically file editors, but each byte is represented in hexidecimal (base 16 numbers) form. This makes it easier to manipulate binary data. For example, you may have tried to open a binary file, such as an EXE in Notepad? If you do, you may notice that there's a whole load of junk, and is basically impossible to edit. Hex editors make this task easier.
Here's a wikipedia article:
http://en.wikipedia.org/wiki/Hex_editor
Here's a wikipedia article:
http://en.wikipedia.org/wiki/Hex_editor
02/02/2007, 08:51 PM
The decimal numeral system has ten as its base. (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
hexadecimal, or simply hex, is a numeral system with a base of 16 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F)
Decimal
hexadecimal, or simply hex, is a numeral system with a base of 16 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F)
Decimal
Hexadecimal
00
=
00
01
=
01
02
=
02
03
=
03
04
=
04
05
=
05
06
=
06
07
=
07
08
=
08
09
=
09
10
=
0A
11
=
0B
12
=
0C
13
=
0D
14
=
0E
15
=
0F
16
=
10
17
=
11
03/02/2007, 07:51 AM
unhex this
%69%66%20%79%6f%75%20%63%61%6e%20%72%65%61%64%20%74%68%69%73%20%74%68%61%74%20%6d%65%61%6e%73%20%79%6f%75%20%61%63%74%75%61%6c%6c%79%20%6b%6e%6f%77%20%77%68%61%74%20%75%72%20%64%6f%69%6e%67%20%6c%6f%6c%20%3a%29%20%a%a%62%74%77%2c%20%77%68%6f%65%76%65%72%20%72%65%61%64%73%20%74%68%69%73%20%69%73%20%61%20%62%61%62%6f%6f%6e%20%3a%44%20%77%68%6f%6f%6f%68%6f%6f%68%6f%68%6f%6f
%69%66%20%79%6f%75%20%63%61%6e%20%72%65%61%64%20%74%68%69%73%20%74%68%61%74%20%6d%65%61%6e%73%20%79%6f%75%20%61%63%74%75%61%6c%6c%79%20%6b%6e%6f%77%20%77%68%61%74%20%75%72%20%64%6f%69%6e%67%20%6c%6f%6c%20%3a%29%20%a%a%62%74%77%2c%20%77%68%6f%65%76%65%72%20%72%65%61%64%73%20%74%68%69%73%20%69%73%20%61%20%62%61%62%6f%6f%6e%20%3a%44%20%77%68%6f%6f%6f%68%6f%6f%68%6f%68%6f%6f
03/02/2007, 07:53 AM
there are 10 kinds of people who understand binary, those who do and those who don't
03/02/2007, 09:52 AM
and wat can they do for the psp
03/02/2007, 04:57 PM
Some important PSP files are binary files which you can only edit with a hex editor. For instance the file containing the version info that shows in your System Info screen, you can change it to say 'Firmware Version: Pwnd PSP' instead of 'Firmware Version: 3.03' if you change the hex file (or you use the homebrew version change program that was made to make this easier). Basically, if you don't know what a hex editor is you don't need one.
03/02/2007, 05:34 PM
i think i know what you mean as in what hex editors are
when you open a file you'll see a bunch of random numbers and percents
is that what it does
when you open a file you'll see a bunch of random numbers and percents
is that what it does
03/02/2007, 05:46 PM
Just download one and open a binary file (zip, rar, exe, bin, iso, whatever)
http://www.download.com/3120-20_4-0.html...r&tag=srch
http://www.download.com/3120-20_4-0.html...r&tag=srch