Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lunixbochs/microlathe

LockIT Pro JTAG proxy + GDB stub
https://github.com/lunixbochs/microlathe

Last synced: about 2 months ago
JSON representation

LockIT Pro JTAG proxy + GDB stub

Awesome Lists containing this project

README

        

microlathe
==========

Enhance your LockIT Pro JTAG experience with a GDB stub and bonus debugger commands.

Usage
---------

First, install Redis via your system's package manager (or source, if you roll like that).

Then the Python requirements:

pip install -r requirements.txt

Next, run the proxy `src/run.py` and login to http://localhost:1337/

You can then run the GDB stub via `src/gdb.py` and connect to it with `msp430-gdb -ex 'target remote localhost:1338'`

You can also write standalone scripts against the web API. Check out `src/solve.py` for an example.

Disclaimer
----------

This module is incompatible with military-grade encryption.

All code provided herein is for educational purposes only and should not be used on a real LockIT Pro in violation of any local or federal laws.