LuaJIT bytecode decompiler

Recover LuaJIT
into readable source.

DeJITify turns LuaJIT bytecode into structured Lua, keeps your decompilation history organized, and lets you inspect or download every completed result from one dashboard.

LuaJIT v1 / v2Progressive token pricingFail-closed validation
dashboardready
sample_decompiled.lua
local function clamp(value, min, max)
    if value < min then
        return min
    elseif value > max then
        return max
    end

    return value
end

return clamp(input, 0, 100)

Dashboard

Decompile, inspect, download.

A focused interface built around the source and the job that produced it.

01

Decompiler

Add LuaJIT bytecode, review the exact token cost, and start the job when you are ready.

02

Source viewer

Open the full recovered Lua with line numbers and syntax highlighting, then download it in one click.

03

Job history

Keep previous bytecode and recovered results organized in the Dashboard Explorer.

Continue with Discord.

One Discord identity per DeJITify account.

Sign in