Giter VIP home page Giter VIP logo

autostart's Introduction

该项目是仿照 TSVNCache.exe 的启动方式来实现的,
TSVNCache.exe 是通过修改注册表的一些文件关联方式,
然后当资源管理器启动时由于会加载这些文件关联方式,从而间接将我们的 DLL 加载到 Explorer.exe 进程,
此时便会通过这个 DLL 来启动进程,从而间接达到进程自动启动的目的。
至于我们的 DLL 则需要放在此路径下:C:\\AutoStartDLL.dll。
同时我们的 DLL 会启动 C:\\AutoStartExe.exe。
至于项目中生成的 AutoStart.exe 则是用来注册或者取消注册自动启动的,
注册即是将 AutoStartDLL.dll 加入到需要关联的注册表中,
取消注册即是将 AutoStartDLL.dll 从管理的注册表中删除。

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.