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?
Programming
Which is the best programming language for creating spyware?
Started by fuckgod7 · Feb 17, 2026
There are good solutions for android, but for IOS i never heard of any good and working ones.
Good luck.
Good luck.
If you want to dive deeper into the system, learn C or C++.
Thanks Will use that.
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.
Thanks, Working on that.
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
Good luck with your studies! I can recommend Codeacademy or Microsoft Learn for learning the basics.
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.
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.