This is more for the very-tech-savvy person.
I'm talking about Android apps. Let's say there's a game that's server-sided, where I collect a bunch of cards. I want those card images extracted. How would I go about doing so?
I've tried googling, but I'm getting nowhere. The best I could do was get ILSpy to show me the source code of the apk.
Any kind of help is appreciated.
I forgot to mention that my local client does not have the images stored (probably).
I checked res/drawable folders and shit, but didn't find anything.
It uses Unity engine, btw.
so you want to get cards from a game for free?
>>117620
No, just a png or whatever image format it is
>>117594
If you are talking about Hearthstone then all the card images are already on http://hearthstone.gamepedia.com/
IF not then the apk isn't likely to be where any of the card data would be stored. Look in the OBB files instead.
>>117686
I see. Then I've been looking in the wrong place. Thanks.