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

MOS65xx: Include mos65xx.h (WIP) #4

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2022

  1. MOS65xx: Include mos65xx.h (WIP)

    Starting to build a plugin around Capstone
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    cefe490 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. MOS65xx Folder (WIP) - Crashes Build

    Step 1 - Attempt to build plugin
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    911cf01 View commit details
    Browse the repository at this point in the history
  2. MOS65xx Plugin - Init (WIP) - Crashes Build

    Started structure of Plugin
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0fa5bc7 View commit details
    Browse the repository at this point in the history
  3. MOS65xx Plugin 2 - Arch Setup (WIP)

    CS_ARCH_MOS65XX Added to plugin
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0688e4c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. MOS65xx Plugin 3 - Class Setup (WIP)

    Create a Class for MOS65xx
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    25b0456 View commit details
    Browse the repository at this point in the history
  2. MOS65xx Plugin 4 - lift function (WIP)

    Created a Lifter class
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    632348c View commit details
    Browse the repository at this point in the history
  3. MOS65xx Plugin 4 - GUI Support (FIX Build)

    Doesn't output anything throught.
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f12c34b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. MOS65xx Plugin 5 - Remove Lifter Part

    not mandatory
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    36844b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Revert "MOS65xx Plugin 5 - Remove Lifter Part"

    This reverts commit 36844b7.
    paulmcquad committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    92e4890 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. MOS65xx Plugin 6 - Emulate Part

    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    47c8c3b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. MOS65xx Plugin 6.1 - Emulate Part Branch

    Added MOS65XX_INS_BVS case
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c5c3eba View commit details
    Browse the repository at this point in the history
  2. MOS65xx Plugin 7 - Render Part

    RDRenderer_MnemonicWord API
    
    Signed-off-by: Paul McQuade <[email protected]>
    paulmcquad committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    ca2052b View commit details
    Browse the repository at this point in the history