OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
es_at_hush.com
Date: Fri Nov 29 2002 - 00:05:27 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    -----BEGIN PGP SIGNED MESSAGE-----

    Dear List,

    Often we forget how the syntax to complex command line tools, such
    as objdump. Because of the difficulties surrounding memorization,
    we have created a series of useful shellscripts to automate some very
    basic processes.

    # cat es-got.sh
    #!/bin/sh
    # (C) BrainStorm - ElectronicSouls
    # 0x4553 == 0x5345 got it?
    # just made while researching stuff..
    # might be usefull for you too..

    binary=$1
    funct=$2
    obj="/usr/bin/objdump"

    echo "-+- 0x4553 -+-"

    if [ "$1" = "" ];
       then
           echo "get GOT entry of:";read binary
           if [ "$binary" = "" ];
              then
                  echo "sqeez me ?"
              exit
           fi
           echo "grab function:";read funct
           if [ "$funct" = "" ];
              then
                  echo "sqeez me ?"
              exit
           fi

           echo "-+- results:"
           $obj --dynamic-reloc $binary |grep $funct
        else
           $obj --dynamic-reloc $1 |grep $2
      exit
    fi

    #

    We are sure you can find some very useful applications for this out
    in the wild <EG>.

    The Electronic Souls Crew
    [ElectronicSouls] (c) 2002

    "Be forwarned -- the ship sails at noon."
    -----BEGIN PGP SIGNATURE-----
    Version: Hush 2.2 (Java)
    Note: This signature can be verified at https://www.hushtools.com/verify

    wlMEARECABMFAj3nA7cMHGVzQGh1c2guY29tAAoJEN5nGqhGcjltAyIAnjm4RABbNnMy
    C6bV+3mBeetCuhiPAKCIIkDseeXR2YvXfWwtt0tLgCbnZw==
    =rr1R
    -----END PGP SIGNATURE-----

    Concerned about your privacy? Follow this link to get
    FREE encrypted email: https://www.hushmail.com/?l=2

    Big $$$ to be made with the HushMail Affiliate Program:
    https://www.hushmail.com/about.php?subloc=affiliate&l=427
    _______________________________________________
    Full-Disclosure - We believe in it.
    Charter: http://lists.netsys.com/full-disclosure-charter.html