/GetProcIdByName

A C++ program, specifically a function, for getting the ID of a process given the process name

Primary LanguageC++

GetProcIdByName

A C++ program, specifically a function, for getting the ID of a process given the process name

This Program need to be compiles with Microsoft's Visual C++ compiler. To do so, open your Developer Command Prompt for VS 20xx and navigate to where the file is and coiple it with:

    C:\Users\user\Documents\prograns\cpp\>cl memoryEditor.cpp
    Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30133 for x86
    Copyright (C) Microsoft Corporation.  All rights reserved.

    memoryEditor.cpp

    Microsoft (R) Incremental Linker Version 14.29.30133.0
    Copyright (C) Microsoft Corporation.  All rights reserved.

    /out:memoryEditor.exe
    memoryEditor.obj