HookGG
HookGG copied to clipboard
基于Xposed的Hook GameGuardian模块
Results
1
HookGG issues
Sort by
recently updated
recently updated
newest added
输出日志中,参数LuaTable.toString()会导致RECURSION ```lua local test = { ['test'] = function() end, } local env1 = { ['test1'] = test, ['test2'] = test, } print(env1) ``` ```lua { -- table(847e8b5) ['test1'] =...
bug