Unity FurryVNE [2024-11-09] [FurryVNE Team]

3.90 star(s) 9 Votes

npomme

Member
Nov 20, 2020
396
609
I was not expecting to see IDA Disassembler on F95 today
thats the only tool i'm familiar with :) the others are really confusing

And i can't make this work they modified the latestcalled function that i was using as an entry point i managed to bypass the response check again but now it jump to some of the "not called normally" function wich seem encouraging at start but then it fall back into the login screen and i cant figure Why it's not crashing like before and now just ask me to loggin again i feel this is a little bit more tricky than i anticipated and i'm starting to ask myself if the entry point i use is not too late in the code i managed to find 2 function that call the scene manager of unity i think one of these are the real scene and not this loggin garbage but there no direct cross reference to the function so i need to find the manually wich is pure pain
 

40C72

Member
Nov 8, 2021
141
442
they seem to be duplicate with minimal change is this created by the obfuscator and if yes my inside aretelling me that thoose are some sort of padding to make reversing harder but it seem to be really poor way to hide the real code as they are all exactly the same ....
Their obfuscation script also seems to flip a coin between inlining functions and not (or their compiler saw some optimisation), some functions that were previously split in two are now one.
For example, the one that checks the status code and determines tier status used to call a secondary function that would hash and store some settings:
You don't have permission to view the spoiler content. Log in or register now.
So yeah, you should be able to pick up where you left off without trouble
 

npomme

Member
Nov 20, 2020
396
609
i'm probably going to sleep for tonight but in need to share this magnificent new error the game gave me :
1707636308826.png
i think he really doesnt like all these value set to null because he cant get them from the server as i'm not really connected :ROFLMAO:
 
  • Like
Reactions: The Name 2nd

npomme

Member
Nov 20, 2020
396
609
also seem the game check for the game version so the cloud reject any request from the new version so without the new file or at least what a good request to this server is looking i cant bypass anything

by the way the function that check the login for real is : YL2_Verification_Verify_JGOEKHJEBJM__IBJJHCBJNCH

but the missing data seem to be really important so we can't just patch all value to true if anyone that have pledged can capture their request to the /verify page on the cloud and share the response that will be really usefull !!!!
 

npomme

Member
Nov 20, 2020
396
609
For now i'm taking a break i can't figure out what it"s appening inside the login function there is to many variables that need to be set to specific value that are not set because i'm not really logged in wich make work hard and i'm starting to suspect some of the file are encrypted and one of the returned data needed to play the game is the key returned by the backend of the game and i think that's why the version of the game is checked each time they rerun compiler the key change so the old version can't go further that the error message :
1707689473289.png
and each one of my attempt to patch the login fuction go to a CBC error or some weird array one or simply turn me back to login screen

So i'm stuck with my actual skill set i probably can't crack it without an accout and with and account i can't be sure to crack it 100% maybe having one will reveal some twisted garbage and just reveal that crack isn't possible
 
3.90 star(s) 9 Votes