Skip to content

Analysis does not create string data variable despite the presence of xref #7121

@xusheng6

Description

@xusheng6

In the following screenshot, there is a string at 0x100644c92 that is HNC_THEME_CHANGED

Image

We can see there is an xref to it:

Image

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

Image

Metadata

Metadata

Assignees

Labels

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

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions