Update unity.js

This commit is contained in:
iddoeldor 2018-08-08 02:06:08 +03:00 committed by GitHub
parent c48e59313c
commit 6e2a8ac450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {