Quote:
Originally Posted by twobob
okay so I found it...
../opt/factory/system_diags
rm -rf /usr/local/*
embedded in the binary... advice anyone?
|
Dumb way: edit binary with any hex editor, replace
* with
a. Or with
b. Or replace
r (in
rm) with
\0 (i.e. null byte).
(Remember about backup.)