Skip to content

obfus to replaces wrong variables #8

@fentas

Description

@fentas
local s="asd"
# will be replace to
# local a21=asd

# then somewhere else
local args="dsds"
# will be replaced to
# local arga21="asd"

Regex is not restrictive enough.

System information

Argsh version: 0.0.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions