---------------------------------------------------------------------------- -- LuaJIT x64 disassembler wrapper module. -- -- Copyright (C) 2005-2022 Mike Pall. All rights reserved. -- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This module just exports the 64 bit functions from the combined -- x86/x64 disassembler module. All the interesting stuff is there. ------------------------------------------------------------------------------ local dis_x86 = require((string.match(..., ".*%.") or "").."dis_x86") return { create = dis_x86.create64, disass = dis_x86.disass64, regname = dis_x86.regname64 }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
bc.lua | File | 6.5 KB | 0644 |
|
bcsave.lua | File | 19.29 KB | 0644 |
|
dis_arm.lua | File | 18.89 KB | 0644 |
|
dis_arm64.lua | File | 30.16 KB | 0644 |
|
dis_arm64be.lua | File | 619 B | 0644 |
|
dis_mips.lua | File | 21.49 KB | 0644 |
|
dis_mips64.lua | File | 706 B | 0644 |
|
dis_mips64el.lua | File | 717 B | 0644 |
|
dis_mipsel.lua | File | 715 B | 0644 |
|
dis_ppc.lua | File | 19.83 KB | 0644 |
|
dis_x64.lua | File | 712 B | 0644 |
|
dis_x86.lua | File | 33.03 KB | 0644 |
|
dump.lua | File | 20.3 KB | 0644 |
|
p.lua | File | 8.96 KB | 0644 |
|
v.lua | File | 5.65 KB | 0644 |
|
vmdef.lua | File | 8.1 KB | 0644 |
|
zone.lua | File | 1002 B | 0644 |
|