Coder Social home page Coder Social logo

winspy's Introduction

WinSpy++

WinSpy++ is a programmer's utility for inspecting and modifying window properties of any Windows program.

Building WinSpy

WinSpy requires Visual Studio 2010, and supports win32 and win64 builds. Use the IDE to build winspy, or the build/build.bat commandline script to build and package a zipfile for distribution

winspy's People

Contributors

m417z avatar strobejb 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  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  avatar  avatar  avatar  avatar

winspy's Issues

Error x64 version.

x64 version error access denied.

static LRESULT CALLBACK URLCtrlProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
{
PAINTSTRUCT ps;
HDC hdc;

    URLCtrl *url = (URLCtrl *)GetWindowLongPtr(hwnd, GWLP_USERDATA);
    WNDPROC oldproc = url->oldproc;

Size bloat in recent versions

The size from 1.7.1 to the current version is almost double. I assume this is mostly because of a newer compiler version but it should be investigated which switches it will still accept to keep the size down (win98? 512 alignment?).

Hi, I am here to say thank you for Catch22 blog!

Hi James Brown,
I am a self taught hobby programmer who like to play with Windows API. I like to read & learn more about windows internals. Thus I reached your blog Catch22. It seems a treasure for me. Thank you for all your effort on that blog. I created gui library with win api for 7 languages. (D, Odin, C3, Nim, Nelua, Python & Autoit). Reading the source for ReactOS was the game changer for me. It helped me lot. Keep up the good work.

Delay window acquisition option

Somewhat just like with screenshot tools, it may happen that the mere presence of your own window on the screen is enough to spoil the things you wanted to capture in the first place.
So, it would be nice if you could add (say) a 5 seconds delay option in the settings.

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.