Ejemplo n.º 1
0
 def go(self, ea):
     database.go( self.get(ea) )
def go_offset(segment, offset):
    '''Go to the `offset` of the specified `segment`.'''
    seg = by(segment)
    return database.go(offset + interface.range.start(seg))
Ejemplo n.º 3
0
def go_offset(segment, offset):
    '''Go to the `offset` of the specified `segment`.'''
    seg = by(segment)
    return database.go(seg.startEA + offset)
Ejemplo n.º 4
0
 def go(self, ea):
     '''Seek the database to the specified remote address.'''
     res = self.get(ea)
     database.go(res)
Ejemplo n.º 5
0
def go_offset(segment, offset):
    '''Go to the `offset` of the specified `segment`.'''
    seg = by(segment)
    return database.go(seg.startEA + offset)
Ejemplo n.º 6
0
 def go(self, ea):
     database.go(self.get(ea))
Ejemplo n.º 7
0
 def go(self, ea):
     '''Seek the database to the specified remote address.'''
     res = self.get(ea)
     database.go(res)