Sign in
|
Help
ab origine ...
(this is a truncated version, please visit
http://www.shcherbyna.com
)
This Blog
Home
About
Syndication
RSS for Posts
Atom
Search
Go
Tags
disassemblers
events
faq
general
life
pingbacks
researches
reversing
security
tools
troubleshooting
News
Disclamer: These posting are provided "AS IS" with no warranties, and confers no rights.
This web-blog is maintained on my free time, and has nothing to do with my current employer.
Community
Home
Blogs
Media
Groups
Email Notifications
Go
Archives
July 2009 (1)
June 2009 (1)
October 2008 (2)
August 2008 (1)
July 2008 (2)
June 2008 (3)
May 2008 (1)
March 2008 (1)
January 2008 (2)
December 2007 (5)
November 2007 (3)
August 2007 (1)
July 2007 (1)
May 2007 (1)
December 2006 (6)
November 2006 (8)
October 2006 (3)
September 2006 (1)
July 2006 (4)
Blogroll
Volodymyr Shcherbyna weblog
Browse by Tags
All Tags
»
researches
(
RSS
)
reversing
troubleshooting
Tue, Jul 7 2009 10:25
Norton’s quality of code in drivers
Life of every driver developer is complicated by the fact that the code you write should be stable (read: bugs free) and compatible with any other third party drivers. It is very important for any driver to be bugs free, as any error in kernel leads ...
Posted by
V. S.
Filed under:
troubleshooting
,
researches
Thu, Oct 9 2008 8:46
SMB traffic not captured in TDI filter driver
Recently I met a problem in one of my TDI filters when filtering SMB traffic. The filter driver was able to see outgoing TDI_CONNECT requests to 137 and 445 ports, but during the heavy file upload there was no TDI_SEND requests issued. Please read the...
Posted by
V. S.
Filed under:
troubleshooting
,
researches
Wed, Jul 9 2008 5:01
A case of mysterious BSOD at tcpip!TcpIndicateData+22b
1. The causes Recently I was observing strange BSODs on my Vista machine quite periodically when dealing with network applications: [...] Please, read the rest of this post at http://www.shcherbyna.com/?p=117
Posted by
V. S.
Filed under:
reversing
,
researches
Thu, Jan 17 2008 19:03
Bug in MSDN: TDI_EVENT_RECEIVE_DATAGRAM & it's handler
If you ever wanted to handle TDI_EVENT_RECEIVE_DATAGRAM ( http://msdn2.microsoft.com/en-us/library/ms801156.aspx ) event handler in TDI, you would notice that it's declaration is a bit strange( http://msdn2.microsoft.com/en-us/library/ms801622.aspx...
Posted by
V. S.
|
1 comment(s)
Filed under:
troubleshooting
,
researches
Wed, Jan 16 2008 21:39
DRIVER_VERIFIER_IOMANAGER_VIOLATION in Windows Server 2003 SP2 with latest updates ON
Recently, I've received following error when trying to test my TDI filter driver on Server 2003 SP2 with latest updates ON: DRIVER_VERIFIER_IOMANAGER_VIOLATION (c9) Arguments: Arg1: 00000208, (Fatal error) This IRP is about to run out of stack locations...
Posted by
V. S.
Filed under:
troubleshooting
,
researches
Thu, Dec 20 2007 22:42
The case of Task Manager that does not kill
Quite long time ago, my friend Vadym Stetsiak described a bug of Task Manager , which allows to disallow (!) the killing of a process, if it's name is lsass.exe. In order to test this bug, you can rename any executable file into lsass.exe, run it...
Posted by
V. S.
|
2 comment(s)
Filed under:
reversing
,
troubleshooting
,
researches