- 0
How to get instruction set architecture on emulator | virtual memory addresses
-
Similar Content
-
- 13 answers
- 1,387 views
-
- 0 replies
- 969 views
-
- 1 answer
- 691 views
-
- 0 answers
- 570 views
-
- 4 answers
- 1,222 views
-
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
Platonic
Hi,
I want to make script that can check instruction set architecture of the game. I'm using emulator, gg.getTargetInfo() does not work.
I want to writte as less as possible but clear and effecient Currently im using path name to filter out strings.
But this script quite long for its objective i think.
1.) If current script can be optimized, please post it.
2.) So i wanted to ask if it would be reasonable to use the ["end"] key in gg.getRangesList() to decide if the game is 64 or 32bit by putting a condition on that address if it exceeds 32bit? But it also got me to the next question.
3.) Games of 32bit are always loaded in memory addresses of max 32bit. But 64bit games uses 32bit memory addresses but also memory addresses of max 64bit. But is this "always" the case? Can it happen that a 64bit game is loaded at only memory addresses of max 32bit in size? It would make the whole calculating address size useless i think.
4.) Or if there is a more efficient way to get instruction set architecture. Please let me know.
Please keep note, the game being a split.apk should not intervene with getting the instruction set architecture.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now