Releases: gemforce-team/ANEBytecodeEditor
ANEBytecodeEditor v6.0.0
Not gonna lie I don't remember what I fixed so here's the Full Changelog: v5.0.0...v6.0.0
ANEBytecodeEditor v5.0.0
Changes AS3 namespace disambiguation to String rather than int
Also less memory leaks yay
ANEBytecodeEditor v4.1.0
Add SWFIntrospector, a low-memory-use way to get a read-only view of an SWF (including your own)
ANEBytecodeEditor v4.0.4
Fix a bug with utility pushstring instruction creator function
ANEBytecodeEditor v4.0.3
Adds some more robust error handling so unhandled exceptions don't leak into C code.
ANEBytecodeEditor v4.0.2
Adds a couple of instructions' assembly information so the assembler and disassembler don't choke on them, along with helper ASInstruction functions to build them.
ANEBytecodeEditor v4.0.1
Makes the async assembly functions not use double memory temporarily, which can cause passing the SWF back to AS3 to fail.
ANEBytecodeEditor v4.0.0
Changes the way getting traits works (setters and getters are the only possible duplicated traits) and adds utility builder functions for known instruction types and AS3 representation types that are unions in C++.
ANEBytecodeEditor v3.0.0
Changes the way labels, exceptions, and errors work to reference instructions directly, rather than using labels. This allows for easier editing of methods that contain labels.
ANEBytecodeEditor v2.1.0
Add a new interface that allows using AS3 code to directly modify internal representations of classes before final ABC synthesis.