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
Bug Description:
The get_functions_by_name API sometimes returns no results, even though a function by that name exists.
The get_symbols_by_name API returns a single symbol, which can be non-deterministic if multiple symbols of that name exist.
Steps To Reproduce:
Open our interprocedural_alias test binary.
Run the following:
Version and Platform (required):
6419
Bug Description:
The
get_functions_by_name
API sometimes returns no results, even though a function by that name exists.The
get_symbols_by_name
API returns a single symbol, which can be non-deterministic if multiple symbols of that name exist.Steps To Reproduce:
Open our interprocedural_alias test binary.
Run the following:
Close the binary and reopen and try again:
The text was updated successfully, but these errors were encountered: