Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError: identifier 'i' undefined #5

Open
dwj1210 opened this issue Aug 6, 2020 · 0 comments
Open

ReferenceError: identifier 'i' undefined #5

dwj1210 opened this issue Aug 6, 2020 · 0 comments

Comments

@dwj1210
Copy link

dwj1210 commented Aug 6, 2020

error:
Snipaste_2020-08-06_11-13-36

code at /raptor_frida_ios_autoIntercept.js:66

your code:

				// print args
				for (i = 0; i < argCount; i++) {
					printType("\narg " + (i + 1) + " type:\t", args[i + 2]);
					printValue("arg " + (i + 1) + " value:\t", args[i + 2]);
				}

changed code:

				// print args
				for (var i = 0; i < argCount; i++) {
					printType("\narg " + (i + 1) + " type:\t", args[i + 2]);
					printValue("arg " + (i + 1) + " value:\t", args[i + 2]);
				}

frida version:
12.7.5

iOS version:
11.1

end:
Sorry, my English is not very good, hope you can understand this issue, welcome to email me: [email protected]
Look forward to hearing from you~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant