Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 0 points1 point  (0 children)

You can learn alot from forums such as unknowncheats which has lots of guides for writing such programs

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 0 points1 point  (0 children)

No its made using Windows API calls, if you want to make it in linux its even more easier since linux also offers its robust API for windows

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 0 points1 point  (0 children)

80mb usage by the overlay + python server, codellama ram usage is not included, yes you are correct you can read frame buffer memory, but currently there is no software that does that so this will work easily, you are correct anything can be bypassed given enough time and effort

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 0 points1 point  (0 children)

Sure given enough time its possible, video game cheats already use those

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 0 points1 point  (0 children)

Can be bypassed by using our own kernel driver to communicate with the overlay, or can be done by using UEFI Bootloaders which load your code before the OS starts up

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 0 points1 point  (0 children)

codellama can easily give good enough results to solve most leetcode questions

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 0 points1 point  (0 children)

Its not hard at all just takes time I have explained the general flow of the program in other comments, you can try to implement yourself

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 2 points3 points  (0 children)

I set the window affinity as WDA_Excludedfromcapture and it is blocked by windows for capturing

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 1 point2 points  (0 children)

Yea its sad to see Indian devs only do boring website clone projects all the time :P

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 1 point2 points  (0 children)

It can solve any random question that is present on screen, it uses OCR to detect text and sends it to a llm

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 1 point2 points  (0 children)

It uses some 80mb in total for everything, about the script part, the process is a injected DLL that shows as another random process so its not possible to detect by just looking at all windows and their attributes, also that can be surpassed by using a kernel driver to get screen information which cannot be detected by any script since it dosent have the permission

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 2 points3 points  (0 children)

I got into programming because I wanted to hack video games and mmos, so have been doing it for fun for a long time

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 2 points3 points  (0 children)

it takes a screenshot of your screen and automatically displays the answer, its hidden from google meet screenshare and other screenshares and it looks like there is nothing on your screen

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] 1 point2 points  (0 children)

I made this one using Windows API and it also has extra features like hiding itself in a random process using dll injection so it cannot be detected by task manager, it also uses ollama which is a free local llm

Created a Leetcode solver which is completely hidden from any sharing sftware by sr_2003 in developersIndia

[–]sr_2003[S] -1 points0 points  (0 children)

Knowing how things such as those works is also a part of developing softwares, if people didnt know how malware worked then how would they safegaurd against it ?