|
How can I check that if a process is running or not ? OpenProcess() failed to detect if a process is running via given PID. Does anyone have idea to do the check by win32 api? ... 24 Apr 2008 10:15
Problem while getting file size from IFilter for a .doc file Hi Dear, I am trying to index metadata for doc file for indexing purpose using IFilter implementation. I have the OffFilter.dll which implements IFilter for office documents like ..doc etc. I am able to load the filter but the problem is it is only retrieving the contents of the file. I want other data like ... 23 Apr 2008 05:08
How to Hook ZwReadVirtualMemory and ZwWriteVirtualMemory I have tried do it by "simple" ways, but when I need link my driver with ntdll.lib it doesn't load anymore. I need find a simple or complex way to do it. Thanks in advance! Nicol�s ... 24 Apr 2008 00:29
Writing to a file being copied Hi I have an application which regularly updates some files on the network. At the same time other users on the network may decide to copy the files locally. Of course, if the application tries to write to a file that is being copied, it will fail. To solve that problem I'm writing to a temporary file and then I cal... 23 Apr 2008 11:43
CreateProcess and Sandboxing Can I get some "basic" pointers on beginning on the idea to "sandbox" a process started via CreateProcess()? By sandbox, I mean, running the process from within a specific secured folder and it is 100% restricted from do any system or write stuff except what we tell it can do which amounts to only: - ru... 23 Apr 2008 08:32
table of waitable timers - utility to view? evgen...(a)gmail.com Mar 26 2007, 3:00 pm I have a strange problem - my computer with windows XP wakes up from hibernation at some apparently random times, occasionaly at night. I like to have ability to wake up the PC from ACPI S4 because I have BeyondTV and I want to do automatic recordings. But there are m... 22 Apr 2008 20:25
Copy dll's Exports table to another dll Hi, Is there a way to copy a dll's exports table to another dll? This is what i want : a.dll exports: a() b() b.dll exports c() d() I want a.dll to also export c() and d() functions. In these function's body, i'll call b.dll original functions c() and d() (using GetProceAddress). Thanks ... 24 Apr 2008 04:28
How to dump system service dispatch table? Greeting, I know how to dump IDT with !idt -a command in kernel debugger. But how can I dump SSDT, e.g. KeServiceDescriptorTable which is located in ntoskrnl? I think I can do it programmatically with an undocumented method KeServiceDescriptorTable exported by NTOSKRNL. So my first question is, would you writ... 25 Apr 2008 02:58
/LARGEADDRESSAWARE LAA Hi Everyone, We have a 32bit windows application, which is running out of addressable memory. I know on windows we have a 2GB address space for application and 2GB for operating system. I also heard that by using /LARGEADDRESSAWARE linker flag we can extend the addressable space to 4GB on 64bit OS. My quest... 22 Apr 2008 14:49
Memory caching question Hi all, I have a vendor who supplies an application that provides shared memory services. This vendor discovered that his application performed poorly under Windows Vista. When I asked him why, this is the answer that he gave me: --- Vista seems to have changed the way memory caching is handled. Under XP w... 22 Apr 2008 04:44 |