A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #18540  by delphifocus
 Fri Mar 15, 2013 1:02 pm
hu3167343 wrote:
delphifocus wrote:
hu3167343 wrote:AntiSpy 1.2 released

Change Log:
Add:
1.Show process list as a process tree.
2.Kill process tree.

Modify:
1.Fixed several bugs.

Download: http://antispy.googlecode.com/files/AntiSpy1.2.zip
attachment:
AntiSpy1.2.zip
2013-03-07_102330.png
It didn't open source?
Not yet, but maybe open source in the future.
We hope so :)
 #18544  by myodyne
 Fri Mar 15, 2013 9:18 pm
Thanks for your work.

I will download it asap and test it.


By the way what makes it different from the rest of the existing tools?
Any new concept or implementing idea?
 #18556  by hu3167343
 Sun Mar 17, 2013 9:06 am
EP_X0FF wrote:Hello,

your tool added to List of Anti-Rootkits.

On Windows 7 driver tab is empty. Didn't checked other Windows.

Regards.
Dear EP_X0FF, Can you help me to test the driver tab about new version of AntiSpy in your win7 system ?
In my computer and virtual machine, It can not reappear.

Thanks a million.
 #18557  by EP_X0FF
 Sun Mar 17, 2013 12:43 pm
Attach new version and I will do the test.
 #18564  by EP_X0FF
 Mon Mar 18, 2013 3:23 am
Almost every tab is empty now. Put some debug output to see what's wrong.
 #18565  by hu3167343
 Mon Mar 18, 2013 3:32 am
EP_X0FF wrote:Almost every tab is empty now. Put some debug output to see what's wrong.
Is the driver loaded?
 #18566  by EP_X0FF
 Mon Mar 18, 2013 3:42 am
hu3167343 wrote:
EP_X0FF wrote:Almost every tab is empty now. Put some debug output to see what's wrong.
Is the driver loaded?
Yes
Code: Select all
lkd> !object \Driver\AntiSpy
Object: 84ab54d0  Type: (83a29de8) Driver
    ObjectHeader: 84ab54b8 (new version)
    HandleCount: 0  PointerCount: 3
    Directory Object: 8744b828  Name: AntiSpy
lkd> dt nt!_DRIVER_OBJECT 84ab54d0
   +0x000 Type             : 0n4
   +0x002 Size             : 0n168
   +0x004 DeviceObject     : 0x84c099f0 _DEVICE_OBJECT
   +0x008 Flags            : 0x12
   +0x00c DriverStart      : 0x95e3f000 Void
   +0x010 DriverSize       : 0x3c000
   +0x014 DriverSection    : 0x85065f88 Void
   +0x018 DriverExtension  : 0x84ab5578 _DRIVER_EXTENSION
   +0x01c DriverName       : _UNICODE_STRING "\Driver\AntiSpy"
   +0x024 HardwareDatabase : 0x82974250 _UNICODE_STRING "\REGISTRY\MACHINE\HARDWARE\DESCRIPTION\SYSTEM"
   +0x028 FastIoDispatch   : (null) 
   +0x02c DriverInit       : 0x95e7703e     long *** ERROR: Module load completed but symbols could not be loaded for \??\C:\antispy\AntiSpy.sys
 AntiSpy+3803e
   +0x030 DriverStartIo    : (null) 
   +0x034 DriverUnload     : 0x95e40088     void  +0
   +0x038 MajorFunction    : [28] 0x95e40006     long  +0
Perhaps exe failed to open it - there is no handle for this device inside antispy.
 #18568  by EP_X0FF
 Mon Mar 18, 2013 6:05 am
No message, tabs empty, no handle to device. Put some dbgprints/ods so we can trace loading process.