Login   Register  
PHP Classes
elePHPant
Icontem

Class: Hex Editor

  Classes of De Rosa Luigi  >  Hex Editor  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Hex Editor Support forum
Base name: hexeditor
Description: Read and write files to edit their data
Related top rated classes: ,
Version: -
Required PHP version: 3.0
License: GNU General Public License (GPL)
All time users: 489 users
All time rank: 3995
Week users: 3 users
Week rank: 1841
 
  Author   Group folder image Groups   Detailed description  
  Rate classes User ratings   Trackback   Applications   Files Files  

Author

Picture of De Rosa Luigi
Name: De Rosa Luigi is available for providing paid consulting. Contact De Rosa Luigi .
Published packages: 8 Browse this author's classes Browse this author's classes
Country: Italy Italy - PHP jobs in Italy
Home page: http://luruke.com/
Age: 17
All time rank: 569
Week rank: 115

Innovation Award

PHP Programming Innovation award nominee
March 2009
Number 5
Binary files cannot be edited like text files in regular text editors because characters within certain code ranges are not printable.

This class provides a work around for editing binary files. It converts the file contents into lines of hexadecimal text, so it can be easily changed in a text editor.

The class can also convert the changed hexadecimal lines back to binary format before storing the updated binary file contents.

Manuel Lemos

Groups

Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes

Detailed description

This class can read and write files to edit their data.

It can open a file and convert its contents into a corresponding hexadecimal string representation.

The class can also rewrite the file with a hexadecimal representation string of the changed contents.

User ratings

There are not enough user ratings to display for this class.

Trackback links

Link Description
phpclasses - Innovation award March 2009 hahahah, ma non ci credo xD...

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file hex.class.php Class Main Class
Plain text file hex.php Example Example usage
Download all files: hexeditor.tar.gz hexeditor.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.