shamohamin / Assembly-Debuger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assembly Debuger

This repo is simple Assembly Debuger for debuging .asm files using gdb Api in python.

start

Steps of debuging file:

  • put all your assembly files in project_dir/src/asm_src.
  • put your inputs in input.txt file which is in root location of the project.
  • then run below instructions
    cd (project folder)
    ./install.sh
  • please note that every .asm file has main label type each of them correctly.

Issues

if you have any problem with script please contact me any of this methods:

  • emailAddress: shafiee.mohamin@gmail.com
  • Issues

example

I provided some .asm files which you can test the app.

steps:

  • run ./install.sh
  • enter labels: asm_main,merge

About


Languages

Language:Python 59.9%Language:Assembly 35.2%Language:Shell 4.7%Language:C 0.2%