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);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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