Questions tagged as 'processo'

0
answers

Get the Start Address of a thread from a process and terminate it individually

What I want to do is open up to check if a process is open, view the thread list, identify it by the Start Address, and end a thread specific to the process. I can do it manually by the processhacker, but I need a script for it. Itriedtomake...
asked by 17.03.2018 / 11:02
0
answers

Is it possible that a process has pending signals?

That is, is it possible for a process to continue to run in user mode even though it has signals to be addressed, and only treats them when switching from kernel mode to user mode? Or as soon as there is a signal it is interrupted and forced to...
asked by 29.11.2017 / 13:47
1
answer

How to create processes in c ++?

I have a little domain in C up to the pointers part (I'm a beginner), I have a college professor who passed a question about processes, I tried, but I do not know how to solve: Question:    Knowing that the processes generated by the...
asked by 03.10.2017 / 04:44
1
answer

pstree in c ++ program

The process tree should be shown at the beginning of the execution, at the moment in which all processes are created and at the end of the program. (pstree -s) This requirement in bold is part of the development of this code below, the code...
asked by 23.06.2017 / 21:38
1
answer

Nodejs Processes

I would like to know how to get all processes with nodejs equal to C # Process[] processlist = Process.GetProcesses(); I would like to do this in NODEJS, to return all the PIDs of the computer, not just the nodejs     
asked by 07.08.2016 / 19:34
0
answers

How to create a System Call to extract data from a process in progress? [closed]

I need to make a System Call that receives a PID as a parameter and returns the number of bytes that this process read from the standard input, from the disk, and how many bytes it wrote to the USB port. As I'm a beginner in programming for Linu...
asked by 19.11.2015 / 18:02
1
answer

Error: The system can not find the specified file [C #]

   Win32Exception (0x80004005):               The system can not find the file specified in System.Diagnostics.Process.StartWithCreateProcess (ProcessStartInfo startInfo) When trying to run a newly published program I came across this error,...
asked by 15.10.2018 / 16:24
1
answer

How to finalize the process of the executable itself with Delphi? [duplicate]

I've already posted a thread here in overflow on a problem I'm having with the TWebBrowser component, when I use it the application does not end, it stays in the windows process list, it's as if it was waiting for the ActiveX component to be r...
asked by 28.02.2018 / 22:36
1
answer

script called once, but turns two processes

I have here a script to test a background function. When squeeze is launched two processes and I do not understand why. One stops at "sleep 20", and the other runs forever. #!/bin/bash back(){ n=0 while [ 1 ] do...
asked by 23.09.2016 / 10:41
1
answer

Problem canceling a process

I asked a question previously to cancel the process of compressing files. I have 2 problems with this code, the program has the function of compressing files in pairs separately getting 2 files in each 7z, the files are bin, cue using 7z, I...
asked by 17.05.2018 / 02:10