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
Looks like sigkit should probably be fixed. Replace func.symbol.aliases with:
func.view.get_symbols(func.symbol.address, 1)
Except it looks like info.aliases is expecting a list of strings and the code above will yield symbol objects. Just need to extract the name from each object as well.
Exception thrown due to using removed API: https://github.com/Vector35/sigkit/blob/master/compute_sig.py#L242
API commit removing
Symbol.aliases
property: Vector35/binaryninja-api@ccc46ee#diff-be75236b09e0ec25f6e7192bfcb0d69ef8467d6efa8bed2161108cf4e57559bcTemp. workaround of
info.aliases = [] #
, proper fix ???The text was updated successfully, but these errors were encountered: