Sha256: 7167f78d74673b7228fe9d23fdc54c2617ae77d681f1e6e5d4158b4b60bf38c7

Contents?: true

Size: 619 Bytes

Versions: 3

Compression:

Stored size: 619 Bytes

Contents

----------------------------------------------------------------------------
-- LuaJIT ARM64BE disassembler wrapper module.
--
-- Copyright (C) 2005-2017 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
----------------------------------------------------------------------------
-- ARM64 instructions are always little-endian. So just forward to the
-- common ARM64 disassembler module. All the interesting stuff is there.
------------------------------------------------------------------------------

return require((string.match(..., ".*%.") or "").."dis_arm64")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
immunio-2.0.4 lua-hooks/ext/luajit/src/jit/dis_arm64be.lua
immunio-2.0.3 lua-hooks/ext/luajit/src/jit/dis_arm64be.lua
immunio-2.0.2 lua-hooks/ext/luajit/src/jit/dis_arm64be.lua