MrGuiW
New member
- Jan 8, 2026
- 28
- 29
The user 'SlidingSubject' posted this on f95 about RJ01617050 ryuugames mediafire link:
https://www.virustotal.com/gui/file...7daff7fee03566e1832a985641df0c4f2ec/detectionSo, I may have found a virus. Again.
So, I downloaded a game. Seijo Rinaria No Rakuyo. Nothing new.
After setting up, I opened it, and then it immediately closed. That was weird.
So I decided to go into the game files. Guess what. All the files in the data folder are just a variation of this.
I already had a bit of experience with this due to a dev who hid the encryption key of his game, so while curious, I wasn't alarmed. Though that dev only hid the System.json file.JSON:{ "uid":"short_uid_string", "bid":"mv_version_i_think", "data":"long_base64_string" }
When I entered the js folder, there was a weird .bin file there. I moved on and searched the .js files, and I got lucky. There were two interesting things there. Changed a few things on the code, just in case.
JavaScript:if (typeof window._X === 'undefined') { var p = require('path'); nw.Window.get().evalNWBin(null, p.join(process.cwd(), 'www', 'js', 'FILENAME.bin')); }I tried to comment the first one, and then the game just got stuck loading. I uncommented the code and removed the .bin file from the js folder, and then it threw an error.JavaScript:var fs = require('fs'), path = require('path'), FILENAME = 'obfuscated name of a .sys file on the same folder as Game.exe'; if (fs.existsSync(path.join(process.cwd(), FILENAME)) && typeof window.cDiv === 'undefined') { //stuff; }
So I went on to the second one. I managed to get the name of the .sys file it was trying to check for, but it wasn't there, so I made an empty .txt file, renamed it to the .sys one, and opened the game. The results are in the spoiler up there.
I had it opened from a different thing I was doing, so I got lucky detecting this. Can anyone check exactly what this is trying to do? Here's a download link for the maybe virus, and since it's from ryuugames.com, that's the password.