Esempio 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))
Esempio 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)
Esempio n. 4
0
 def go(self, ea):
     '''Seek the database to the specified remote address.'''
     res = self.get(ea)
     database.go(res)
Esempio 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)
Esempio n. 6
0
 def go(self, ea):
     database.go(self.get(ea))
Esempio n. 7
0
 def go(self, ea):
     '''Seek the database to the specified remote address.'''
     res = self.get(ea)
     database.go(res)