1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 21:33:38 +00:00

Improved privilage excalation

This commit is contained in:
Ylian Saint-Hilaire
2018-09-05 12:05:42 -07:00
parent 3c80473a94
commit e33dc215b8
2 changed files with 91 additions and 5 deletions

View File

@@ -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;