All Projects → diversenok → ExecutionMaster

diversenok / ExecutionMaster

Licence: GPL-3.0 License
Windows utility for intercepting process creation and assigning standard actions to program startup

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to ExecutionMaster

ph-malhide
Process Hacker 2 hiding from external applications
Stars: ✭ 17 (-68.52%)
Mutual labels:  winapi
missing
A utility library for Clojure of functions and macros that complement clojure.core
Stars: ✭ 26 (-51.85%)
Mutual labels:  utility
task-completed-checker-action
☑️ A GitHub action that checks if all tasks are completed in the pull requests.
Stars: ✭ 30 (-44.44%)
Mutual labels:  utility
po-util
Classic Edition of po-util: The Ultimate Local Particle Experience for Linux and macOS
Stars: ✭ 51 (-5.56%)
Mutual labels:  utility
vscode-jump
🏃‍♂️ Jump/Select to the Start/End of a word in VSCode
Stars: ✭ 67 (+24.07%)
Mutual labels:  utility
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (-53.7%)
Mutual labels:  utility
couchbackup
CouchDB backup and restore command-line utility.
Stars: ✭ 15 (-72.22%)
Mutual labels:  utility
SimpleCore
.NET C# common/utilities library
Stars: ✭ 11 (-79.63%)
Mutual labels:  utility
fake-sandbox
👁‍🗨 This script will simulate fake processes of analysis sandbox/VM software that some malware will try to avoid.
Stars: ✭ 110 (+103.7%)
Mutual labels:  process
chai
Don't let your Mac fall asleep, like a sir
Stars: ✭ 54 (+0%)
Mutual labels:  utility
goto
Goto - The Good Way to Program
Stars: ✭ 14 (-74.07%)
Mutual labels:  utility
PRUNE
Logs key Windows process performance metrics. #nsacyber
Stars: ✭ 56 (+3.7%)
Mutual labels:  process
codebase
The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes. The library offers a broad range of basis analysis and utility functionality and, due to its open publishing model, can easily be extended.
Stars: ✭ 26 (-51.85%)
Mutual labels:  process
dogfood
A tool for building self contained Lua executables
Stars: ✭ 26 (-51.85%)
Mutual labels:  executable
envfile
Parse and write environment files with Node.js
Stars: ✭ 42 (-22.22%)
Mutual labels:  executable
nuxt-interpolation
Nuxt.js module as directive for binding every link to catch the click event, and if it's a relative link router will push.
Stars: ✭ 38 (-29.63%)
Mutual labels:  internal
blog
Source code for the posts of my blog https://theroadtodelphi.com/
Stars: ✭ 96 (+77.78%)
Mutual labels:  winapi
oc-bootstrapper
Easily bootstrap a new October CMS project
Stars: ✭ 86 (+59.26%)
Mutual labels:  utility
Process
Creation of Dynamic Dedicated WebWorkers, definition of dependencies, promise support.
Stars: ✭ 13 (-75.93%)
Mutual labels:  process
EnhanceDiskUtility
SIMBL plugin for Disk Utility that aims to enable Verify / Repair Permissions support
Stars: ✭ 17 (-68.52%)
Mutual labels:  utility

Execution Master

Execution Master is a utility for Windows that allows you to gain more control over running any specified program regardless of who and how tried to run it. You can assign one of the several standard actions for it:

  • Ask user to confirm program execution;
  • Deny program execution and notify user;
  • Raise an error (like "access denied" or even more weird one) when somebody tries to launch the executable;
  • Always drop administrative privileges of specified program;
  • Request elevation for the program at every launch;
  • Force system not to sleep / display to be on while the selected program works;
  • Execute another program instead of the specified.

The latest version also contains shell extension:

Downloads

See releases page

  • ExecutionMaster.exe — GUI tool for configuration;
  • emc.exe — console tool for configuration;
  • Actions folder with actions executables described above.

Note: if you have x64 (aka 64-bit) version of Windows use x64 version of the program. Not all actions of x86 (aka 32-bit) Execution Master will work correctly on Windows x64.

The program was tested on Windows 7, 8 and 10. It might also work on Vista.

Key Value
Author © diversenok
Email [email protected] (English and Russian are suitable)
Compiled Delphi XE8
Version 1.10.0.0
Date Sep 30, 2018

Apparently, you should be able to compile it without any problems starting from Delphi XE2.

How it works

This software uses internal Windows mechanism that is called Image File Execution Options to intercept process creation and automatically launch a debugger for the specified program. These small utilities from Actions folder are designed to be set as such debuggers so they can perform some special activity before approving the creation of the original process.

You can find more details in the dedicated blog post:


Copyright (C) 2017-2018 diversenok

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].