Skip to content

hey3e/DexStrFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DexStrFinder

A script to find target string in dex.

This is a small tool to find strings in dex files, which is modified from a dex parser. It is faster than searching strings line by line in the source code of apk because it directly parses the string_id_list and search strings in the result.

Usage:

python3 dexParser.py [path of dex] [re]

About

A script to find target string in dex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages