tags:

views:

35

answers:

1

Is there a way to craft a daemon process as to make it "unlistable" to a process viewer?

OR

is there a way to dynamically change a process name?

I'd like to design a security application without having to modify the firmware, if possible (yes I know about "security through obscurity"...).

+1  A: 

Is there a way to craft a daemon process as to make it "unlistable" to a process viewer?

Not from the SDK -- perhaps via your own custom firmware.

is there a way to dynamically change a process name?

Not from the SDK -- perhaps via your own custom firmware.

I'd like to design a security application without having to modify the firmware, if possible (yes I know about "security through obscurity"...).

IMHO, hiding from the OS and users is something that malware does, not something that anti-malware does.

CommonsWare
Thanks for your contribution.
jldupont