afl[?] [l*] [fcn name] list functions (addr, size, bbs, name) (see afll)

  • afl list functions
    • The columns of the afl command are offset/address, nbbs, size and name

  • afla Not documented
  • aflc 🚀 count of functions asciinema
  • aflj 🚀 list functions in json asciinema

    • aflj can be used to show the size of a function

  • Use aflj to get the name of each value in afl

  • afll list functions in verbose mode
    • 🚀 afll will display a table of functions with their address, size, nbbs, edges, min and max bound, range calls, local variables, args xrefs and more. The different colors refer to read, write and execute along with invalid and printable. asciinema

  • afllj list functions in verbose mode (alias to aflj)
  • aflq list functions in quiet mode
    • aflq only returns the offsets of all the functions

  • aflqj list functions in json quiet mode
  • afl+ print sum of sizes of all functions
  • afls sort function list by address