produce_lst_file

summary: produce disassembly listing for the entire file

description:

automate IDA to perform auto-analysis on a file and, once that is done, produce a .lst file with the disassembly.

Run like so:

ida -A “-S…path/to/produce_lst_file.py” <binary-file>

where:

  • -A instructs IDA to run in non-interactive mode

  • -S holds a path to the script to run (note this is a single token;

    there is no space between ‘-S’ and its path.)

level: beginner

Attributes

idb_path

lst_path

fptr

Module Contents

produce_lst_file.idb_path
produce_lst_file.lst_path
produce_lst_file.fptr