Friday, February 4, 2011

gcc / g++

  • to see disassembled code in an object / library:
    objdump --source libSearch.a |grep ';'

    .
  •