lundi 1 août 2016

How can i write to a specific memory address using python?

I'm working in python in ubuntu. I have an object named packet which I don't have access to its fields. I want to somehow get its address in memory and write to an offset of that address. something like (in c): address=&packet address+=offset *address=0

any suggestions?

Aucun commentaire:

Enregistrer un commentaire