Click here to Skip to main content
15,890,506 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Error executing C++ project compiled with /clr flag Pin
Mark Salsbery9-Nov-11 5:37
Mark Salsbery9-Nov-11 5:37 
GeneralRe: Error executing C++ project compiled with /clr flag Pin
wubygtr9-Nov-11 9:45
wubygtr9-Nov-11 9:45 
GeneralRe: Error executing C++ project compiled with /clr flag Pin
John Schroedl16-Nov-11 1:52
professionalJohn Schroedl16-Nov-11 1:52 
GeneralRe: Error executing C++ project compiled with /clr flag Pin
wubygtr16-Nov-11 10:09
wubygtr16-Nov-11 10:09 
QuestionFreeze a program and hold execution Pin
Brandon-X120001-Nov-11 11:42
Brandon-X120001-Nov-11 11:42 
AnswerRe: Freeze a program and hold execution Pin
Richard MacCutchan1-Nov-11 23:11
mveRichard MacCutchan1-Nov-11 23:11 
AnswerRe: Freeze a program and hold execution Pin
John Schroedl2-Nov-11 2:42
professionalJohn Schroedl2-Nov-11 2:42 
GeneralRe: Freeze a program and hold execution Pin
Brandon-X120009-Nov-11 0:17
Brandon-X120009-Nov-11 0:17 
Yes I would like to know how to suspend a specific process by name or one at a time. I would also like to know if there could be anyway you could skip specific processes as well like "explorer" or "winlogin" although these a Microsoft Windows made programs, If a virus was smart it would disguise it's name like that, so how would you be able to contrast the two from a virus and the real program, maybe heuristics (to search for suspicious behavior or overuse of system resources like RAM, processor, internet bandwidth, etc.) or by it's color depth, ever notice when two processes of the same name on Microsoft Windows taskmgr the second or first process has a (*) star next to it followed by a 2, 4, 8, 16, 32 or 64 (color depths), but these are the two ways of my knowledge how to contrast the two but how to use these on programming, but I'm really hardcore on this subject and find every possible way to the best of my knowledge to predict how malicious software could use stealth.

I did read that article you recommended for me I'm still studying and trying to identify things in the code that would be useful.

And for that taskmgr thing you said


John Schroedl wrote:
I believe that AV programs suspend the process. This is the same advice Mark Russinovich gives when you see a suspicious process -- use task mgr, right-click and pick Suspend.


I did find that type of "taskmgr" so did you mean't Process Explorer? It does have the suspend process on it and was made by Microsoft. The default task manager installed on windows does not have such feature on it

see image (in URL): http://harristech.webs.com/temp/taskmanagerss1.png

so yeah I do understand what are you trying to explain, we are on the same page right?
AnswerRe: Freeze a program and hold execution Pin
jschell3-Nov-11 8:47
jschell3-Nov-11 8:47 
AnswerRe: Freeze a program and hold execution Pin
elgaabeb9-Dec-11 2:56
elgaabeb9-Dec-11 2:56 
QuestionRunning into issue of managed and unmanaged code Pin
Vijay Rajanna28-Oct-11 7:35
Vijay Rajanna28-Oct-11 7:35 
AnswerRe: Running into issue of managed and unmanaged code Pin
Mark Salsbery29-Oct-11 6:26
Mark Salsbery29-Oct-11 6:26 
Questionh Pin
rashaangel127-Oct-11 7:52
rashaangel127-Oct-11 7:52 
AnswerRe: h Pin
Richard MacCutchan27-Oct-11 22:13
mveRichard MacCutchan27-Oct-11 22:13 
AnswerRe: My vote of 1 Pin
phil.o27-Oct-11 23:58
professionalphil.o27-Oct-11 23:58 
GeneralRe: My vote of 1 Pin
Richard MacCutchan28-Oct-11 0:47
mveRichard MacCutchan28-Oct-11 0:47 
GeneralRe: My vote of 1 Pin
phil.o28-Oct-11 2:08
professionalphil.o28-Oct-11 2:08 
QuestionHow to use Callback interface from unmanaged code in Managed C++ Pin
dadagiri12322-Oct-11 0:14
dadagiri12322-Oct-11 0:14 
AnswerRe: How to use Callback interface from unmanaged code in Managed C++ Pin
Adam Roderick J26-Oct-11 21:28
Adam Roderick J26-Oct-11 21:28 
GeneralRe: How to use Callback interface from unmanaged code in Managed C++ Pin
Richard MacCutchan26-Oct-11 23:02
mveRichard MacCutchan26-Oct-11 23:02 
AnswerRe: How to use Callback interface from unmanaged code in Managed C++ Pin
Bob Ciora16-Nov-11 0:59
Bob Ciora16-Nov-11 0:59 
QuestionHow and which technology (.NET-WinForms,C++-MIDI MFC based) is the best to use for reading and writing COM Port data? Pin
glitteringsound11-Oct-11 21:55
glitteringsound11-Oct-11 21:55 
Questionprinter driver Pin
dufduf7-Oct-11 20:11
dufduf7-Oct-11 20:11 
AnswerRe: printer driver Pin
Luc Pattyn8-Oct-11 3:48
sitebuilderLuc Pattyn8-Oct-11 3:48 
Question[Need Help] some thing about output Pin
Mike@Shanghai3-Oct-11 22:58
Mike@Shanghai3-Oct-11 22:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.