u_c_taker
hacks=drama
Posts: 3,185.2011 Threads: 102
Joined: 29th Jan 2007
Reputation: -1.03084
E-Pigs: 36.7855
|
Hex Editors?
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
|
|
02/02/2007 09:56 AM |
|
michaelp
s0ny d0minator
Posts: 1,009.4190 Threads: 100
Joined: 19th Jan 2007
Reputation: -1.92737
E-Pigs: 12.5158
|
RE: hex editors
well check dictionary.com or google
sounds like something that edits hex...
|
|
02/02/2007 12:56 PM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0894
|
RE: hex editors
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
(This post was last modified: 02/02/2007 04:21 PM by ZiNgA BuRgA.)
|
|
02/02/2007 04:19 PM |
|
mezmorizingmage
Slightly Random
Posts: 34.8180 Threads: 11
Joined: 24th Jan 2007
Reputation: 1.46329
E-Pigs: 2.4246
|
RE: hex editors
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
|
|
02/02/2007 08:51 PM |
|
Ge64
Former Admin ;)
Posts: 3,163.4170 Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
|
RE: hex editors
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
|
|
03/02/2007 07:51 AM |
|
Ge64
Former Admin ;)
Posts: 3,163.4170 Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
|
RE: hex editors
there are 10 kinds of people who understand binary, those who do and those who don't
|
|
03/02/2007 07:53 AM |
|
u_c_taker
hacks=drama
Posts: 3,185.2011 Threads: 102
Joined: 29th Jan 2007
Reputation: -1.03084
E-Pigs: 36.7855
|
RE: hex editors
and wat can they do for the psp
|
|
03/02/2007 09:52 AM |
|
Ge64
Former Admin ;)
Posts: 3,163.4170 Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
|
RE: hex editors
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 04:57 PM |
|
michaelp
s0ny d0minator
Posts: 1,009.4190 Threads: 100
Joined: 19th Jan 2007
Reputation: -1.92737
E-Pigs: 12.5158
|
RE: hex editors
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
|
|
03/02/2007 05:34 PM |
|
Ge64
Former Admin ;)
Posts: 3,163.4170 Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
|
RE: hex editors
(This post was last modified: 03/02/2007 05:46 PM by Ge64.)
|
|
03/02/2007 05:46 PM |
|