python读取指定内存的内容

import ctypes as ct
t = ct.string_at(0x211000, 20)  # (addr, size)
print t

 最好不要用解释性语言来开发底层,一般用C。

posted @ 2015-11-10 23:10  LarryKnight  阅读(3667)  评论(0)    收藏  举报