You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
On somes obfuscated dex (see attach) InstructionReader is crash.
If payloads of pseudo-instructions inject between normal instructions in body.
This case is not taken in your inplementation.
But the real Dalvik VM normal process this code.
Thank you! classes3_mod.zip
The text was updated successfully, but these errors were encountered:
Possible implementation for this. Note: is works only for cases when payload-data follow after instruction-owner, else throw exception.
For all cases, more modifications are required, but they are easy to implement.
Sorry for the very bad English and typos. InstructionReader.zip
Hi!
On somes obfuscated dex (see attach) InstructionReader is crash.
If payloads of pseudo-instructions inject between normal instructions in body.
This case is not taken in your inplementation.
But the real Dalvik VM normal process this code.
Thank you!
classes3_mod.zip
The text was updated successfully, but these errors were encountered: