GithubHelp home page GithubHelp logo

injectproj's Introduction

实验环境:64位 windows7 开发环境:VS2013 文件要求:请把第三题程序(更名为3.exe)和makeDLL.dll放到C盘根目录下 完成时间: 2018.4.9 存在问题:DLL注入后没有释放,需要手动关闭explorer.exe以关闭DLL,否则只能测试一遍

本程序是根据以下几个参考综合修改的(DLL程序工程省略,其主要三行内容之后给出):

所使用的DLL主要程序代码:

MessageBox(NULL, TEXT("我是被注入的DLL,即将执行第三题程序(C:\\3.exe),请关闭杀毒软件提示"), TEXT("提醒"), MB_OK);

ShellExecuteA(NULL, "open", "C:\\3.exe", NULL, NULL, SW_SHOWNORMAL);

MessageBox(NULL, TEXT("执行完毕"), TEXT("提醒"), MB_OK);

injectproj's People

Contributors

dljgs1 avatar

Watchers

James Cloos avatar  avatar

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.