I have been reading about the changes made in Vista TCP/IP Stack. As usual Microsoft developers seems to be excited about it, but I am not. Looks like design vise they still have to cover a long distance but they are on right track now.
Well following are some of the changes that I will be dealing with soon and planning to get an expertise on:
1. Windows Filtering Platform: A unified filtering callback mechanism that will provide required callbacks for traffic monitoring and modification.
2. TDI Filters: On a path to deprecation. That means I need not worry about tweaking my TDI filter to support various things.
Advice for TDI developers:
a) Dont use hooking mechanism, use IoAttachDevice or other attaching mechanism. Hooking is not supported in x64 MS OS and future x32 OS, courtesy MS's PatchGuard technology.
b) Use WSK, Winsock Kernel, API in your TDI Client. Life is simple with Socket. With WSK no need to write complex TDI handling code. Well this was our BE projects: Sockets in kernel. Probably we could have donated our code to MS.... :-P
more on this later
Popular Posts
-
Had some success today hooking APIs on linux. Don't think that this is going to be a techy blog-site. Just pasting here for later refere...
-
Here are the settings that need to be done in Windows 7 for kernel debugging: 1. start cmd with admin rights 2. run bcdedit to see existi...
-
I have been reading about the changes made in Vista TCP/IP Stack. As usual Microsoft developers seems to be excited about it, but I am not. ...
-
Here is an example perl script to send email from a Linux box. VERY IMPORTAT: @ symbol in this file MUST be escaped as \@. for e.g. if y...
-
RBI has now mandated that every credit card transaction must enforce the user to enter a secure PIN pre-registered with the banks. Of cours...
-
I got a small appliance (x86 based desktop appliance) where I was installing our custom fedora 9 distribution. Everything was fine except th...
-
After a long time, I got a chance to setup Visual studio and code few things. I could setup Visual studio express edition smoothly but wh...
-
Just writing some quick notes. Its is compulsary to sign your driver with a digital certificate on Windows 7 64bit edition. In fact it is ...
-
Ideal Windows debugging setup: -------------------------------------------------------------------------- Run target OS in VMWare and run Wi...
-
Use links to use Windbg Download WinDbg as a standalone installer http://www.codemachine.com/resources.html How to setup windbg as def...
Labels
- activities (1)
- AIT (1)
- ajax (1)
- API hooking (3)
- application virtualization (1)
- attacks (2)
- College (1)
- debugging (2)
- driver development (1)
- e1000 (1)
- e1000e (1)
- express edition 2013 (1)
- Hacking (1)
- Hooking (1)
- I18N (1)
- ideas (3)
- internationalization (1)
- ipsec (1)
- L10N (1)
- LD_PRELOAD (2)
- legal (1)
- Linux (5)
- localization (1)
- MBCS (1)
- missing library (1)
- networking (1)
- NIC drivers (1)
- port forwarding (1)
- propalms network (1)
- pune (1)
- punetech (1)
- remote access (1)
- router (1)
- Security (3)
- SSL (1)
- ssl vpn (1)
- ssl vpn vs ipsec (1)
- startup (2)
- Students (1)
- TCP/IP (1)
- TDI (1)
- Two Factor Authentication (2)
- Unicode (2)
- VC (1)
- vihaan (1)
- vijender (1)
- Vista (1)
- Visual studio (1)
- vmware (2)
- web 2.0 (2)
- windows (2)
- www.vijinc.com (1)
0 comments:
Post a Comment