shogo82148 / androidbinary

Android binary file parser written in golang
MIT License
241 stars 79 forks source link

How to range a TableFile? #23

Closed hellodword closed 5 years ago

hellodword commented 5 years ago

Thank you for this amazing lib. I'm using it for apk analyzing in Go.

How can I range the *TableFile after NewTableFile() a resources.arsc ?

For example, I want to get all strings in string.xml, but do not know the exact ResID.

shogo82148 commented 5 years ago

There is no range method now.

hellodword commented 5 years ago

thx