Open iwarp opened 2 days ago
not intended behaviour at all. it should output something akin to
local function ASCAAIqh()
end
local function XSEcXnYsJn()
XHRFlkrK().ASCAAIqh()
XHRFlkrK().Prop:ASCAAIqh()
end
could you send me the modules and settings you used?
I'm just testing the variable renamer only all features others disabled. --VR
The GlobalFunction() comes from outside of my project from the product I'm scripting against. There is no require statement, I'm unable to provide the module details other than some sample code
local seq = DataPool().Sequences[target]
local macro = DataPool().Macros[target]
local tc = DataPool().Timecodes[target]
local cue = DataPool().Sequences:Insert(3)
Ideally if the method isn't found in the file it should skip the rename?
indeed it should. looking into it
This may be more of a question, should the obfuscator be renaming the returns from the global functions when the name matches? The functions are external method that are not in this file i'm obfuscating.
Input Code
Output Code