Foone🏳️⚧️ on Nostr: reverse engineers: when you are reversing a program and labeling functions, do you ...
reverse engineers:
when you are reversing a program and labeling functions, do you ever see a function that's like clearly a string-compare but you don't need to take the time to specifically figure out if it's EXACTLY one, or it just does the same?
Do you have a naming convention you use for that? I run into this so much but can never figure out what to call them.
string_compare_something? strcmp_ish? probably_strcmp?
when you are reversing a program and labeling functions, do you ever see a function that's like clearly a string-compare but you don't need to take the time to specifically figure out if it's EXACTLY one, or it just does the same?
Do you have a naming convention you use for that? I run into this so much but can never figure out what to call them.
string_compare_something? strcmp_ish? probably_strcmp?