Endless Paradigm

Full Version: Hex Editors?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
wat are hex editors any have any idea plzz cause can t seem to find clear info on them especially wat they do for psp
well check dictionary.com or google
sounds like something that edits hex...
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
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
	
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
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
there are 10 kinds of people who understand binary, those who do and those who don't
and wat can they do for the psp
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.
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
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
Pages: 1 2 3
Reference URL's