Skip to content
Kim Namjun edited this page Aug 20, 2015 · 2 revisions

Welcome to the dexparser wiki!

you can use dexparser when you import this dexparser module like this!

from dexparser import Dexparser

d = Dexparser(DEX_FILE_LOCATION)
strlist = d.string_list()

Special Thanks to

Clone this wiki locally