All Projects → Therena → FindTheStupidWindow

Therena / FindTheStupidWindow

Licence: Apache-2.0 license
Windows API hooking project to log all the windows / UIs with the exact timestamp when they are opened.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to FindTheStupidWindow

React Native Simple Dialogs
⚛ Cross-platform React Native dialogs based on the Modal component
Stars: ✭ 218 (+1576.92%)
Mutual labels:  popup
DbgChild
Debug Child Process Tool (auto attach)
Stars: ✭ 221 (+1600%)
Mutual labels:  hooking
Open.WinKeyboardHook
A simple and easy-to-use .NET managed wrapper for Low Level Keyboard hooking.
Stars: ✭ 20 (+53.85%)
Mutual labels:  hooking
Dropdownmenukit
UIKit drop down menu, simple yet flexible and written in Swift
Stars: ✭ 246 (+1792.31%)
Mutual labels:  popup
Ampoptip
An animated popover that pops out a given frame, great for subtle UI tips and onboarding.
Stars: ✭ 2,854 (+21853.85%)
Mutual labels:  popup
SHPopup
A lightweight library for popup view
Stars: ✭ 36 (+176.92%)
Mutual labels:  popup
Stpopuppreview
An alternative peek preview for non 3D Touch devices. Inspired by Instagram.
Stars: ✭ 202 (+1453.85%)
Mutual labels:  popup
FloatOnKeyboardLayout
The Android layout (ViewGroup) which auto push up when soft keyboard popups。 当软键盘弹出时,界面自动上浮,使界面不会被软键盘遮挡
Stars: ✭ 36 (+176.92%)
Mutual labels:  popup
Semantic Ui
Semantic is a UI component framework based around useful principles from natural language.
Stars: ✭ 49,729 (+382430.77%)
Mutual labels:  popup
jpopup
Simple lightweight (<2kB) javascript popup modal plugin
Stars: ✭ 27 (+107.69%)
Mutual labels:  popup
Django Bootstrap Modal Forms
A Django plugin for creating AJAX driven forms in Bootstrap modal.
Stars: ✭ 244 (+1776.92%)
Mutual labels:  popup
Lnpopupcontroller
LNPopupController is a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.
Stars: ✭ 2,807 (+21492.31%)
Mutual labels:  popup
flycheck-popup-tip
Display Flycheck error messages using popup.el
Stars: ✭ 30 (+130.77%)
Mutual labels:  popup
Stpopup
STPopup provides STPopupController, which works just like UINavigationController in popup style, for both iPhone and iPad. It's written in Objective-C and compatible with Swift.
Stars: ✭ 2,517 (+19261.54%)
Mutual labels:  popup
LSDialogViewController
Custom Dialog for iOS written in Swift
Stars: ✭ 74 (+469.23%)
Mutual labels:  popup
Spstorkcontroller
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Stars: ✭ 2,494 (+19084.62%)
Mutual labels:  popup
PolishAnnoyanceFilters
Polskie Filtry Elementów Irytujących ukrywają i blokują wyskakujące okienka, widgety, newslettery, powiadomienia push, strzałki, niezgodne z tematem artykułów otagowane linki wewnętrzne i inne drażniące elementy (Polskie Filtry RODO-Ciasteczkowe są już w nich zawarte).
Stars: ✭ 45 (+246.15%)
Mutual labels:  popup
vercel-toast
💬 Framework-agnostic vercel design's toast component (≈1KB Gzipped)
Stars: ✭ 67 (+415.38%)
Mutual labels:  popup
vue-modal
Reusable Modal component, supports own custom HTML, text and classes.
Stars: ✭ 29 (+123.08%)
Mutual labels:  popup
react-layer-stack
Layering system for React. Useful for popover/modals/tooltip/dnd application
Stars: ✭ 158 (+1115.38%)
Mutual labels:  popup

Find The Stupid Window

CodeQL

Windows API hooking project to log all the windows / UIs with the exact timestamp when they are opened.


Why someone would do this?

Maybe a stupid story but it happend exactly like this... I was working on my PC and from time to time there was a window poping up. This window was just showing up some milliseconds till it was gone again. Just the right time to annoy me but not long enough that I could find out what it is about. This is why I started this project to determine where this window is coming from and how to get rid of it.

Is this malware?

I know some Antivirus and Malware protection tools detect this and say it is a suspicious software. Possibly some malware authors also use API hooking or this technique to do something bad. But this is truly not the intention of this project.

I just used it to find the popup window which disturbs me from working and that it really doesn't do something evil, you can see if you look on the code :)

License

Apache 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].