refactor: remove mentioning of TLS

This commit is contained in:
Dobin
2024-02-18 14:38:24 +00:00
parent 00f0d8d388
commit 64c03d86a8
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -97,8 +97,6 @@ def rbrunmode_str(rbrunmode):
return "change AddressOfEntryPoint"
elif rbrunmode == "2":
return "hijack branching instruction at Original Entry Point (jmp, call, ...)"
elif rbrunmode == "3":
return "setup TLS callback"
else:
return "Invalid"