nospam | Tue, 20 May 2008 08:03:00 GMT |
sean | Tue, 20 May 2008 08:04:00 GMT |
nospam | Tue, 20 May 2008 08:05:00 GMT |
john | Tue, 20 May 2008 08:06:00 GMT |
john | Tue, 20 May 2008 08:07:00 GMT |
alexander | Tue, 20 May 2008 08:08:00 GMT |
doron | Tue, 20 May 2008 08:09:00 GMT |
john | Tue, 20 May 2008 08:10:00 GMT |
Question about ZwQueryDirectoryFile: The declaration of this funct is def'd as ....OUT PVOID FileInformation.... and FileInformation is said to be a pointer to a buffer... Should not this be the address of a pointer to a buffer... The returned buffer is to be freed with EXFreePool. I guess...
ZwMapViewOfSection(, NtCurrentProcess(),...); returns a pointer to the address of my section, but it in one case this is a user mode address. When I do a subsequent call of ZwWriteFile(...another file...) I am using this address as input and it crashes bugcheck C4 because of this. What I need th...
hi I try to map a region in the page file to Iter process comunicate in kernel mode. with no further commet s I'll give show the code to see if its something wrong: NTSTATUS FillPortViewClient(PPORT_VIEW ClientView) { NTSTATUS Status; HANDLE hSection,hFile,hProc; PVOID BaseAddress=NULL; LAR...
Unicode Technical Report #20 (Unicode in XML and other Markup Languages) specifies that Zero-width Joiners/ nonjoiners (ZWJ and ZWNJ) are suitable for use with in the markup. But when an xml file with the tags written in Malayalam using ZWJs (In Malayalam ZWJ is used to form certain characters)...
I've got a Zwiki instance that works just fine. If I visit it at I get a nicefeed of all the recent changes.But I don't want to reach it by URL, I want to reach itprogrammatically. How do I do that?"return self.wiki.RecentChanges()" gives an AttributeError.I've looked throught the...
Hi, I'm using the win32 reg function: ZwSetValueKey (from my driver) to set a key registered with a cluster resource. According to Microsoft documentation when a change to the local registry is made the checkpoint on the quorum is updated as well. Can I assume that the registry write and the...
Using Regmon I have watched registry operations during a process' initialization time.The weired thing is "ZwQueryKey's input handle and the result" Sometimes, ZwQueryKey uses not-yet-opened handle values and get SUCCESSFUL return value. how is this possible?(I am sure that my tests are correct,...
GreetingsI'am assuming ZwQueryInformationFile(..FileAlignmentInformation..) to always return FILE_BYTE_ALIGNMENT(0) for files opened without FILE_NO_INTERMEDIATE_BUFFERING and FILE_512_BYTE_ALIGNMENT(0x1ff) for files opened with FILE_NO_INTERMEDIATE_BUFFERING on sector size = 512but for me the...
I am using ZwQueryInformationFile to obtain the size of a binary file that contains firmware. Problem is that 3 of the files return the correct size, however two files return a file size off-by-one (-1). So currently I am just doing a cheap hack. I use StandardInformation.EndOfFile.LowPart to...
Hello I'm using ZwQueryInformationFile to retreive a file name from a file handle. So i use the FileNameInformation class. Unfortunately the filename always begins with / (for example /Windows). My question is: how am i supposed to make a difference between C:\Windows and D:\Windows?...
I have a filter driver that filters the UDF. When the UDF mounts the filter looks for certain files on the DVD to verify if it is something that I want to "filter". I use ZwOpenFile in the SetupCallback routine. This works fine except for one problem. If the last disc to be in the drive was one...
&SectionHaHi, I used shared memory object to share memory between multiple processes and a kernel mode driver. The application created the shared object using CreateFileMapping() and the driver maps it using ZwMapViewOfSection(). Application in this case is a 32bit application. Driver function...
Hello, I couldnt find the solution to this anywhere. I am writing a kernel mode driver that needs to lock a particular page of an user-mode process (since I dont have the source for this, I can't use API calls from within the user-space process) so that it doesn't get paged out. I am u...
I installed ZWiki by unpacking and putting the folder into my ZopeProducts directory. I restarted Zope and ZWiki shows up as a validproduct. However, when I actually try to add a ZWiki from the "selecttype to add" pulldown menu, I get this error:Time2006/06/22 09:05:41.911 GMT-4User Name (User I...
hi allI've had a search thro the mailing list, but can't find out how to set up zwiki so that each user's contribution to a wiki automatically shows up in a particular color, or failing that how the user themselves can change the color of their contributioni have access to a serve...