Coder Social home page Coder Social logo

diversenok / executionmaster Goto Github PK

View Code? Open in Web Editor NEW
71.0 18.0 18.0 209 KB

Windows utility for intercepting process creation and assigning standard actions to program startup

License: GNU General Public License v3.0

Pascal 100.00%
windows winapi utility ifeo execution interception executable process internal tool

executionmaster's Introduction

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/>.

executionmaster's People

Contributors

diversenok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

executionmaster's Issues

Launch process silently

Hello, can u please make a small tool for silent start a process with the debug flag so I can bypass IFEO
(need it for automation)

Readme.md: ...Source on GitHub...

не совсем логично делать в проекте на Гитхабе ссылку на этот же проект на Гитхабе ;)

Call With Another Arguments

Hi,
I found your program and is very cool :) So thanks so much !!!
But I have a question: Is it possible to have the same program executed as it should originally but with some arguments added?
To explain it more, I need to add debug arguments to javaw.exe to be able to run something in debug mode.
It's called from one process like this: javaw.exe --lots-of-original-arguments.
what I need to do is to intercept javaw.exe with your tool and do this:
javaw.exe --few-added-arguments --lots-of-original-arguments.

And actually, to say exactly what are those arguments of mine, I want to call it like this:
javaw.exe -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 --lots-of-original-arguments

Is it possible?
Thanks so much!!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.