You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding support for other format of symbols dumped by `objdump --syms` in
the `ls_parse.py` script. Before, only the format for ELF based files
was supported. See `man objdump` (look for `--syms`) for a description
of the formats.
Without the support for all formats, a CBMC's build may crash due to
unexpected lines from `objdump --syms`.
0 commit comments