Earlier quoted context omitted.
A quick search showed compromised packages in arch aur repos: https://www.bleepingcomputer.com/news/security/malware-found... You only change the focal point, but a centralised package manager is good for reasons other than security. Sure, a central tool will keep your whole system updated and improve security overall, but it won't prevent supply-chain attacks from happening. Reading mailing lists and being careful w…
I trust packages that comes from official repositories. > Warning: AUR packages are user produced content. These PKGBUILDs are completely unofficial and have not been thoroughly vetted. Any use of the provided files is at your own risk. In other words AUR is not much safer than `curl to | sh`.
Android emulator abused to introduce malware onto PCs
31–40 of 44 posts
Re: Android emulator abused to introduce malware onto PCs
#32I knew nox has been adware for a while and I'm surprised it's still being used. Literally go to r/noxappplayer and you'll see most of the top posts are about it being malware. If anyone's need a good android emulator, genymotion is probably the best and it's free for personal uses https://www.genymotion.com/fun-zone/
99% of games I play doesn't run on genymotion, shows "your device isn't compatible with this version". Some say it's because they don't emulate ARM CPUs. Anyway around it? Edit: I tried the ARM translation tool on Android 7.1/8.0, it's better now but still have lots of games don't work. I guess I have to stick with Nox/LDPlayer etc. for now since they just work. Don't know how they achieve it.
Re: Android emulator abused to introduce malware onto PCs
#33Doesn't Google give out a free Android emulator?
I haven't used AVD to play games before, but while installing a game to test I noticed that it's using 1.3GB instead of 300MB consumed by the other emulator I use (MuMu). I can imagine that mattering for some players.
Edit: These emulators are also somewhat convenient for some mobile game developers, who can package them up with their game to create a PC installer. As far as I know you can't package up AVD like that.
Re: Android emulator abused to introduce malware onto PCs
#34Re: Android emulator abused to introduce malware onto PCs
#35Earlier quoted context omitted.
A quick search showed compromised packages in arch aur repos: https://www.bleepingcomputer.com/news/security/malware-found... You only change the focal point, but a centralised package manager is good for reasons other than security. Sure, a central tool will keep your whole system updated and improve security overall, but it won't prevent supply-chain attacks from happening. Reading mailing lists and being careful w…
I trust packages that comes from official repositories. > Warning: AUR packages are user produced content. These PKGBUILDs are completely unofficial and have not been thoroughly vetted. Any use of the provided files is at your own risk. In other words AUR is not much safer than `curl to | sh`.
Re: Android emulator abused to introduce malware onto PCs
#36I knew nox has been adware for a while and I'm surprised it's still being used. Literally go to r/noxappplayer and you'll see most of the top posts are about it being malware. If anyone's need a good android emulator, genymotion is probably the best and it's free for personal uses https://www.genymotion.com/fun-zone/
99% of games I play doesn't run on genymotion, shows "your device isn't compatible with this version". Some say it's because they don't emulate ARM CPUs. Anyway around it? Edit: I tried the ARM translation tool on Android 7.1/8.0, it's better now but still have lots of games don't work. I guess I have to stick with Nox/LDPlayer etc. for now since they just work. Don't know how they achieve it.
Re: Android emulator abused to introduce malware onto PCs
#37I knew nox has been adware for a while and I'm surprised it's still being used. Literally go to r/noxappplayer and you'll see most of the top posts are about it being malware. If anyone's need a good android emulator, genymotion is probably the best and it's free for personal uses https://www.genymotion.com/fun-zone/
I guess we're not both Android developers, and you use the emulator for gaming?
Re: Android emulator abused to introduce malware onto PCs
#38Earlier quoted context omitted.
This is one of the biggest advantages of linux.
Security by obscurity? https://www.bleepingcomputer.com/news/security/malware-found... Imagine how many more attacks there would be if Linux was much more popular.
> Warning: AUR packages are user produced content. These PKGBUILDs are completely unofficial and have not been thoroughly vetted. Any use of the provided files is at your own risk.
If you want to stay malware-free and aren't able to vet the packages you're installing, just stick to the official repositories and you'll be fine. This page[1] documents the role of each official repository, and this page[2] is a list of the people who can modify the official community repository.
[0]: https://wiki.archlinux.org/index.php/Arch_User_Repository
[1]: https://wiki.archlinux.org/index.php/Official_repositories
Re: Android emulator abused to introduce malware onto PCs
#39Doesn't Google give out a free Android emulator?
It is incredibly nonperformant. Even with HAXM. Developers use real devices. This is marketed for people who want to run android games on their PC.
One problem I've run into has been that Android relies heavily on GPU acceleration. If that's unavailable on your platform (because, for example, your driver is considered buggy by the emulator devs (common on Linux with proprietary drivers) or if all you've got is an integrated Intel GPU that already has its hands full rendering to your 4k screen), your experience will be terrible with any Android emulator. Android with software rendering won't be a bit slower and choppier like you see in desktop VMs; it will be absolutely unusable for anything but a cursory check to see if the software even runs at all.
There's also the addendum that many Apple products sporting an Intel CPU have had their power/performance curve and fan curves tweaked to be silent and super performant in short loads (compiling a single file, opening a browser, loading a page, etc.) but clocking down hard and long if you run a sustained load on them, especially with a multi core load. This can make a system that normally feels snappy and fast run terrible slow with an emulator. Similar problems also exist with cheap netbooks that just have insufficient cooling on the processor. I do believe the M1 designs are better suited for sustained loads, so with the new Apple stuff this problem should be gone.
When I was still running the emulator off of a hard drive, performance was severely lacking because Android is not built with HDD seek times in mind, but after switching to an SSD that quickly became irrelevant.
In my experience, running Android on a 12 core i7 with an NVMe SSD is actually running the entire system way too fast for a realistic development experience. Your average dev machine is much faster than whatever your customers will most likely be running your code on, so you still absolutely need to test on real devices.
Emulators are great for debugging because you get to test in an environment with close-to-stock Android (so you don't accidentally write code that only works on Samsung or on Pixel), but for performance and usability testing you need a physical device.
That said, I don't think running the Android dev emulator to play games is very efficient. It'll work and perform absolutely fine, but there's been no effort put into making controllers work or into optimizing controls for desktop.
Re: Android emulator abused to introduce malware onto PCs
#40Earlier quoted context omitted.
It is incredibly nonperformant. Even with HAXM. Developers use real devices. This is marketed for people who want to run android games on their PC.
Android app dev since 10 years here - performance is absolutely fine. I have it running all the time. Granted, performance was abysmal before the accelerated Intel images, but that was many years ago. Devs complaining about Android emulator performance usually have problems with their setup, common culprits: Not enough ram (it is a VM in the end), slow machine (eg. MacOS is bad for Android dev), broken VM acceleratio…