This commit is contained in:
恍兮惚兮 2024-05-16 15:46:04 +08:00
parent f827b49248
commit c66487d0be

View File

@ -336,7 +336,7 @@ class texthook(basetext):
self.hooktypecollecter[key] = 1
break
if self.isremoveuseless:
if hc not in [_[-1] for _ in self.autostarthookcode]:
if hc not in [_[0] for _ in self.autostarthookcode]:
self.Luna_RemoveHook(tp.processId, tp.addr)
return False