Decompiler
Add LuaJIT bytecode, review the exact token cost, and start the job when you are ready.
LuaJIT bytecode decompiler
DeJITify turns LuaJIT bytecode into structured Lua, keeps your decompilation history organized, and lets you inspect or download every completed result from one dashboard.
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
A focused interface built around the source and the job that produced it.
Add LuaJIT bytecode, review the exact token cost, and start the job when you are ready.
Open the full recovered Lua with line numbers and syntax highlighting, then download it in one click.
Keep previous bytecode and recovered results organized in the Dashboard Explorer.
One Discord identity per DeJITify account.