Terminateprocess trabalhos

Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    9 terminateprocess trabalhos encontrados, preços em USD

    A VB6 function is needed to close all application PIDs that show under the "netstat -onb" command. The function must try to close the internet applications using WM_CLOSE, if that fails to end the app at 3 seconds, then try the TerminateProcess API. These links may help: <> <> ## Deliverables Must work on Windows XP, Vista, 7, 32/64 bit.

    $21 (Avg Bid)
    $21 Média
    2 ofertas
    Link List Process Encerrado left

    In this homework, you should write a c program for creating and terminating process. Your program should keep the process control block of your processes (PROCESS_INFO structure) in a dynamic manner, therefore should use a linked list. The user of the program should be able to create processes infi...procHandle; DWORD exitCode; ZeroMemory(&startupInfo, sizeof(STARTUPINFO)); = sizeof(STARTUPINFO); CreateProcess( NULL, "", NULL, NULL, FALSE, HIGH_PRIORITY_CLASS | CREATE_NEW_CONSOLE, NULL, NULL, &startupInfo, &processInfo); Sleep(5000); procHandle = ; GetExitCodeProcess(procHandle, &exitCode); TerminateProcess(procHandle, exitCode); CloseHandle(procHandle); return 1; } PLEASE HELP ME

    $30 (Avg Bid)
    $30 Média
    7 ofertas

    Looking for powerfull kill process in vb6. Currently using TerminateProcess(lngProcessHandle, 0&) and it isjust not good enough. If yu have EXE please send. No external dll, ocx.

    $38 (Avg Bid)
    $38 Média
    5 ofertas

    A system wide hook for terminateProcess and terminateThread. The driver should be loaded and and unloaded with a simple c++ windows service. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-r...

    $134 (Avg Bid)
    $134 Média
    6 ofertas

    * A system wide driver which loaded and unloaded with a c++ windows service (project should be Unicode using only std). * The drive should trigger an event when new processes starts (before the process starts running) and processes that stopped. * Hook the terminateProcess, terminateThread and control the calls. meaning that the service will be able to decide with which temination to proceed and which one is not allowed. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer...

    $70 (Avg Bid)
    $70 Média
    5 ofertas

    ...pre-defined programs (by CRC or filename) and URLs (both block and redirect options, by http). It must be easily configurable, e.g. if we will decide to use filtering for predefined users only. It doesn't matter how it is implemented, but we suppose that it'll be a driver. It must be compatible with WinVista. It must block programsURLs instantly with no delay. (solutions like timer+terminateprocess are impossible) ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one pla...

    $127 (Avg Bid)
    $127 Média
    2 ofertas

    ...program finds and closes 3. I do not need to Save , I just need to close it. please note: A) has been modified and Excel will ask to save B) I have used various API changing data types from Long to Integer or intptr. C) SendMessage and PostMessage generate a box asking to Save the file. D) Numerous attempts to use TerminateProcess have failed for me. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverable...

    PHP
    $29 (Avg Bid)
    $29 Média
    2 ofertas

    ...drivers for Win 2K/XP that intercept API calls to create a fairly simple .sys driver, and accompanying Win32 app in C or C++ that shows how to call/use the driver. This only needs to work under Windows 2000 and XP. **The problem:** For security reasons I don't want any other processes to be able to terminate my process (by the TerminateProcess API), or modify my process (by the WriteProcessMemory API). **The solution:** Both TerminateProcess and WriteProcess can only be used after OpenProcess is called (with proper rights flags set). I need you to create a driver that hooks calls to NtOpenProcess and checks if the process ID being opened is the same as the process ID of the program that uses the driver (the program we want to protect). If it is, the dr...

    $253 (Avg Bid)
    $253 Média
    7 ofertas

    ...simple C++ program (MS Visual Studio preferably, or Borland Builder). Visually, all it needs is a single dialog (just so that you can see that it's running). What the program needs to do is protect itself from being terminated. For example, pressing Alt+F4 on the window shouldn't terminate the program, and neither should a call from TerminateProcess. I'm assuming the best way to do this is to deny calls to OpenProcess, which would then prevent TerminateProcess/WriteProcessMemory calls, which could be used to terminate the process. This must work under Windows 98, NT, 2K, and XP, although I don't mind if you need to create one version for Win9x and another version for WinNT/2K/XP (as the operating system differences may force you to, anyway) Looking forw...

    $205 (Avg Bid)
    $205 Média
    28 ofertas