MCPcopy Create free account
hub / github.com/codehasan/dex2c / get_strings_unicode

Method get_strings_unicode

androguard/core/bytecodes/dvm.py:8164–8183  ·  view source on GitHub ↗

Return all strings This method will return pure UTF-16 strings. This is the "exact" same string as used in Java. Those strings can be problematic for python, as they can contain surrogates as well as "broken" surrogate pairs, ie single high or low surrogates.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

get_unicodeMethod · 0.80

Tested by

no test coverage detected