|
You are here |
blog.hakril.net | ||
| | | | |
pwn.win
|
|
| | | | | A while ago I was browsing the Python bug tracker, and I stumbled upon this bug - memoryview to freed memory can cause segfault. It was created in 2012, originally present in Python 2.7, but remains open to this day, 10 years later. This piqued my interest, so I decided to take a closer look. | |
| | | | |
tenthousandmeters.com
|
|
| | | | | Have you ever wondered what python does when you run one of your programs? $ python script.py This article opens a series which seeks to answer... | |
| | | | |
blog.m-ou.se
|
|
| | | | | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen. | |
| | | | |
akaptur.github.com
|
|
| | | Last week at Hacker School I did a quick presentation on python bytecode and the dis module. The disassembler is a very powerful tool with a gentle ... | ||