diff --git a/ohaux.lua b/ohaux.lua index ff03fd05..cabaf453 100644 --- a/ohaux.lua +++ b/ohaux.lua @@ -4,7 +4,7 @@ local getGc = getgc local getInfo = debug.getinfo or getinfo local getUpvalue = debug.getupvalue or getupvalue or getupval local getConstants = debug.getconstants or getconstants or getconsts -local isXClosure = is_synapse_function or issentinelclosure or is_protosmasher_closure or is_sirhurt_closure or checkclosure +local isXClosure = is_synapse_function or issentinelclosure or is_protosmasher_closure or is_sirhurt_closure or istempleclosure or checkclosure local isLClosure = islclosure or is_l_closure or (iscclosure and function(f) return not iscclosure(f) end) assert(getGc and getInfo and getConstants and isXClosure, "Your exploit is not supported") @@ -48,4 +48,4 @@ end aux.searchClosure = searchClosure -return aux \ No newline at end of file +return aux