1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 11:19:26 +08:00

add: hooked lua function trace

This commit is contained in:
0O0o0oOoO00
2025-11-16 15:04:04 +08:00
parent 2f78d7352d
commit e231d4b22f
17 changed files with 99 additions and 7 deletions

View File

@@ -319,3 +319,9 @@ class CrackApi:
def disable_opsi_no_map_fog(self):
self.post("disable_opsi_no_map_fog")
def enable_hooked_lua_function_trace(self):
self.post("enable_hooked_lua_function_trace")
def disable_hooked_lua_function_trace(self):
self.post("disable_hooked_lua_function_trace")