Beispiel #1
0
 def readWord(self, address):
     """Address have to be aligned!"""
     word = ptrace_peektext(self.pid, address)
     debug("Read word at %s: %s" %
           (formatAddress(address), formatWordHex(word)))
     return word
Beispiel #2
0
 def readWord(self, address):
     """Address have to be aligned!"""
     word = ptrace_peektext(self.pid, address)
     return word
Beispiel #3
0
 def readWord(self, address):
     """Address have to be aligned!"""
     word = ptrace_peektext(self.pid, address)
     return word
Beispiel #4
0
 def readWord(self, address):
     """Address have to be aligned!"""
     word = ptrace_peektext(self.pid, address)
     debug("Read word at %s: %s" % (
         formatAddress(address), formatWordHex(word)))
     return word