Skip to content

Handle STB_LOCAL global variables #20

@elfmaster

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions