From 6e2a8ac450493c0a1fde089991bd37e4a0e38e1b Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Wed, 8 Aug 2018 02:06:08 +0300 Subject: [PATCH] Update unity.js --- scripts/unity.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/unity.js b/scripts/unity.js index c7da9d3..9e5f127 100644 --- a/scripts/unity.js +++ b/scripts/unity.js @@ -1,3 +1,8 @@ +// https://github.com/freehuntx/frida-mono-api/blob/master/src/mono-api-helper.js#L21 +// https://github.com/freehuntx/frida-mono-api/blob/master/src/mono-api-helper.js#L53 +// https://github.com/freehuntx/frida-mono-api/blob/master/src/mono-api-helper.js#L34 +// https://github.com/freehuntx/frida-mono-api/blob/master/src/mono-api-helper.js#L18 + // await until Mono is loaded var awaitForCondition = function(callback) { var int = setInterval(function() {