Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
373 views

Non-HID Mouse driver on NT

I'm looking to write a custom touchpad driver for my laptop, as its support under Windows is abysmal. I have the protocol figured out and I'm ready to go ahead and implement it, but I'm a bit ...
4
votes
5answers
4k views

linuXploit_crew hit my webserver

We run an old Windows NT Machine, fully patched running IIS4.0. Today we were hit by "linuXploit_crew", and they took down our websites for a minute or two. (luckily we were quick to notice a change ...
3
votes
2answers
121 views

Can There be a Process WITHOUT an Executable-Backed Image?

After looking at various pages like OSR Online and NtInternals, it seems like NtCreateProcess (and ZwCreateProcess) specify that giving a handle to a memory section is optional! Does this mean that ...
3
votes
8answers
216 views

What's a quick way to familiarize myself with C#, .NET framework, etc?

I just graduated college and will be starting working in about a month and I was asked to familiarize myself with C++, C#, .NET framework for NT Services and web services. I'd appreciate ...
2
votes
1answer
49 views

How to use file_get_contents() to retrieve a file behind Windows NT Auth

I've got a setup in which a LAMP server needs to retrieve an output from a javascript file from another server IIS that is sitting behind Windows NT authentication. Without the authentication in ...
2
votes
2answers
86 views

How do you get Graphics in Native NT Text-Mode?

Apparently, the EASEUS Partition Master program can display graphics before the Windows GUI starts (i.e., it runs at the same time CheckDisk runs at boot). What I already know: This might require ...
2
votes
1answer
26 views

Calling SQL database and processing unit from NT services

I need to process files whenit get dropped to folder and update details in the DB. I have an NT service written which detects the file drops Questions hovering my mind: 1- Should I use this same ...
2
votes
2answers
264 views

C# How to login as a different user programmatically into a NTAuthenticated Website

Our team uses a website that uses NT Authentication. I need to point my automation scripts to that site. This needs passing the credentials of the testuser accounts to the application and not mine. ...
2
votes
2answers
274 views

Intercepting process execution in a NT driver

I have developed a driver for Windows XP which is able to monitor the execution of processes. A callback function receives the notifications using standard WDK API (PsSetCreateProcessNotifyRoutine). ...
1
vote
1answer
104 views

Convert NT file time to Win32 time

I need to convert the LARGE_INTEGER CreationTime member in this structure to the FILETIME ftCreationTime member in this structure. The times are in different formats so simply casting it does not ...
1
vote
1answer
162 views

How to save result of a sparql query on a .nt file

I want to save all triples of dbpedia films on a N-Triple file (.nt file), I take a query on dbpedia endpoint with a java application and save the result on a file, but I can not read this file and ...
1
vote
0answers
76 views

PCI instance ID format

What is the algorithm for instance ID assignment to PCI devices in Windows 2000/XP? For instance, if device instance ID is ...
1
vote
4answers
464 views

How can I convert a native (NT) pathname into a Win32 path name?

I'm working on reporting some information gleaned from native system APIs. (I know this is bad.... but I'm getting information that I can't get otherwise, and I have little issue with having to update ...
1
vote
2answers
361 views

Confirm NT username+password in ASP.NET

I want to be able to authenticate an NT username/password combination through an ASP.NET site, completely separate from the username that's recognized through Request.ServerVariables("LOGON_USER") and ...
1
vote
2answers
1k views

Retrieving the logged in user's name and hostname in Windows

I'm currently writing a Java application to be used with a Windows-Machine authed with an ActiveDirectory. The application basically only needs to know the user's name and hostname. I know there are ...
1
vote
2answers
101 views

sql server login

im writing a vb.net application which connect to a db using integrated security. however, i wanted to implement a login screen so that the user enters their NT user name and password for initially ...
1
vote
3answers
587 views

Running a J6SE app on an NT box

I need to run a Java application, which we are trying to port to Java 6, on an NT box. I manage to run java 5 on it (although not officially supported), but when I try to run java 6 I get the ...
0
votes
1answer
213 views

File System Filter Driver: Creating a Defragmenter

I've just started working on a file system filter driver that monitors for I/O writes to any file (listening for IRP_MJ_WRITE requests), and defragments the file transparently if it becomes ...
0
votes
2answers
36 views

Windows services and setting them to disable

Is there a way for an application to get notified that a specific service is set to disabled? I have a NT service and I want to "catch" this event and keep that time for later use. Any thoughts on ...
0
votes
1answer
168 views

Programmatically controlled virtual drive

How would I go about creating a virtual drive with which I can programmatically and dynamically change the contents? For instance, program A starts running and creates a virtual drive. When program ...
0
votes
4answers
969 views

NT Kernel Programming

I would like to know where to get started, or how possible it is to hook into, or patch the windows kernel(XP and up). I am specifically interested in software like McAfee Entercept, or certain ...