Skip to content

MythicalMeerkat/ARMv8-Disassembler-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARMv8  Disassembler 
September 2019

Created by - Jeff Wilson : jaw291


The ARMv8 disassembler will read a binary file containing an ARM program in machine code and generate the assembly code for the ARM program. 

This program is meant to be run from a linux command line with the following syntax:

$ python team26_project1.py -i input.txt -o team26_out

-Parameters-

'team26_project1.py': The top level python file that will call the files needed to run the program
'-i': The path to your input file
'-o': The name of the output file to generate the assembly code to

To contact the creator with any questions:
Jeff Wilson - [email protected]


About

Python 3 project that translates binary instructions into ARMv8 assembly code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages