Skip to content

Handle STB_LOCAL global variables #20

Description

@elfmaster

Currently we cannot patch global variables that are locally binded. This should only take an hour or so to handle.

int foo(void)
{
      static int data_var = 5;
      printf("%d\n", data_var);
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions