Joshua T.
Joshua T.
After performing a project upgrade and testing it on Windows 11, seems like everything is working fine now. I was able to successfully hide `chrome.exe`, `firefox.exe` and `msedge.exe`.
Usually this can be fixed by adding `--init` flag to the docker run command since bash is replaced when using exec.
Thanks @sabya14 @hiteshkher - I've got my atomberg fan working with the IR code posted above. Here's my config: https://gist.github.com/radiantly/54cea0c55bc4265e10130db4f0e48d15
I'm facing this issue on context manager exit in the latest version (2.3.1, Windows). Everything works fine, except that the following error is thrown when the script ends. ```python Traceback...
Could you share instructions on how to reproduce this bug?
Hi @theLucy @Rajanvinayak Could you provide some additional details: - Is this happening with all apps, or only a certain app? And what app is that? - What operating system...
Wow, thanks @dehydr8! I've been working on integrating some of the code from `wireshark/file.c` for find packet functionality: Working with code from v4.4.5 is way nicer. However, the color filters...
Hi @ayesparshh, we're currently working hard on the implementation of the v2 version of the software. We have a number of features planned and is still a work in progress....
> Alt+tab and taskbar feature is not working even when turned on Currently once this feature is checked, the window needs to be unchecked/checked for it to start working. Will...
Thanks @OpenByteDev for the quick response. Yes, I'm still getting a panic for an empty dll (compiled after removing all functions). Some additional information: - Injecting the original DLL ([source](https://github.com/radiantly/Invisiwind/blob/main/payload/src/lib.rs))...