For the complete documentation index, see llms.txt. This page is also available as Markdown.

batch

Enable/disable batch mode of operation
     batch:  0 - ida will display dialog boxes and wait for the user input
             1 - ida will not display dialog boxes, warnings, etc.
returns: old balue of batch flag

long batch(long batch);

Last updated

Was this helpful?