Garry's Mod Wiki

jit.util.traceexitstub

  number jit.util.traceexitstub( number exitno )

Description

We advise against using this. It may be changed or removed in a future update. This function was disabled due to security concerns. It will always return 0.

Grabs the address of a function based on it's trace exit number. Grabbed via jit.attach (with the texit event).

Arguments

1 number exitno
exit number to retrieve exit stub address from (gotten via jit.attach with the texit event)

Returns

1 number
exitstub trace address