From b1d5c59c55804badc5f9962724ea646dec4b97a2 Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Sun, 1 Jul 2018 00:40:19 +0300 Subject: [PATCH] Add tutorial about writing a debugger in Python Add tutorial about "Making a low level (Linux) debugger" in Python. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c53b0f6..cb261e7 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b) * [Build a Distributed Streaming System with Python and Kafka](https://scotch.io/tutorials/build-a-distributed-streaming-system-with-apache-kafka-and-python) * [Writing a basic x86-64 JIT compiler from scratch in stock Python](https://csl.name/post/python-jit/) +* Making a low level (Linux) debugger + * [Part 1](https://blog.asrpo.com/making_a_low_level_debugger) + * [Part 2: C](https://blog.asrpo.com/making_a_low_level_debugger_part_2) ## Go: