Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lunixbochs/microlathe
- Owner: lunixbochs
- License: mit
- Created: 2014-01-21T10:35:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T17:16:43.000Z (almost 11 years ago)
- Last Synced: 2024-10-04T17:31:44.048Z (3 months ago)
- Language: Python
- Homepage:
- Size: 293 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.