mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-10 21:33:38 +00:00
Improved privilage excalation
This commit is contained in:
@@ -26,7 +26,7 @@ function event_switcher_helper(desired_callee, target)
|
||||
{
|
||||
args.push(arguments[i]);
|
||||
}
|
||||
func.target.apply(func.desired, args);
|
||||
return (func.target.apply(func.desired, args));
|
||||
};
|
||||
this.func.desired = desired_callee;
|
||||
this.func.target = target;
|
||||
|
||||
Reference in New Issue
Block a user