Skip to content

disassemble

Description:

This function demonstrates the usage of the disassemble API.

Example:

-- Disassemble a function
local disassembly = disassemble(some_function)

print("Function disassembly: " .. tostring(disassembly))