evilsocket / evilsocket/smali_emulator

Improper handling of comments inside a line

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.