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

Connected Jakstab to the Capstone library to replace Jakstab's dissembler component #8

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

Commits on Jul 18, 2017

  1. Configuration menu
    Copy the full SHA
    3f99dc4 View commit details
    Browse the repository at this point in the history
  2. Added Capstone and JNA jars

    Dmium committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    84cb98e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b07ac7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25abaa5 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    4bb9357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c4a9f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    887317e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Configuration menu
    Copy the full SHA
    f4ba4cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a274e01 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    eb74981 View commit details
    Browse the repository at this point in the history
  2. Begun removing unused classes

    Dmium committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    6d2a484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93dd7ff View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. did some more cleaning up and begun work on fixing mem edge cases bef…

    …ore cleaning mem operand parsing
    Dmium committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    dbe5332 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Cleaned up some more. Memory operand parsing is cleaner and more conv…

    …incing now. Added a small hack to deal with the lock prefix must replace later.
    Dmium committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    4148407 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. more cleaning. rebuilt capstone

    Dmium committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    d6448bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cba168 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Configuration menu
    Copy the full SHA
    62425d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    801e121 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Updated Architecture.java, X86Registers and X86SegmentRegisters to wo…

    …rk with new capstone values. Fixed a typo breaking memory operands (again)
    Dmium committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    e8b36f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Fixed registers using old Jakstab numbers. Now using Capstone numbers…

    …. Removed InstructionDecoder. Cleaned AbstractInstruction.
    Dmium committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    0767667 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Updated jackstab script

    Dmium committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    1e525b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Configuration menu
    Copy the full SHA
    7d3ad5a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Configuration menu
    Copy the full SHA
    7b6fac3 View commit details
    Browse the repository at this point in the history
  2. More cleaning. Code sticking a bit closer to convention. Deleted some…

    … more unneeded methods
    Dmium committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    e9d961d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Configuration menu
    Copy the full SHA
    bc8d561 View commit details
    Browse the repository at this point in the history