Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    ...
    #$symref -= 0x74000;
    
    printf "%s : %4x \n",$symbol,$symref;
    
  2. or download this
    int search(char *pattern)
    {
    ...
    
    return(addr);
    }
    
  3. or download this
    $ ./lib.pl system 
    system : 0x400c52f0 
    ...
    printf : 0x400d0d44 
    $ ./libcs -s printf 
    printf: 0x4005cd44