Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.1.0 #12

Merged
merged 6 commits into from
Jun 4, 2023
Merged

Release/0.1.0 #12

merged 6 commits into from
Jun 4, 2023

Commits on May 28, 2023

  1. feat(avm2): Handle the replacement of jump instructions

    When replacing a jump instruction with another one, copy the offset, and link the exit point to the new jump instruction.
    ArachisH committed May 28, 2023
    Configuration menu
    Copy the full SHA
    3f48b1a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. fix(avm2): Parsing metadata info requires the keys to be read first

    Apply sealed modifier to ASMetadata.
    Apply sealed modifier to ASItemInfo
    Remove FlashItem base class from ASItemInfo
    Remove WriteTo override method
    Remove (ABCFile, FlashReader) constructor
    Add (ABCFile, int, int) constructor for adding a key/value pair
    ArachisH committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7417cf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. feat: Add 'AS3MultinameUpgrader' type for upgrading the package, and …

    …class names of AS3 objects
    
    The upgrade process works by comparing the namespace of a trait, against the qualified name and namespace of its' container(class/instance). If the namespace of the trait does not match, the upgrader assumes that the trait carries the real package name, as well as the qualified name of the container it resides in.
    ArachisH authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    c757a1e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    1b1b9e8 View commit details
    Browse the repository at this point in the history
  2. chore!: Target .NET 7

    ArachisH committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    f00517f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8786689 View commit details
    Browse the repository at this point in the history