JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#2321 P-code source not documented
Author: user U224
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: AS1/2
State: opened Help

I see in the "P-code source" section a lot of things that I cannot find in any documents. Some examples are "SetVariable", "GetVariable", and "ConstantPool". I know there are equivalents in the AVM2 instruction list, but are there any resources that document these directly? If they are not AVM2 instructions, is there a way to find where it was defined originally?
Downloadp-code.png (39 KiB)
admin
These are AVM1 instructions - so called "Actions". They are used in ActionScript 1 and 2. You can find list of these Actions in "SWF file format specification" - you can Google that PDF document.
State: new→opened