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
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
This would be similar to how IDA Pro handles duplicate function names. Right now it skips duplicates when applying function names with the following message:
": can't rename byte as 'Reset7API' because the name is already used in the program."
The user should be offered the chance to apply the name with an added numerical suffix. This number could be incremented each time the same name is applied to a function.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This would be similar to how IDA Pro handles duplicate function names. Right now it skips duplicates when applying function names with the following message:
": can't rename byte as 'Reset7API' because the name is already used in the program."
The user should be offered the chance to apply the name with an added numerical suffix. This number could be incremented each time the same name is applied to a function.
The text was updated successfully, but these errors were encountered: