mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-11 03:24:20 +01:00
908 B
908 B
Thread
Hide / Unhide thread
Description: This command allows you to hide or reveal specific threads on the system.
shadow.exe thread [hide | unhide] --tid <tid>
hide: Hide the specified thread.unhide: Unhide the specified thread.tid: The TID of the thread you want to hide or reveal.
Example of use:
shadow.exe thread hide --tid 1234
This command will hide the thread with TID 1234.
Thread Protection (Anti-Kill)
Description: This command allows you to add or remove thread protection.
shadow.exe thread protection --tid <tid> [--add | --remove]
protection: Protect the specified thread.-a / --add: Add the thread.-r / --remove: Remove the thread.tid: The TID of the thread you want to protect.
Example of use:
shadow.exe thread protection --tid 1234 --add
This command will protect the thread with TID 1234.