Skip to content

Commit b1d5c59

Browse files
committed
Add tutorial about writing a debugger in Python
Add tutorial about "Making a low level (Linux) debugger" in Python.
1 parent 8987244 commit b1d5c59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
355355
* [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b)
356356
* [Build a Distributed Streaming System with Python and Kafka](https://scotch.io/tutorials/build-a-distributed-streaming-system-with-apache-kafka-and-python)
357357
* [Writing a basic x86-64 JIT compiler from scratch in stock Python](https://csl.name/post/python-jit/)
358+
* Making a low level (Linux) debugger
359+
* [Part 1](https://blog.asrpo.com/making_a_low_level_debugger)
360+
* [Part 2: C](https://blog.asrpo.com/making_a_low_level_debugger_part_2)
358361

359362
## Go:
360363

0 commit comments

Comments
 (0)