Verify Error 1030# Stack Depth Unbalanced 1 = 0.
Hi,
Iam trying to inject some code into the SWF File using an opensource Java Framework. My code is getting injected correctly. I saw this, when i tried to decompile the SWF file into which i injected the code. But there is something that needs to be handled when it comes to handling the instruction sets available inside the method where i injected the code. I just wanted to know what that 1 and 0 points to, in the below given error message.
Verify Error 1030# Stack Depth unbalanced 1 != 0.
If somebody can help me out in making me understand the 1 and 0 in the error message, i can further proceed to correct the mistake that i have done.
Thanks,
Prabakaran Srinivasan.