-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround
Milestone
Description
In the following screenshot, there is a string at 0x100644c92 that is HNC_THEME_CHANGED
We can see there is an xref to it:
The string is also correctly detected:
>>> bv.get_string_at(0x100644c92)
<Utf16String: 0x100644c92, len 0x22>
But we do not create a string data variable at it
P.S.: in stable 5.0, we create void data variables at the start of the strings, which is still not the expected behavior

Metadata
Metadata
Assignees
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: LowIssues require < 1 week of workIssues require < 1 week of workImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaround