evilsocket / evilsocket/smali_emulator
Improper handling of comments inside a line
Open
- Dominant language
- Python
- Stars
- 474
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
apktool sometimes push comments inside the lines.
like this:
const/16 v7, 0x593 # 2.0E-42f
We also need to consider that some strings (encrypted or not) contain # , so just removing # till the end of line is not proper.
For now i solved this issue by checking for "# 2" in line. but thats just a local patch
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.