apkurlgrep icon indicating copy to clipboard operation
apkurlgrep copied to clipboard

Don't skip .so files

Open nikitastupin opened this issue 4 years ago • 0 comments

https://github.com/ndelphit/apkurlgrep/blob/a188a980171450fdbd0a82f16a5a6963ac359587/extractor/skipExtensions.go#L28

.so files contains native code which may contain URLs too. I suggest to search URLs in them too.

You may process .so file with strings first.

nikitastupin avatar May 18 '20 18:05 nikitastupin