Skip to content

Releases: gemforce-team/ANEBytecodeEditor

ANEBytecodeEditor v6.0.0

Choose a tag to compare

@piepie62 piepie62 released this 15 Sep 17:35

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

Choose a tag to compare

@piepie62 piepie62 released this 11 Feb 06:05

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

ANEBytecodeEditor v4.1.0

Choose a tag to compare

@piepie62 piepie62 released this 06 Feb 22:49

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

ANEBytecodeEditor v4.0.4

Choose a tag to compare

@piepie62 piepie62 released this 31 Jan 04:16

Fix a bug with utility pushstring instruction creator function

ANEBytecodeEditor v4.0.3

Choose a tag to compare

@piepie62 piepie62 released this 10 Nov 17:53

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

ANEBytecodeEditor v4.0.2

Choose a tag to compare

@piepie62 piepie62 released this 09 Nov 18:54

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

Choose a tag to compare

@piepie62 piepie62 released this 07 Nov 21:34

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

Choose a tag to compare

@piepie62 piepie62 released this 07 Nov 20:01

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

Choose a tag to compare

@piepie62 piepie62 released this 02 Nov 22:18

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

Choose a tag to compare

@piepie62 piepie62 released this 01 Nov 18:12

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