# File lib/rex/exploitation/opcodedb.rb, line 634 def modules(filter = {}) request('modules', filter).map { |ent| ImageModule.create(ent) } end