evilsocket / evilsocket/smali_emulator
const-string bug where string contains \" inside it
Open
- Dominant language
- Python
- Stars
- 474
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
e.g:
"12p\u007fL\u0002\u0012rxZ\u000a2=m[\u0010\u001d}yJ\u0002:po\u0011F\u0002[K\u000f4\u0016]M\u002cztqk]\u000f1w_\\\u002dtxda\n13XL\u000a\__\"_*zn[\u0012n3"'
The current regex does not work.
Recommended fix:
OpCode.**init**(self, '^const-string(?:/jumbo)? (.+),\s_"(._)"')
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.