示例#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))
示例#3
0
def go_offset(segment, offset):
    '''Go to the `offset` of the specified `segment`.'''
    seg = by(segment)
    return database.go(seg.startEA + offset)
示例#4
0
 def go(self, ea):
     '''Seek the database to the specified remote address.'''
     res = self.get(ea)
     database.go(res)
示例#5
0
def go_offset(segment, offset):
    '''Go to the `offset` of the specified `segment`.'''
    seg = by(segment)
    return database.go(seg.startEA + offset)
示例#6
0
 def go(self, ea):
     database.go(self.get(ea))
示例#7
0
 def go(self, ea):
     '''Seek the database to the specified remote address.'''
     res = self.get(ea)
     database.go(res)