If I have an abc file compiled with the flex SDK or without a .SWF file, are there any tools that will parse this file exclusively to see what it contains?
Download the free Adobe Flex SDK . Use sdk/bin/swfdump.exe.
sdk/bin/swfdump.exe
Example for Windows version:
swfdump -abc -showbytecode test.swf > abcdump.txt
This should get what you want.
abc, , , - as3abc. , abc URLLoader ABC, , (actionscript-wise)
, Apparat, . abc , .
java -jar dump.jar -input a.swf -abc
.
,
tamarin "abcdump", abc, , , . .
SWF swfdump, SWFTools, actionscript swf.
RABCDAsm can parse and reassemble ActionScript 3 bytecode.
I can only vouch for the stove. We had a huge success! See: https://github.com/whitequark/furnace-avm2
It works like a charm with raw bytecode (for example, ABC files without any SWF filter)
Josh
Source: https://habr.com/ru/post/1740793/More articles:Random complexity in OpenSSL HMAC functions - c ++The Mysql BETWEEN clause is ignored. No syntax error - phpDjango query to select a parent with non-zero children - djangoRails: provider / gems or supplier / plugins? - gitThe best way to get the user's time zone based on the area code - timezoneSaving messages in the queue in case of receiver failure - javaWinForms DataGridView - Updated Database - c #JavaFX Datagrid - flexСуществует ли какое-либо программное обеспечение для создания типа пользовательского руководства с открытым исходным кодом? - open-sourceJTable string sorting in Java 1.5 - javaAll Articles