-
### Information
1. **Apktool Version (`apktool -version`)** - 2.4.1
2. **Operating System (Mac, Linux, Windows)** - Linux
3. **APK From? (Playstore, ROM, Other)** - Other
https://www.dropbox.com/s…
-
Some valid APKs with resources.arsc files that have strings encoded in mutf-8 don't decode properly. The `_decode_bytes` method logs '`invalid decoded string length'` for any strings that contain char…
-
Now that c++20 is here, are you anticipating that the design of CsString would be updated to account for std::u8string?
If not, what advantages would CsString have over std::u8string?
Thanks in …
-
if a utf8 string contains 0x00, for modified utf-8, it encodes to 0xC080, but g_utf8_validate can't process 0xC080
-
```
[...] A/art: art/runtime/check_jni.cc:65]
JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8:
illegal start byte 0xf0
[...] A/art: art/runtime/check_jni.cc:65]
string: '{"…
-
I am trying to run `nimlsp` with `vim-lsp` on Windows. I added some extra debugging statements in `vim-lsp`, and as of now I'm seeing the following error (nimlsp compiled with Nim 0.20.0):
```
23.…
-
I'm dealing with a player .dat file containing a book with non-utf8 content, generated by the vanilla client.
I don't know when it's possible, but apparently the vanilla client may allow non-utf8 d…
-
In Unicode, characters from Supplementary Planes are encoded as two 16-bit code units called surrogate pairs (with high surrogate in the range of 0xD800\~0xDBFF and low surrogate in the range of 0xDC0…
BPYap updated
6 years ago
-
### Describe what you wanted to do
- When I try to get the DalvikVMFormat for any Dex file containing unicode characters.
e.g. Try the following code on this apk [WellsFargo Tablet](https://play.…
-
This is the current implementation: https://github.com/androguard/androguard/blob/aa18f723c115c902cb495476a178eb1f9c0ec014/androguard/core/bytecodes/dvm.py#L1800-L1847
We would like to read the Str…