Skip to content

Releases: gemforce-team/ANEBytecodeEditor

ANEBytecodeEditor v6.0.0

15 Sep 17:35
Compare
Choose a tag to compare

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

11 Feb 06:05
Compare
Choose a tag to compare

Changes AS3 namespace disambiguation to String rather than int
Also less memory leaks yay

ANEBytecodeEditor v4.1.0

06 Feb 22:49
Compare
Choose a tag to compare

Add SWFIntrospector, a low-memory-use way to get a read-only view of an SWF (including your own)

ANEBytecodeEditor v4.0.4

31 Jan 04:16
Compare
Choose a tag to compare

Fix a bug with utility pushstring instruction creator function

ANEBytecodeEditor v4.0.3

10 Nov 17:53
Compare
Choose a tag to compare

Adds some more robust error handling so unhandled exceptions don't leak into C code.

ANEBytecodeEditor v4.0.2

09 Nov 18:54
Compare
Choose a tag to compare

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

07 Nov 21:34
Compare
Choose a tag to compare

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

07 Nov 20:01
Compare
Choose a tag to compare

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

02 Nov 22:18
Compare
Choose a tag to compare

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

01 Nov 18:12
Compare
Choose a tag to compare

Add a new interface that allows using AS3 code to directly modify internal representations of classes before final ABC synthesis.