iGio90 / ucdwarf

Unicorn emulator plugin for Dwarf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ucdwarf

integrate unicorn emulator into dwarf.

Installation

cd ~/.dwarf/plugins/

git clone https://github.com/iGio90/ucdwarf

~~~

# make sure unicorn is installed:
pip3 install unicorn

Features

  • panel with emulator and console
  • visual widgets for executed instructions, registers and memory accesses
  • options
Dwarf - Copyright (C) 2019 Giovanni Rocca (iGio90)

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>

About

Unicorn emulator plugin for Dwarf

License:GNU General Public License v3.0


Languages

Language:Python 98.6%Language:JavaScript 1.4%