-
Notifications
You must be signed in to change notification settings - Fork 53
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
java.lang.RuntimeException: finddef #4
Comments
oh, now I see
|
Might have been an undocumented op at that time. Will take a look next Sent via mobile.
|
Great, thank you! |
From tamarin-redux source: finddef has 1 argument which is a U30 and points to a multiname in the cpool. INSTR(finddef) {
SAVE_EXPC;
u1 = U30ARG;
o1 = finddef_cache((ScriptObject**)&(*env->abcEnv()->finddefTable())[(uint32_t)u1],
&aux_memory->methodFrame);
*(++sp) = o1->atom();
NEXT;
} Looks like the usual optional namespaces for the multiname (in case it is a MutlinameL) which might be on the stack and resulting is the object for whatever finddef returns. |
hi guys, hi joa, |
Thank you for your great tools! I always use them.
I've caught an error, and can't to process my swf
stripper, scala 2.9.2
The text was updated successfully, but these errors were encountered: