Programming

Which is the best programming language for creating spyware?

Started by fuckgod7 · Feb 17, 2026

#11903
Yo, I am trying to create a spyware for targeting ios devices. I am currently writing the code in rust and go. Is these are good or should I try something else?
#11904
↳ Replying to @fuckgod7
There are good solutions for android, but for IOS i never heard of any good and working ones.

Good luck.
#11905
↳ Replying to @fuckgod7
If you want to dive deeper into the system, learn C or C++.
#11907
↳ Replying to @fuckgod7
Learn languages that can go deep into a system, because you want to remain undetected with your spyware, so its besser to learn C++ and C instead of Rust and Go.
#11909
↳ Replying to @fuckgod7
iOS runs on C/C++/Objective-C and Swift, but C/C++ are usually gonna be the best due to Swift being a much newer/detectable language
#11910
↳ Replying to @fuckgod7
Good luck with your studies! I can recommend Codeacademy or Microsoft Learn for learning the basics.
#11911
↳ Replying to @fuckgod7
It's either a really low level one to reach system components, like C/C++ or even Assembly if you're autistic af.

But since iOS-devices have App Store and manually checks everything from external developers I would probably recommend you go with the highest level to reach browser level since there are no audits. So probably Javascript or WebAssembly. But you're going to have to be very creative.