Method: Rex::PeParsey::PeBase#relocations

Defined in:
lib/rex/peparsey/pebase.rb

#relocationsObject

Base relocations in the hizzy



1447
1448
1449
1450
1451
1452
1453
# File 'lib/rex/peparsey/pebase.rb', line 1447

def relocations
  if !_relocations_cached
    self._relocations_cache  = _load_relocations
    self._relocations_cached = true
  end
  return _relocations_cache
end