Re: binary AndroidManifest.xml, resource ID to string. How to ?

Liste des GroupesRevenir à cm android 
Sujet : Re: binary AndroidManifest.xml, resource ID to string. How to ?
De : address (at) *nospam* is.invalid (R.Wieser)
Groupes : comp.mobile.android
Date : 04. Jun 2024, 15:54:41
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v3n6fa$f0sd$2@dont-email.me>
References : 1 2
User-Agent : Microsoft Outlook Express 6.00.2900.5512
Newyana,

  Just a wild guess, but in PE files there's generally
a resource table to store icons. The table is located
through a system of numeric pointers. You read the
file header, locate the resource table pointer, go to
that offset, walk the table pointers, etc. It's all about
pointers to offsets.

The sought-for strings are not present in the binary AndroidManifest.xml
file.

  This kind of thing can be monstrously difficult because
most people have no reason to care about such things.

I cannot other than agree with you, as I've not been able to find even a
/hint/ to how that it works.

So you have to track down some kind of industry spec doc.

:-) I already spend a few hours googeling.  I have not found anything. :-(

... Which is why I posted here.

Regards,
Rudy Wieser



Date Sujet#  Auteur
4 Jun 24 * binary AndroidManifest.xml, resource ID to string. How to ?15R.Wieser
4 Jun 24 +* Re: binary AndroidManifest.xml, resource ID to string. How to ?2Newyana2
4 Jun 24 i`- Re: binary AndroidManifest.xml, resource ID to string. How to ?1R.Wieser
4 Jun 24 `* Re: binary AndroidManifest.xml, resource ID to string. How to ?12Andy Burns
4 Jun 24  `* Re: binary AndroidManifest.xml, resource ID to string. How to ?11R.Wieser
4 Jun 24   `* Re: binary AndroidManifest.xml, resource ID to string. How to ?10Andy Burns
4 Jun 24    +* Re: binary AndroidManifest.xml, resource ID to string. How to ?6Andrew
4 Jun 24    i`* Re: binary AndroidManifest.xml, resource ID to string. How to ?5R.Wieser
5 Jun 24    i `* Re: binary AndroidManifest.xml, resource ID to string. How to ?4Andrew
5 Jun 24    i  `* Re: binary AndroidManifest.xml, resource ID to string. How to ?3R.Wieser
5 Jun 24    i   `* Re: binary AndroidManifest.xml, resource ID to string. How to ?2Andy Burns
5 Jun 24    i    `- Re: binary AndroidManifest.xml, resource ID to string. How to ?1Andrew
4 Jun 24    `* Re: binary AndroidManifest.xml, resource ID to string. How to ?3R.Wieser
4 Jun 24     `* Re: binary AndroidManifest.xml, resource ID to string. How to ?2Andy Burns
5 Jun 24      `- Re: binary AndroidManifest.xml, resource ID to string. How to ?1R.Wieser

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal