Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    libgbsed 0.67

    Download button

    No screenshots available
    Downloads: 358  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Ask Solem | More programs
    Perl Artistic License / FREE
    January 16th, 2009, 07:23 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    libgbsed description

    Search/Replace in binary files.

    libgbsed is a Perl module to search/replace in binary files.

    SYNOPSIS

     #include < libgbsed.h >

     // using file names.
     struct gbsed_arguments
     {
     char *search;
     char *replace;
     char *infilename;
     char *outfilename;
     int minmatch;
     int maxmatch;
     };

     typedef struct gbsed_arguments GBSEDargs;
     
     int
     gbsed_binary_search_replace(struct gbsed_arguments *)

     // using FILE*s
     struct fgbsed_arguments
     {
     char *search;
     char *replace;
     FILE *infile;
     FILE *outfile;
     int minmatch;
     int maxmatch;
     };
     typedef struct fgbsed_arguments fGBSEDargs;

     int
     gbsed_fbinary_search_replace(struct fgbsed_arguments *);

     // Error handling

     extern int
     gbsed_errno;

     const char*
     gbsed_errtostr(int);



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    search binary | replace binary | Perl module | Perl | search | replace

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM