decompile_entry_points
summary: decompile entrypoint automatically
- description:
Attempts to load a decompiler plugin corresponding to the current architecture right after auto-analysis is performed, and then tries to decompile the function at the first entrypoint.
It is particularly suited for use with the ‘-S’ flag, for example: idat -Ldecompile.log -Sdecompile_entry_points.py -c file
level: intermediate
Functions
|
|
|
Module Contents
- decompile_entry_points.init_hexrays()
- decompile_entry_points.decompile_func(ea, outfile)
- decompile_entry_points.main()