FindFeebs and DumpCore
Found at Michael Hale Ligh's Security Blog :
Feebs is a DLL that hooks usermode API functions in order to hide processes, among other resources. The FindFeebs program is really just a fun example of how to use C++ vectors and process listing snapshots in order to determine what is hidden on the system
Copies of FindFeebs and DumpCore on Google Code
Feebs is a DLL that hooks usermode API functions in order to hide processes, among other resources. The FindFeebs program is really just a fun example of how to use C++ vectors and process listing snapshots in order to determine what is hidden on the system
Copies of FindFeebs and DumpCore on Google Code