You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated UAC to collect copies of '/proc/[pid]/exe' and their related '/proc/[pid]/fd/*' if they are shown up as being (deleted) on Linux systems. They are copied using 'dd conv=swab' tool in order to avoid UAC output file being flagged and quarantined by any antivirus tool.
I have updated UAC to collect copies of '/proc/[pid]/object/a.out' if they are shown up as being (deleted) on Solaris systems. They are copied using 'dd conv=swab' tool in order to avoid UAC output file being flagged and quarantined by any antivirus tool.
Collect copies of
/proc/<pid>/exe
or any of/proc/<pid>/fd/*
if they are shown up as being "(deleted)".Please refer to discussion #34
The text was updated successfully, but these errors were encountered: