GithubHelp home page GithubHelp logo

Comments (4)

SkyLined avatar SkyLined commented on May 12, 2024

Set by step implementation plan: https://support.microsoft.com/en-us/kb/178893

  1. Use EnumWindows to enumerate windows
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms633497(v=vs.85).aspx
  2. Use GetWindowThreadProcessID to get the process id for each window
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms633522(v=vs.85).aspx
  3. Ignore windows with a process id not in BugId's list of running processes.
  4. Use PostMessage or SendMessageTimeout to send WM_CLOSE to remaining windows.
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms644944(v=vs.85).aspx
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms644952(v=vs.85).aspx
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms632617(v=vs.85).aspx

from bugid.

SkyLined avatar SkyLined commented on May 12, 2024

It would make sense to implement most of the C code in Kill, so I've opened a bug at https://github.com/SkyLined/Kill/issues/1

from bugid.

SkyLined avatar SkyLined commented on May 12, 2024

Code will probably need to set a timeout using
https://github.com/SkyLined/BugId/blob/master/src/cCdbWrapper.py#L329
then after the timeout, enumerate processes in cdb.exe and do the stuff mentioned above.

from bugid.

SkyLined avatar SkyLined commented on May 12, 2024

Kill is no longer used by cBugId, but I could add the relevant APIs to mWindowsAPI and make direct calls. Since cCdbWrapper has a list of all running processes associated with the application at all times, I could close the application by sending a WM_CLOSE message to all Windows in all relevant processes without having to interrupt it in the debugger.

from bugid.

Related Issues (20)

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.