Open nshp opened 5 months ago
This is a great suggestion. However, it is not easy to implement because right now the string list is fully managed by binja core and it cannot be changed from the API. And it can only considers strings found in the binary itself, not other ways around.
Maybe we should consider how to extend that. We should probably:
These probably need a great deal of internal discussion before we can decide what to do
When Binja recovers strings on the stack into a
__builtin_strcpy
type of thing, those strings should be added to the Strings view to be more easily searchable. You can search the IL to find them at the moment, but that's pretty slow (and not something you'd necessarily think of doing.)