Search For Content
Search Result
1 item(s) found so far for this keyword.
Detecting Hooked Function
To avoid some actions on the system by the malware like deleted a file. Cuckoo will hook some function and performs another action instead of the original one. For example the function DeleteFileW could be hooked to avoid file deletion.
Read more