Sha256: 171d7721daadfa540175f382b46787dd4e34cfca1b054dafe4ac92821a76ed1d

Contents?: true

Size: 715 Bytes

Versions: 11

Compression:

Stored size: 715 Bytes

Contents

----------------------------------------------------------------------------
-- LuaJIT MIPSEL disassembler wrapper module.
--
-- Copyright (C) 2005-2016 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
----------------------------------------------------------------------------
-- This module just exports the little-endian functions from the
-- MIPS disassembler module. All the interesting stuff is there.
------------------------------------------------------------------------------

local dis_mips = require((string.match(..., ".*%.") or "").."dis_mips")
return {
  create = dis_mips.create_el,
  disass = dis_mips.disass_el,
  regname = dis_mips.regname
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
immunio-1.2.1 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.19 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.18 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.16 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.15 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.13 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.11 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.10 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.7 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.6 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua
immunio-1.1.5 lua-hooks/ext/luajit/src/jit/dis_mipsel.lua