FSpaceCore / SpaceCore

SpaceCore is a virtual Android system engine that can engage users clone and run dual applications,this engine can also support device simulation, fake GPS and many other features.SpaceCore是一个虚拟引擎内核,提供在Android上克隆和运行虚拟应用程序,并且已支持设备模拟、模拟定位以及其他更多的功能。
707 stars 146 forks source link

android 12 game will not open and android 13 some mobiles game crash and have a few questions #74

Open matrixhax opened 9 months ago

matrixhax commented 9 months ago

hello as the title said android 12 is really no way to get it work testing pubg mobile game android 13 seems to work but some mobile always crash and my questions is : this is a very powerfull tool but can you edite the sdk to support more futures ? for example add the ability to direct deal with game syscall in jni as the game is working inside the container and you already redirecting all its file to your sandbox namespace it will be amazing if you give the user the ability to access all syscalls made by a process or give him a native access to that process and we can perform our own hooks and syscall monitoring instead of modifying my whole kernel to intercept the syscalls you sandbox tool is very useful in reversing like syscall monitoring and anlayses i hope you consider this

and my second question i want to know if i we can redirect all IO access for all files in a specific dir your example was redirect the maps file but can for example i redirect the entire /proc/ dir to another location ? or the /storage/emulated/0/Android/ to another dir like : /storage/emulated/0/Vertual/Android/ or any name specifid by the user

can also add the ability to change the window title name of a process ? currently it is [FO] maybe you can allow us to modify it

thanks for this great work and i hope you can add me in telegram for more discussion and help @matrixhxd